COLOR #EBC01B

HEX: #EBC01B
RGB: (235,192,27)

Color info

#EBC01B contains mainly red and green colors. Web safe color of #EBC01B is #FFCC33 (or #FC3).

RGB color model

#EBC01B color RGB value is (235,192,27).

  • red value is 235;
  • green value is 192;
  • blue value is 27.
RGB:
(235,192,27)
(92%,75%,11%)

RGB channels and saturation

R 235 of 255 = 92%
G 192 of 255 = 75%
B 27 of 255 = 11%

235
192
27

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

Portions of RGB colors in percentages

R + G + B =
235 + 192 + 27 = 454 (100%)
R 235 of 454 ~ 51.76%
G 192 of 454 ~ 42.29%
B 27 of 454 ~ 5.95%

%51.76
%42.29

CMYK color model

#EBC01B color CMYK value is (0,18,89,8).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 88.51%
  • key color value is 7.84%
CMYK:
(0,18,89,8)
C0M18Y89K8 
(0%,18%,89%,8%)
(0.00/0.18/0.89/0.08)	

CMYK percentages

%0
%18.3
%88.51
%7.84

Codes

Color #EBC01B in popluar color models

EBC01B
RGB23519227
HSL48°83.87%51.37%
HSB/HSV48°88.51%92.16%
CMYK0.00%18.30%88.51%
7.84%

Color #EBC01B in popluar number systems.

HEXEBC01B
Decimal23519227
Binary111010111100000011011
Octal35330033

Shades and tints

Shades of #EBC01B

#EBC01B
(235,192,27)
#D6AF19
(214,175,25)
#C19E17
(193,158,23)
#AC8D15
(172,141,21)
#977C13
(151,124,19)
#826B11
(130,107,17)
#6D5A0F
(109,90,15)
#58490D
(88,73,13)
#43380B
(67,56,11)
#2E2709
(46,39,9)
#191607
(25,22,7)
#000000
(0,0,0)

Tints of #EBC01B

#EBC01B
(235,192,27)
#ECC52F
(236,197,47)
#EDCA43
(237,202,67)
#EECF57
(238,207,87)
#EFD46B
(239,212,107)
#F0D97F
(240,217,127)
#F1DE93
(241,222,147)
#F2E3A7
(242,227,167)
#F3E8BB
(243,232,187)
#F4EDCF
(244,237,207)
#F5F2E3
(245,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC01B color. Also use rgb(235,192,27) instead hex code.

Text Font Color

.myTextColor { color: #EBC01B; }

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

This text font color is #EBC01B.


Background Color

.myBgColor { background-color: #EBC01B; }

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

This div background color is #EBC01B.


Border color

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

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

This div border color is #EBC01B.


Opacity

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

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

Text with #EBC01B 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 #EBC01B;}

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

This text has shadow with #EBC01B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC01B on black background.


Color preview on white background

This text has color #EBC01B on white background.



Black color preview on #EBC01B background

This text has black color on #EBC01B background.


White color preview on #EBC01B background

This text has white color on #EBC01B background.