COLOR #E2DA9E

HEX: #E2DA9E
RGB: (226,218,158)

Color info

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

RGB color model

#E2DA9E color RGB value is (226,218,158).

  • red value is 226;
  • green value is 218;
  • blue value is 158.
RGB:
(226,218,158)
(89%,85%,62%)

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 158 of 255 = 62%

226
218
158

R + G + B ~ 79%. #E2DA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 218 + 158 = 602 (100%)
R 226 of 602 ~ 37.54%
G 218 of 602 ~ 36.21%
B 158 of 602 ~ 26.25%

%37.54
%36.21
%26.25

CMYK color model

#E2DA9E color CMYK value is (0,4,30,11).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(0,4,30,11)
C0M4Y30K11 
(0%,4%,30%,11%)
(0.00/0.04/0.30/0.11)	

CMYK percentages

%0
%3.54
%30.09
%11.37

Codes

Color #E2DA9E in popluar color models

E2DA9E
RGB226218158
HSL53°53.97%75.29%
HSB/HSV53°30.09%88.63%
CMYK0.00%3.54%30.09%
11.37%

Color #E2DA9E in popluar number systems.

HEXE2DA9E
Decimal226218158
Binary111000101101101010011110
Octal342332236

Shades and tints

Shades of #E2DA9E

#E2DA9E
(226,218,158)
#CEC790
(206,199,144)
#BAB482
(186,180,130)
#A6A174
(166,161,116)
#928E66
(146,142,102)
#7E7B58
(126,123,88)
#6A684A
(106,104,74)
#56553C
(86,85,60)
#42422E
(66,66,46)
#2E2F20
(46,47,32)
#1A1C12
(26,28,18)
#000000
(0,0,0)

Tints of #E2DA9E

#E2DA9E
(226,218,158)
#E4DDA6
(228,221,166)
#E6E0AE
(230,224,174)
#E8E3B6
(232,227,182)
#EAE6BE
(234,230,190)
#ECE9C6
(236,233,198)
#EEECCE
(238,236,206)
#F0EFD6
(240,239,214)
#F2F2DE
(242,242,222)
#F4F5E6
(244,245,230)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DA9E color. Also use rgb(226,218,158) instead hex code.

Text Font Color

.myTextColor { color: #E2DA9E; }

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

This text font color is #E2DA9E.


Background Color

.myBgColor { background-color: #E2DA9E; }

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

This div background color is #E2DA9E.


Border color

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

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

This div border color is #E2DA9E.


Opacity

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

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

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

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

This text has shadow with #E2DA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DA9E on black background.


Color preview on white background

This text has color #E2DA9E on white background.



Black color preview on #E2DA9E background

This text has black color on #E2DA9E background.


White color preview on #E2DA9E background

This text has white color on #E2DA9E background.