COLOR #E4D00A

HEX: #E4D00A
RGB: (228,208,10)

Color info

#E4D00A contains mainly red and green colors. Web safe color of #E4D00A is #CCCC00 (or #CC0).

RGB color model

#E4D00A color RGB value is (228,208,10).

  • red value is 228;
  • green value is 208;
  • blue value is 10.
RGB:
(228,208,10)
(89%,82%,4%)

RGB channels and saturation

R 228 of 255 = 89%
G 208 of 255 = 82%
B 10 of 255 = 4%

228
208
10

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

Portions of RGB colors in percentages

R + G + B =
228 + 208 + 10 = 446 (100%)
R 228 of 446 ~ 51.12%
G 208 of 446 ~ 46.64%
B 10 of 446 ~ 2.24%

%51.12
%46.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 95.61%
  • key color value is 10.59%
CMYK:
(0,9,96,11)
C0M9Y96K11 
(0%,9%,96%,11%)
(0.00/0.09/0.96/0.11)	

CMYK percentages

%0
%8.77
%95.61
%10.59

Codes

Color #E4D00A in popluar color models

E4D00A
RGB22820810
HSL54°91.60%46.67%
HSB/HSV54°95.61%89.41%
CMYK0.00%8.77%95.61%
10.59%

Color #E4D00A in popluar number systems.

HEXE4D00A
Decimal22820810
Binary11100100110100001010
Octal34432012

Shades and tints

Shades of #E4D00A

#E4D00A
(228,208,10)
#D0BE0A
(208,190,10)
#BCAC0A
(188,172,10)
#A89A0A
(168,154,10)
#94880A
(148,136,10)
#80760A
(128,118,10)
#6C640A
(108,100,10)
#58520A
(88,82,10)
#44400A
(68,64,10)
#302E0A
(48,46,10)
#1C1C0A
(28,28,10)
#000000
(0,0,0)

Tints of #E4D00A

#E4D00A
(228,208,10)
#E6D420
(230,212,32)
#E8D836
(232,216,54)
#EADC4C
(234,220,76)
#ECE062
(236,224,98)
#EEE478
(238,228,120)
#F0E88E
(240,232,142)
#F2ECA4
(242,236,164)
#F4F0BA
(244,240,186)
#F6F4D0
(246,244,208)
#F8F8E6
(248,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D00A color. Also use rgb(228,208,10) instead hex code.

Text Font Color

.myTextColor { color: #E4D00A; }

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

This text font color is #E4D00A.


Background Color

.myBgColor { background-color: #E4D00A; }

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

This div background color is #E4D00A.


Border color

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

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

This div border color is #E4D00A.


Opacity

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

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

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

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

This text has shadow with #E4D00A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D00A on black background.


Color preview on white background

This text has color #E4D00A on white background.



Black color preview on #E4D00A background

This text has black color on #E4D00A background.


White color preview on #E4D00A background

This text has white color on #E4D00A background.