COLOR #E1DEA4

HEX: #E1DEA4 RGB: (225,222,164)

Color info

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

RGB color model

#E1DEA4 color RGB value is (225,222,164).

RGB: (225,222,164) (88%, 87%, 64%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 164 of 255 = 64%

225
222
164

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

Portions of RGB colors in percentages

R + G + B = 225 + 222 + 164 = 611 (100%)
R 225 of 611 ~ 36.82%
G 222 of 611 ~ 36.33%
B 164 of 611 ~ 26.84'%

%36.82
%36.33
%26.84

CMYK color model

#E1DEA4 color CMYK value is (0,1,27,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 27.11%
  • key color value is 11.76%

CMYK: (0,1,27,12)
C0M1Y27K12 (0%, 1%, 27%, 12%)
(0.00 / 0.01 / 0.27 / 0.12)

CMYK percentages

%0
%1.33
%27.11
%11.76

Codes

Color #E1DEA4 in popluar color models

E1 DE A4
RGB 225 222 164
HSL 57° 50.41% 76.27%
HSB/HSV 57° 27.11% 88.24%
CMYK 0.00% 1.33% 27.11%
11.76%

Color #E1DEA4 in popluar number systems.

HEX E1 DE A4
Decimal 225 222 164
Binary 11100001 11011110 10100100
Octal 341 336 244

Shades and tints

Shades of #E1DEA4

#E1DEA4
(225,222,164)
#CDCA96
(205,202,150)
#B9B688
(185,182,136)
#A5A27A
(165,162,122)
#918E6C
(145,142,108)
#7D7A5E
(125,122,94)
#696650
(105,102,80)
#555242
(85,82,66)
#413E34
(65,62,52)
#2D2A26
(45,42,38)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1DEA4

#E1DEA4
(225,222,164)
#E3E1AC
(227,225,172)
#E5E4B4
(229,228,180)
#E7E7BC
(231,231,188)
#E9EAC4
(233,234,196)
#EBEDCC
(235,237,204)
#EDF0D4
(237,240,212)
#EFF3DC
(239,243,220)
#F1F6E4
(241,246,228)
#F3F9EC
(243,249,236)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DEA4; }

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

This text font color is #E1DEA4.

Background Color

.myBgColor { background-color: #E1DEA4; }

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

This div background color is #E1DEA4.

Border color

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

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

This div border color is #E1DEA4.

Opacity

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

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

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

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

This text has shadow with #E1DEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DEA4.

Preview

Color preview on black background

This text has color #E1DEA4 on black background.


Color preview on white background

This text has color #E1DEA4 on white background.


Black color preview on #E1DEA4 background

This text has black color on #E1DEA4 background.


White color preview on #E1DEA4 background

This text has white color on #E1DEA4 background.


Related colors

Complementary color

Complementary color for #hex is #1E215B.


I love getcolorcode.com

Triadic colors

1 #A4E1DE and #DEA4E1 with #E1DEA4 are triadic colors.

2 #A4DEE1 and #DEE1A4 with #E1DEA4 are triadic colors.