COLOR #E2E0AD

HEX: #E2E0AD RGB: (226,224,173)

Color info

#E2E0AD contains red, green and blue colors in about the same proportion. Web safe color of #E2E0AD is #CCCC99 (or #CC9).

RGB color model

#E2E0AD color RGB value is (226,224,173).

RGB: (226,224,173) (89%, 88%, 68%)

RGB channels and saturation

R 226 of 255 = 89%
G 224 of 255 = 88%
B 173 of 255 = 68%

226
224
173

R + G + B ~ 82%. #E2E0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 224 + 173 = 623 (100%)
R 226 of 623 ~ 36.28%
G 224 of 623 ~ 35.96%
B 173 of 623 ~ 27.77'%

%36.28
%35.96
%27.77

CMYK color model

#E2E0AD color CMYK value is (0,1,23,11).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK: (0,1,23,11) C0M1Y23K11 (0%,1%,23%,11%) (0.00/0.01/0.23/0.11) 

CMYK percentages

%0
%0.88
%23.45
%11.37

Codes

Color #E2E0AD in popluar color models

E2 E0 AD
RGB 226 224 173
HSL 58° 47.75% 78.24%
HSB/HSV 58° 23.45% 88.63%
CMYK 0.00% 0.88% 23.45%
11.37%

Color #E2E0AD in popluar number systems.

HEX E2 E0 AD
Decimal 226 224 173
Binary 11100010 11100000 10101101
Octal 342 340 255

Shades and tints

Shades of #E2E0AD

#E2E0AD
(226,224,173)
#CECC9E
(206,204,158)
#BAB88F
(186,184,143)
#A6A480
(166,164,128)
#929071
(146,144,113)
#7E7C62
(126,124,98)
#6A6853
(106,104,83)
#565444
(86,84,68)
#424035
(66,64,53)
#2E2C26
(46,44,38)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #E2E0AD

#E2E0AD
(226,224,173)
#E4E2B4
(228,226,180)
#E6E4BB
(230,228,187)
#E8E6C2
(232,230,194)
#EAE8C9
(234,232,201)
#ECEAD0
(236,234,208)
#EEECD7
(238,236,215)
#F0EEDE
(240,238,222)
#F2F0E5
(242,240,229)
#F4F2EC
(244,242,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E0AD color. Also use rgb(226,224,173) instead hex code.

Text Font Color

.myTextColor { color: #E2E0AD; }

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

This text font color is #E2E0AD.

Background Color

.myBgColor { background-color: #E2E0AD; }

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

This div background color is #E2E0AD.

Border color

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

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

This div border color is #E2E0AD.

Opacity

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

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

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

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

This text has shadow with #E2E0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E0AD.

Preview

Color preview on black background

This text has color #E2E0AD on black background.


Color preview on white background

This text has color #E2E0AD on white background.


Black color preview on #E2E0AD background

This text has black color on #E2E0AD background.


White color preview on #E2E0AD background

This text has white color on #E2E0AD background.


Related colors

Complementary color

Complementary color for #hex is #1D1F52.


I love getcolorcode.com

Triadic colors

1 #ADE2E0 and #E0ADE2 with #E2E0AD are triadic colors.

2 #ADE0E2 and #E0E2AD with #E2E0AD are triadic colors.