COLOR #E2D09D

HEX: #E2D09D RGB: (226,208,157)

Color info

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

RGB color model

#E2D09D color RGB value is (226,208,157).

RGB: (226,208,157) (89%, 82%, 62%)

RGB channels and saturation

R 226 of 255 = 89%
G 208 of 255 = 82%
B 157 of 255 = 62%

226
208
157

R + G + B ~ 78%. #E2D09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 208 + 157 = 591 (100%)
R 226 of 591 ~ 38.24%
G 208 of 591 ~ 35.19%
B 157 of 591 ~ 26.57'%

%38.24
%35.19
%26.57

CMYK color model

#E2D09D color CMYK value is (0,8,31,11).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 30.53%
  • key color value is 11.37%

CMYK: (0,8,31,11)
C0M8Y31K11 (0%, 8%, 31%, 11%)
(0.00 / 0.08 / 0.31 / 0.11)

CMYK percentages

%0
%7.96
%30.53
%11.37

Codes

Color #E2D09D in popluar color models

E2 D0 9D
RGB 226 208 157
HSL 44° 54.33% 75.10%
HSB/HSV 44° 30.53% 88.63%
CMYK 0.00% 7.96% 30.53%
11.37%

Color #E2D09D in popluar number systems.

HEX E2 D0 9D
Decimal 226 208 157
Binary 11100010 11010000 10011101
Octal 342 320 235

Shades and tints

Shades of #E2D09D

#E2D09D
(226,208,157)
#CEBE8F
(206,190,143)
#BAAC81
(186,172,129)
#A69A73
(166,154,115)
#928865
(146,136,101)
#7E7657
(126,118,87)
#6A6449
(106,100,73)
#56523B
(86,82,59)
#42402D
(66,64,45)
#2E2E1F
(46,46,31)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #E2D09D

#E2D09D
(226,208,157)
#E4D4A5
(228,212,165)
#E6D8AD
(230,216,173)
#E8DCB5
(232,220,181)
#EAE0BD
(234,224,189)
#ECE4C5
(236,228,197)
#EEE8CD
(238,232,205)
#F0ECD5
(240,236,213)
#F2F0DD
(242,240,221)
#F4F4E5
(244,244,229)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D09D color. Also use rgb(226,208,157) instead hex code.

Text Font Color

.myTextColor { color: #E2D09D; }

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

This text font color is #E2D09D.

Background Color

.myBgColor { background-color: #E2D09D; }

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

This div background color is #E2D09D.

Border color

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

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

This div border color is #E2D09D.

Opacity

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

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

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

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

This text has shadow with #E2D09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D09D.

Preview

Color preview on black background

This text has color #E2D09D on black background.


Color preview on white background

This text has color #E2D09D on white background.


Black color preview on #E2D09D background

This text has black color on #E2D09D background.


White color preview on #E2D09D background

This text has white color on #E2D09D background.


Related colors

Complementary color

Complementary color for #hex is #1D2F62.


I love getcolorcode.com

Triadic colors

1 #9DE2D0 and #D09DE2 with #E2D09D are triadic colors.

2 #9DD0E2 and #D0E29D with #E2D09D are triadic colors.