COLOR #EBC203

HEX: #EBC203
RGB: (235,194,3)

Color info

#EBC203 contains mainly red and green colors. Web safe color of #EBC203 is #FFCC00 (or #FC0).

RGB color model

#EBC203 color RGB value is (235,194,3).

  • red value is 235;
  • green value is 194;
  • blue value is 3.
RGB:
(235,194,3)
(92%,76%,1%)

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 3 of 255 = 1%

235
194
3

R + G + B ~ 56%. #EBC203 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 3 = 432 (100%)
R 235 of 432 ~ 54.4%
G 194 of 432 ~ 44.91%
B 3 of 432 ~ 0.69%

%54.4
%44.91

CMYK color model

#EBC203 color CMYK value is (0,17,99,8).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 98.72%
  • key color value is 7.84%
CMYK:
(0,17,99,8)
C0M17Y99K8 
(0%,17%,99%,8%)
(0.00/0.17/0.99/0.08)	

CMYK percentages

%0
%17.45
%98.72
%7.84

Codes

Color #EBC203 in popluar color models

EBC203
RGB2351943
HSL49°97.48%46.67%
HSB/HSV49°98.72%92.16%
CMYK0.00%17.45%98.72%
7.84%

Color #EBC203 in popluar number systems.

HEXEBC203
Decimal2351943
Binary111010111100001011
Octal3533023

Shades and tints

Shades of #EBC203

#EBC203
(235,194,3)
#D6B103
(214,177,3)
#C1A003
(193,160,3)
#AC8F03
(172,143,3)
#977E03
(151,126,3)
#826D03
(130,109,3)
#6D5C03
(109,92,3)
#584B03
(88,75,3)
#433A03
(67,58,3)
#2E2903
(46,41,3)
#191803
(25,24,3)
#000000
(0,0,0)

Tints of #EBC203

#EBC203
(235,194,3)
#ECC719
(236,199,25)
#EDCC2F
(237,204,47)
#EED145
(238,209,69)
#EFD65B
(239,214,91)
#F0DB71
(240,219,113)
#F1E087
(241,224,135)
#F2E59D
(242,229,157)
#F3EAB3
(243,234,179)
#F4EFC9
(244,239,201)
#F5F4DF
(245,244,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC203 color. Also use rgb(235,194,3) instead hex code.

Text Font Color

.myTextColor { color: #EBC203; }

<p style="color:#EBC203">This sample text font color is #EBC203.</p>

This text font color is #EBC203.


Background Color

.myBgColor { background-color: #EBC203; }

<div style="background-color:#EBC203">Inner text</div>

This div background color is #EBC203.


Border color

.myBorderColor { border: 1px solid #EBC203; }

<div style="border:3px solid #EBC203">Div</div>

This div border color is #EBC203.


Opacity

.myOpacity80 { color: #EBC203; opacity: 0.8; }

<p style="color:#EBC203;opacity:0.8;">80%</p>

Text with #EBC203 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBC203;}

<p style="text-shadow: 3px 3px 1px #EBC203">Text here.</p>

This text has shadow with #EBC203 color.

.textShadow {text-shadow: 3px 3px 1px #EBC203, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBC203, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBC203 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC203, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBC203, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBC203 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBC203;
  -webkit-box-shadow:	1px 1px 3px 2px #EBC203;
  box-shadow:		1px 1px 3px 2px #EBC203;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC203;
-webkit-box-shadow: 1px 1px 3px 2px #EBC203;
box-shadow:1px 1px 3px 2px #EBC203;">
Div content here</div>
This div box has shadow with color #EBC203.

Preview

Color preview on black background

This text has color #EBC203 on black background.


Color preview on white background

This text has color #EBC203 on white background.



Black color preview on #EBC203 background

This text has black color on #EBC203 background.


White color preview on #EBC203 background

This text has white color on #EBC203 background.