COLOR #E0D19E

HEX: #E0D19E
RGB: (224,209,158)

Color info

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

RGB color model

#E0D19E color RGB value is (224,209,158).

  • red value is 224;
  • green value is 209;
  • blue value is 158.
RGB:
(224,209,158)
(88%,82%,62%)

RGB channels and saturation

R 224 of 255 = 88%
G 209 of 255 = 82%
B 158 of 255 = 62%

224
209
158

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

Portions of RGB colors in percentages

R + G + B =
224 + 209 + 158 = 591 (100%)
R 224 of 591 ~ 37.9%
G 209 of 591 ~ 35.36%
B 158 of 591 ~ 26.73%

%37.9
%35.36
%26.73

CMYK color model

#E0D19E color CMYK value is (0,7,29,12).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 29.46%
  • key color value is 12.16%
CMYK:
(0,7,29,12)
C0M7Y29K12 
(0%,7%,29%,12%)
(0.00/0.07/0.29/0.12)	

CMYK percentages

%0
%6.7
%29.46
%12.16

Codes

Color #E0D19E in popluar color models

E0D19E
RGB224209158
HSL46°51.56%74.90%
HSB/HSV46°29.46%87.84%
CMYK0.00%6.70%29.46%
12.16%

Color #E0D19E in popluar number systems.

HEXE0D19E
Decimal224209158
Binary111000001101000110011110
Octal340321236

Shades and tints

Shades of #E0D19E

#E0D19E
(224,209,158)
#CCBE90
(204,190,144)
#B8AB82
(184,171,130)
#A49874
(164,152,116)
#908566
(144,133,102)
#7C7258
(124,114,88)
#685F4A
(104,95,74)
#544C3C
(84,76,60)
#40392E
(64,57,46)
#2C2620
(44,38,32)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #E0D19E

#E0D19E
(224,209,158)
#E2D5A6
(226,213,166)
#E4D9AE
(228,217,174)
#E6DDB6
(230,221,182)
#E8E1BE
(232,225,190)
#EAE5C6
(234,229,198)
#ECE9CE
(236,233,206)
#EEEDD6
(238,237,214)
#F0F1DE
(240,241,222)
#F2F5E6
(242,245,230)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D19E color. Also use rgb(224,209,158) instead hex code.

Text Font Color

.myTextColor { color: #E0D19E; }

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

This text font color is #E0D19E.


Background Color

.myBgColor { background-color: #E0D19E; }

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

This div background color is #E0D19E.


Border color

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

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

This div border color is #E0D19E.


Opacity

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

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

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

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

This text has shadow with #E0D19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D19E on black background.


Color preview on white background

This text has color #E0D19E on white background.



Black color preview on #E0D19E background

This text has black color on #E0D19E background.


White color preview on #E0D19E background

This text has white color on #E0D19E background.