COLOR #E0D981

HEX: #E0D981
RGB: (224,217,129)

Color info

#E0D981 contains mainly red and green colors. Web safe color of #E0D981 is #CCCC99 (or #CC9).

RGB color model

#E0D981 color RGB value is (224,217,129).

  • red value is 224;
  • green value is 217;
  • blue value is 129.
RGB:
(224,217,129)
(88%,85%,51%)

RGB channels and saturation

R 224 of 255 = 88%
G 217 of 255 = 85%
B 129 of 255 = 51%

224
217
129

R + G + B ~ 75%. #E0D981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 217 + 129 = 570 (100%)
R 224 of 570 ~ 39.3%
G 217 of 570 ~ 38.07%
B 129 of 570 ~ 22.63%

%39.3
%38.07
%22.63

CMYK color model

#E0D981 color CMYK value is (0,3,42,12).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 42.41%
  • key color value is 12.16%
CMYK:
(0,3,42,12)
C0M3Y42K12 
(0%,3%,42%,12%)
(0.00/0.03/0.42/0.12)	

CMYK percentages

%0
%3.13
%42.41
%12.16

Codes

Color #E0D981 in popluar color models

E0D981
RGB224217129
HSL56°60.51%69.22%
HSB/HSV56°42.41%87.84%
CMYK0.00%3.13%42.41%
12.16%

Color #E0D981 in popluar number systems.

HEXE0D981
Decimal224217129
Binary111000001101100110000001
Octal340331201

Shades and tints

Shades of #E0D981

#E0D981
(224,217,129)
#CCC676
(204,198,118)
#B8B36B
(184,179,107)
#A4A060
(164,160,96)
#908D55
(144,141,85)
#7C7A4A
(124,122,74)
#68673F
(104,103,63)
#545434
(84,84,52)
#404129
(64,65,41)
#2C2E1E
(44,46,30)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #E0D981

#E0D981
(224,217,129)
#E2DC8C
(226,220,140)
#E4DF97
(228,223,151)
#E6E2A2
(230,226,162)
#E8E5AD
(232,229,173)
#EAE8B8
(234,232,184)
#ECEBC3
(236,235,195)
#EEEECE
(238,238,206)
#F0F1D9
(240,241,217)
#F2F4E4
(242,244,228)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D981; }

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

This text font color is #E0D981.


Background Color

.myBgColor { background-color: #E0D981; }

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

This div background color is #E0D981.


Border color

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

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

This div border color is #E0D981.


Opacity

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

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

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

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

This text has shadow with #E0D981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D981 on black background.


Color preview on white background

This text has color #E0D981 on white background.



Black color preview on #E0D981 background

This text has black color on #E0D981 background.


White color preview on #E0D981 background

This text has white color on #E0D981 background.