COLOR #E2E1AE

HEX: #E2E1AE RGB: (226,225,174)

Color info

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

RGB color model

#E2E1AE color RGB value is (226,225,174).

RGB: (226,225,174) (89%, 88%, 68%)

RGB channels and saturation

R 226 of 255 = 89%
G 225 of 255 = 88%
B 174 of 255 = 68%

226
225
174

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

Portions of RGB colors in percentages

R + G + B = 226 + 225 + 174 = 625 (100%)
R 226 of 625 ~ 36.16%
G 225 of 625 ~ 36%
B 174 of 625 ~ 27.84'%

%36.16
%36
%27.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 23.01%
  • key color value is 11.37%

CMYK: (0,0,23,11)
C0M0Y23K11 (0%, 0%, 23%, 11%)
(0.00 / 0.00 / 0.23 / 0.11)

CMYK percentages

%0
%0.44
%23.01
%11.37

Codes

Color #E2E1AE in popluar color models

E2 E1 AE
RGB 226 225 174
HSL 59° 47.27% 78.43%
HSB/HSV 59° 23.01% 88.63%
CMYK 0.00% 0.44% 23.01%
11.37%

Color #E2E1AE in popluar number systems.

HEX E2 E1 AE
Decimal 226 225 174
Binary 11100010 11100001 10101110
Octal 342 341 256

Shades and tints

Shades of #E2E1AE

#E2E1AE
(226,225,174)
#CECD9F
(206,205,159)
#BAB990
(186,185,144)
#A6A581
(166,165,129)
#929172
(146,145,114)
#7E7D63
(126,125,99)
#6A6954
(106,105,84)
#565545
(86,85,69)
#424136
(66,65,54)
#2E2D27
(46,45,39)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #E2E1AE

#E2E1AE
(226,225,174)
#E4E3B5
(228,227,181)
#E6E5BC
(230,229,188)
#E8E7C3
(232,231,195)
#EAE9CA
(234,233,202)
#ECEBD1
(236,235,209)
#EEEDD8
(238,237,216)
#F0EFDF
(240,239,223)
#F2F1E6
(242,241,230)
#F4F3ED
(244,243,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E1AE color. Also use rgb(226,225,174) instead hex code.

Text Font Color

.myTextColor { color: #E2E1AE; }

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

This text font color is #E2E1AE.

Background Color

.myBgColor { background-color: #E2E1AE; }

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

This div background color is #E2E1AE.

Border color

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

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

This div border color is #E2E1AE.

Opacity

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

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

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

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

This text has shadow with #E2E1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E1AE.

Preview

Color preview on black background

This text has color #E2E1AE on black background.


Color preview on white background

This text has color #E2E1AE on white background.


Black color preview on #E2E1AE background

This text has black color on #E2E1AE background.


White color preview on #E2E1AE background

This text has white color on #E2E1AE background.


Related colors

Complementary color

Complementary color for #hex is #1D1E51.


I love getcolorcode.com

Triadic colors

1 #AEE2E1 and #E1AEE2 with #E2E1AE are triadic colors.

2 #AEE1E2 and #E1E2AE with #E2E1AE are triadic colors.