COLOR #E2E0A1

HEX: #E2E0A1
RGB: (226,224,161)

Color info

#E2E0A1 contains mainly red and green colors. Web safe color of #E2E0A1 is #CCCC99 (or #CC9).

RGB color model

#E2E0A1 color RGB value is (226,224,161).

  • red value is 226;
  • green value is 224;
  • blue value is 161.
RGB:
(226,224,161)
(89%,88%,63%)

RGB channels and saturation

R 226 of 255 = 89%
G 224 of 255 = 88%
B 161 of 255 = 63%

226
224
161

R + G + B ~ 80%. #E2E0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 224 + 161 = 611 (100%)
R 226 of 611 ~ 36.99%
G 224 of 611 ~ 36.66%
B 161 of 611 ~ 26.35%

%36.99
%36.66
%26.35

CMYK color model

#E2E0A1 color CMYK value is (0,1,29,11).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 28.76%
  • key color value is 11.37%
CMYK:
(0,1,29,11)
C0M1Y29K11 
(0%,1%,29%,11%)
(0.00/0.01/0.29/0.11)	

CMYK percentages

%0
%0.88
%28.76
%11.37

Codes

Color #E2E0A1 in popluar color models

E2E0A1
RGB226224161
HSL58°52.85%75.88%
HSB/HSV58°28.76%88.63%
CMYK0.00%0.88%28.76%
11.37%

Color #E2E0A1 in popluar number systems.

HEXE2E0A1
Decimal226224161
Binary111000101110000010100001
Octal342340241

Shades and tints

Shades of #E2E0A1

#E2E0A1
(226,224,161)
#CECC93
(206,204,147)
#BAB885
(186,184,133)
#A6A477
(166,164,119)
#929069
(146,144,105)
#7E7C5B
(126,124,91)
#6A684D
(106,104,77)
#56543F
(86,84,63)
#424031
(66,64,49)
#2E2C23
(46,44,35)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #E2E0A1

#E2E0A1
(226,224,161)
#E4E2A9
(228,226,169)
#E6E4B1
(230,228,177)
#E8E6B9
(232,230,185)
#EAE8C1
(234,232,193)
#ECEAC9
(236,234,201)
#EEECD1
(238,236,209)
#F0EED9
(240,238,217)
#F2F0E1
(242,240,225)
#F4F2E9
(244,242,233)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E0A1; }

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

This text font color is #E2E0A1.


Background Color

.myBgColor { background-color: #E2E0A1; }

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

This div background color is #E2E0A1.


Border color

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

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

This div border color is #E2E0A1.


Opacity

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

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

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

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

This text has shadow with #E2E0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E0A1 on black background.


Color preview on white background

This text has color #E2E0A1 on white background.



Black color preview on #E2E0A1 background

This text has black color on #E2E0A1 background.


White color preview on #E2E0A1 background

This text has white color on #E2E0A1 background.