COLOR #E1E2AE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

225
226
174

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

Portions of RGB colors in percentages

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

%36
%36.16
%27.84

CMYK color model

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

  • cyan value is 0.44%
  • magenta value is 0.00%
  • 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.44
%0
%23.01
%11.37

Codes

Color #E1E2AE in popluar color models

E1E2AE
RGB225226174
HSL61°47.27%78.43%
HSB/HSV61°23.01%88.63%
CMYK0.44%0.00%23.01%
11.37%

Color #E1E2AE in popluar number systems.

HEXE1E2AE
Decimal225226174
Binary111000011110001010101110
Octal341342256

Shades and tints

Shades of #E1E2AE

#E1E2AE
(225,226,174)
#CDCE9F
(205,206,159)
#B9BA90
(185,186,144)
#A5A681
(165,166,129)
#919272
(145,146,114)
#7D7E63
(125,126,99)
#696A54
(105,106,84)
#555645
(85,86,69)
#414236
(65,66,54)
#2D2E27
(45,46,39)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #E1E2AE

#E1E2AE
(225,226,174)
#E3E4B5
(227,228,181)
#E5E6BC
(229,230,188)
#E7E8C3
(231,232,195)
#E9EACA
(233,234,202)
#EBECD1
(235,236,209)
#EDEED8
(237,238,216)
#EFF0DF
(239,240,223)
#F1F2E6
(241,242,230)
#F3F4ED
(243,244,237)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E2AE; }

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

This text font color is #E1E2AE.


Background Color

.myBgColor { background-color: #E1E2AE; }

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

This div background color is #E1E2AE.


Border color

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

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

This div border color is #E1E2AE.


Opacity

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

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

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

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

This text has shadow with #E1E2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E2AE on black background.


Color preview on white background

This text has color #E1E2AE on white background.



Black color preview on #E1E2AE background

This text has black color on #E1E2AE background.


White color preview on #E1E2AE background

This text has white color on #E1E2AE background.