COLOR #E8D20A

HEX: #E8D20A
RGB: (232,210,10)

Color info

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

RGB color model

#E8D20A color RGB value is (232,210,10).

  • red value is 232;
  • green value is 210;
  • blue value is 10.
RGB:
(232,210,10)
(91%,82%,4%)

RGB channels and saturation

R 232 of 255 = 91%
G 210 of 255 = 82%
B 10 of 255 = 4%

232
210
10

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

Portions of RGB colors in percentages

R + G + B =
232 + 210 + 10 = 452 (100%)
R 232 of 452 ~ 51.33%
G 210 of 452 ~ 46.46%
B 10 of 452 ~ 2.21%

%51.33
%46.46

CMYK color model

#E8D20A color CMYK value is (0,9,96,9).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 95.69%
  • key color value is 9.02%
CMYK:
(0,9,96,9)
C0M9Y96K9 
(0%,9%,96%,9%)
(0.00/0.09/0.96/0.09)	

CMYK percentages

%0
%9.48
%95.69
%9.02

Codes

Color #E8D20A in popluar color models

E8D20A
RGB23221010
HSL54°91.74%47.45%
HSB/HSV54°95.69%90.98%
CMYK0.00%9.48%95.69%
9.02%

Color #E8D20A in popluar number systems.

HEXE8D20A
Decimal23221010
Binary11101000110100101010
Octal35032212

Shades and tints

Shades of #E8D20A

#E8D20A
(232,210,10)
#D3BF0A
(211,191,10)
#BEAC0A
(190,172,10)
#A9990A
(169,153,10)
#94860A
(148,134,10)
#7F730A
(127,115,10)
#6A600A
(106,96,10)
#554D0A
(85,77,10)
#403A0A
(64,58,10)
#2B270A
(43,39,10)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #E8D20A

#E8D20A
(232,210,10)
#EAD620
(234,214,32)
#ECDA36
(236,218,54)
#EEDE4C
(238,222,76)
#F0E262
(240,226,98)
#F2E678
(242,230,120)
#F4EA8E
(244,234,142)
#F6EEA4
(246,238,164)
#F8F2BA
(248,242,186)
#FAF6D0
(250,246,208)
#FCFAE6
(252,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D20A color. Also use rgb(232,210,10) instead hex code.

Text Font Color

.myTextColor { color: #E8D20A; }

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

This text font color is #E8D20A.


Background Color

.myBgColor { background-color: #E8D20A; }

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

This div background color is #E8D20A.


Border color

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

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

This div border color is #E8D20A.


Opacity

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

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

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

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

This text has shadow with #E8D20A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D20A on black background.


Color preview on white background

This text has color #E8D20A on white background.



Black color preview on #E8D20A background

This text has black color on #E8D20A background.


White color preview on #E8D20A background

This text has white color on #E8D20A background.