COLOR #E2DEA4

HEX: #E2DEA4
RGB: (226,222,164)

Color info

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

RGB color model

#E2DEA4 color RGB value is (226,222,164).

  • red value is 226;
  • green value is 222;
  • blue value is 164.
RGB:
(226,222,164)
(89%,87%,64%)

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 164 of 255 = 64%

226
222
164

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

Portions of RGB colors in percentages

R + G + B =
226 + 222 + 164 = 612 (100%)
R 226 of 612 ~ 36.93%
G 222 of 612 ~ 36.27%
B 164 of 612 ~ 26.8%

%36.93
%36.27
%26.8

CMYK color model

#E2DEA4 color CMYK value is (0,2,27,11).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 27.43%
  • key color value is 11.37%
CMYK:
(0,2,27,11)
C0M2Y27K11 
(0%,2%,27%,11%)
(0.00/0.02/0.27/0.11)	

CMYK percentages

%0
%1.77
%27.43
%11.37

Codes

Color #E2DEA4 in popluar color models

E2DEA4
RGB226222164
HSL56°51.67%76.47%
HSB/HSV56°27.43%88.63%
CMYK0.00%1.77%27.43%
11.37%

Color #E2DEA4 in popluar number systems.

HEXE2DEA4
Decimal226222164
Binary111000101101111010100100
Octal342336244

Shades and tints

Shades of #E2DEA4

#E2DEA4
(226,222,164)
#CECA96
(206,202,150)
#BAB688
(186,182,136)
#A6A27A
(166,162,122)
#928E6C
(146,142,108)
#7E7A5E
(126,122,94)
#6A6650
(106,102,80)
#565242
(86,82,66)
#423E34
(66,62,52)
#2E2A26
(46,42,38)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2DEA4

#E2DEA4
(226,222,164)
#E4E1AC
(228,225,172)
#E6E4B4
(230,228,180)
#E8E7BC
(232,231,188)
#EAEAC4
(234,234,196)
#ECEDCC
(236,237,204)
#EEF0D4
(238,240,212)
#F0F3DC
(240,243,220)
#F2F6E4
(242,246,228)
#F4F9EC
(244,249,236)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DEA4 color. Also use rgb(226,222,164) instead hex code.

Text Font Color

.myTextColor { color: #E2DEA4; }

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

This text font color is #E2DEA4.


Background Color

.myBgColor { background-color: #E2DEA4; }

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

This div background color is #E2DEA4.


Border color

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

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

This div border color is #E2DEA4.


Opacity

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

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

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

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

This text has shadow with #E2DEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DEA4 on black background.


Color preview on white background

This text has color #E2DEA4 on white background.



Black color preview on #E2DEA4 background

This text has black color on #E2DEA4 background.


White color preview on #E2DEA4 background

This text has white color on #E2DEA4 background.