COLOR #E1E1AA

HEX: #E1E1AA
RGB: (225,225,170)

Color info

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

RGB color model

#E1E1AA color RGB value is (225,225,170).

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

RGB channels and saturation

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

225
225
170

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

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 170 = 620 (100%)
R 225 of 620 ~ 36.29%
G 225 of 620 ~ 36.29%
B 170 of 620 ~ 27.42%

%36.29
%36.29
%27.42

CMYK color model

#E1E1AA color CMYK value is (0,0,24,12).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 11.76%
CMYK:
(0,0,24,12)
C0M0Y24K12 
(0%,0%,24%,12%)
(0.00/0.00/0.24/0.12)	

CMYK percentages

%0
%0
%24.44
%11.76

Codes

Color #E1E1AA in popluar color models

E1E1AA
RGB225225170
HSL60°47.83%77.45%
HSB/HSV60°24.44%88.24%
CMYK0.00%0.00%24.44%
11.76%

Color #E1E1AA in popluar number systems.

HEXE1E1AA
Decimal225225170
Binary111000011110000110101010
Octal341341252

Shades and tints

Shades of #E1E1AA

#E1E1AA
(225,225,170)
#CDCD9B
(205,205,155)
#B9B98C
(185,185,140)
#A5A57D
(165,165,125)
#91916E
(145,145,110)
#7D7D5F
(125,125,95)
#696950
(105,105,80)
#555541
(85,85,65)
#414132
(65,65,50)
#2D2D23
(45,45,35)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #E1E1AA

#E1E1AA
(225,225,170)
#E3E3B1
(227,227,177)
#E5E5B8
(229,229,184)
#E7E7BF
(231,231,191)
#E9E9C6
(233,233,198)
#EBEBCD
(235,235,205)
#EDEDD4
(237,237,212)
#EFEFDB
(239,239,219)
#F1F1E2
(241,241,226)
#F3F3E9
(243,243,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1AA; }

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

This text font color is #E1E1AA.


Background Color

.myBgColor { background-color: #E1E1AA; }

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

This div background color is #E1E1AA.


Border color

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

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

This div border color is #E1E1AA.


Opacity

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

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

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

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

This text has shadow with #E1E1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E1AA on black background.


Color preview on white background

This text has color #E1E1AA on white background.



Black color preview on #E1E1AA background

This text has black color on #E1E1AA background.


White color preview on #E1E1AA background

This text has white color on #E1E1AA background.