COLOR #E1E2AA

HEX: #E1E2AA
RGB: (225,226,170)

Color info

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

RGB color model

#E1E2AA color RGB value is (225,226,170).

  • red value is 225;
  • green value is 226;
  • blue value is 170.
RGB:
(225,226,170)
(88%,89%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 226 of 255 = 89%
B 170 of 255 = 67%

225
226
170

R + G + B ~ 81%. #E1E2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 226 + 170 = 621 (100%)
R 225 of 621 ~ 36.23%
G 226 of 621 ~ 36.39%
B 170 of 621 ~ 27.38%

%36.23
%36.39
%27.38

CMYK color model

#E1E2AA color CMYK value is (0,0,25,11).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 24.78%
  • key color value is 11.37%
CMYK:
(0,0,25,11)
C0M0Y25K11 
(0%,0%,25%,11%)
(0.00/0.00/0.25/0.11)	

CMYK percentages

%0.44
%0
%24.78
%11.37

Codes

Color #E1E2AA in popluar color models

E1E2AA
RGB225226170
HSL61°49.12%77.65%
HSB/HSV61°24.78%88.63%
CMYK0.44%0.00%24.78%
11.37%

Color #E1E2AA in popluar number systems.

HEXE1E2AA
Decimal225226170
Binary111000011110001010101010
Octal341342252

Shades and tints

Shades of #E1E2AA

#E1E2AA
(225,226,170)
#CDCE9B
(205,206,155)
#B9BA8C
(185,186,140)
#A5A67D
(165,166,125)
#91926E
(145,146,110)
#7D7E5F
(125,126,95)
#696A50
(105,106,80)
#555641
(85,86,65)
#414232
(65,66,50)
#2D2E23
(45,46,35)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #E1E2AA

#E1E2AA
(225,226,170)
#E3E4B1
(227,228,177)
#E5E6B8
(229,230,184)
#E7E8BF
(231,232,191)
#E9EAC6
(233,234,198)
#EBECCD
(235,236,205)
#EDEED4
(237,238,212)
#EFF0DB
(239,240,219)
#F1F2E2
(241,242,226)
#F3F4E9
(243,244,233)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E2AA; }

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

This text font color is #E1E2AA.


Background Color

.myBgColor { background-color: #E1E2AA; }

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

This div background color is #E1E2AA.


Border color

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

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

This div border color is #E1E2AA.


Opacity

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

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

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

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

This text has shadow with #E1E2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E2AA on black background.


Color preview on white background

This text has color #E1E2AA on white background.



Black color preview on #E1E2AA background

This text has black color on #E1E2AA background.


White color preview on #E1E2AA background

This text has white color on #E1E2AA background.