COLOR #E0D94D

HEX: #E0D94D RGB: (224,217,77)

Color info

#E0D94D contains mainly red and green colors. Web safe color of #E0D94D is #CCCC33 (or #CC3).

RGB color model

#E0D94D color RGB value is (224,217,77).

RGB: (224,217,77) (88%, 85%, 30%)

RGB channels and saturation

R 224 of 255 = 88%
G 217 of 255 = 85%
B 77 of 255 = 30%

224
217
77

R + G + B ~ 68%. #E0D94D is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 217 + 77 = 518 (100%)
R 224 of 518 ~ 43.24%
G 217 of 518 ~ 41.89%
B 77 of 518 ~ 14.86'%

%43.24
%41.89
%14.86

CMYK color model

#E0D94D color CMYK value is (0,3,66,12).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 65.63%
  • key color value is 12.16%
CMYK: (0,3,66,12) C0M3Y66K12 (0%,3%,66%,12%) (0.00/0.03/0.66/0.12) 

CMYK percentages

%0
%3.13
%65.63
%12.16

Codes

Color #E0D94D in popluar color models

E0 D9 4D
RGB 224 217 77
HSL 57° 70.33% 59.02%
HSB/HSV 57° 65.63% 87.84%
CMYK 0.00% 3.13% 65.63%
12.16%

Color #E0D94D in popluar number systems.

HEX E0 D9 4D
Decimal 224 217 77
Binary 11100000 11011001 1001101
Octal 340 331 115

Shades and tints

Shades of #E0D94D

#E0D94D
(224,217,77)
#CCC646
(204,198,70)
#B8B33F
(184,179,63)
#A4A038
(164,160,56)
#908D31
(144,141,49)
#7C7A2A
(124,122,42)
#686723
(104,103,35)
#54541C
(84,84,28)
#404115
(64,65,21)
#2C2E0E
(44,46,14)
#181B07
(24,27,7)
#000000
(0,0,0)

Tints of #E0D94D

#E0D94D
(224,217,77)
#E2DC5D
(226,220,93)
#E4DF6D
(228,223,109)
#E6E27D
(230,226,125)
#E8E58D
(232,229,141)
#EAE89D
(234,232,157)
#ECEBAD
(236,235,173)
#EEEEBD
(238,238,189)
#F0F1CD
(240,241,205)
#F2F4DD
(242,244,221)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D94D color. Also use rgb(224,217,77) instead hex code.

Text Font Color

.myTextColor { color: #E0D94D; }

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

This text font color is #E0D94D.

Background Color

.myBgColor { background-color: #E0D94D; }

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

This div background color is #E0D94D.

Border color

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

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

This div border color is #E0D94D.

Opacity

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

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

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

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

This text has shadow with #E0D94D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D94D.

Preview

Color preview on black background

This text has color #E0D94D on black background.


Color preview on white background

This text has color #E0D94D on white background.


Black color preview on #E0D94D background

This text has black color on #E0D94D background.


White color preview on #E0D94D background

This text has white color on #E0D94D background.


Related colors

Complementary color

Complementary color for #hex is #1F26B2.


I love getcolorcode.com

Triadic colors

1 #4DE0D9 and #D94DE0 with #E0D94D are triadic colors.

2 #4DD9E0 and #D9E04D with #E0D94D are triadic colors.