COLOR #E0D991

HEX: #E0D991 RGB: (224,217,145)

Color info

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

RGB color model

#E0D991 color RGB value is (224,217,145).

RGB: (224,217,145) (88%, 85%, 57%)

RGB channels and saturation

R 224 of 255 = 88%
G 217 of 255 = 85%
B 145 of 255 = 57%

224
217
145

R + G + B ~ 77%. #E0D991 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 217 + 145 = 586 (100%)
R 224 of 586 ~ 38.23%
G 217 of 586 ~ 37.03%
B 145 of 586 ~ 24.74'%

%38.23
%37.03
%24.74

CMYK color model

#E0D991 color CMYK value is (0,3,35,12).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 35.27%
  • key color value is 12.16%

CMYK: (0,3,35,12)
C0M3Y35K12 (0%, 3%, 35%, 12%)
(0.00 / 0.03 / 0.35 / 0.12)

CMYK percentages

%0
%3.13
%35.27
%12.16

Codes

Color #E0D991 in popluar color models

E0 D9 91
RGB 224 217 145
HSL 55° 56.03% 72.35%
HSB/HSV 55° 35.27% 87.84%
CMYK 0.00% 3.13% 35.27%
12.16%

Color #E0D991 in popluar number systems.

HEX E0 D9 91
Decimal 224 217 145
Binary 11100000 11011001 10010001
Octal 340 331 221

Shades and tints

Shades of #E0D991

#E0D991
(224,217,145)
#CCC684
(204,198,132)
#B8B377
(184,179,119)
#A4A06A
(164,160,106)
#908D5D
(144,141,93)
#7C7A50
(124,122,80)
#686743
(104,103,67)
#545436
(84,84,54)
#404129
(64,65,41)
#2C2E1C
(44,46,28)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #E0D991

#E0D991
(224,217,145)
#E2DC9B
(226,220,155)
#E4DFA5
(228,223,165)
#E6E2AF
(230,226,175)
#E8E5B9
(232,229,185)
#EAE8C3
(234,232,195)
#ECEBCD
(236,235,205)
#EEEED7
(238,238,215)
#F0F1E1
(240,241,225)
#F2F4EB
(242,244,235)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D991; }

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

This text font color is #E0D991.

Background Color

.myBgColor { background-color: #E0D991; }

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

This div background color is #E0D991.

Border color

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

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

This div border color is #E0D991.

Opacity

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

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

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

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

This text has shadow with #E0D991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D991.

Preview

Color preview on black background

This text has color #E0D991 on black background.


Color preview on white background

This text has color #E0D991 on white background.


Black color preview on #E0D991 background

This text has black color on #E0D991 background.


White color preview on #E0D991 background

This text has white color on #E0D991 background.


Related colors

Complementary color

Complementary color for #hex is #1F266E.


I love getcolorcode.com

Triadic colors

1 #91E0D9 and #D991E0 with #E0D991 are triadic colors.

2 #91D9E0 and #D9E091 with #E0D991 are triadic colors.