COLOR #E1D89E

HEX: #E1D89E RGB: (225,216,158)

Color info

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

RGB color model

#E1D89E color RGB value is (225,216,158).

RGB: (225,216,158) (88%, 85%, 62%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 158 of 255 = 62%

225
216
158

R + G + B ~ 78%. #E1D89E is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 216 + 158 = 599 (100%)
R 225 of 599 ~ 37.56%
G 216 of 599 ~ 36.06%
B 158 of 599 ~ 26.38'%

%37.56
%36.06
%26.38

CMYK color model

#E1D89E color CMYK value is (0,4,30,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 29.78%
  • key color value is 11.76%

CMYK: (0,4,30,12)
C0M4Y30K12 (0%, 4%, 30%, 12%)
(0.00 / 0.04 / 0.30 / 0.12)

CMYK percentages

%0
%4
%29.78
%11.76

Codes

Color #E1D89E in popluar color models

E1 D8 9E
RGB 225 216 158
HSL 52° 52.76% 75.10%
HSB/HSV 52° 29.78% 88.24%
CMYK 0.00% 4.00% 29.78%
11.76%

Color #E1D89E in popluar number systems.

HEX E1 D8 9E
Decimal 225 216 158
Binary 11100001 11011000 10011110
Octal 341 330 236

Shades and tints

Shades of #E1D89E

#E1D89E
(225,216,158)
#CDC590
(205,197,144)
#B9B282
(185,178,130)
#A59F74
(165,159,116)
#918C66
(145,140,102)
#7D7958
(125,121,88)
#69664A
(105,102,74)
#55533C
(85,83,60)
#41402E
(65,64,46)
#2D2D20
(45,45,32)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #E1D89E

#E1D89E
(225,216,158)
#E3DBA6
(227,219,166)
#E5DEAE
(229,222,174)
#E7E1B6
(231,225,182)
#E9E4BE
(233,228,190)
#EBE7C6
(235,231,198)
#EDEACE
(237,234,206)
#EFEDD6
(239,237,214)
#F1F0DE
(241,240,222)
#F3F3E6
(243,243,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D89E; }

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

This text font color is #E1D89E.

Background Color

.myBgColor { background-color: #E1D89E; }

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

This div background color is #E1D89E.

Border color

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

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

This div border color is #E1D89E.

Opacity

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

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

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

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

This text has shadow with #E1D89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D89E.

Preview

Color preview on black background

This text has color #E1D89E on black background.


Color preview on white background

This text has color #E1D89E on white background.


Black color preview on #E1D89E background

This text has black color on #E1D89E background.


White color preview on #E1D89E background

This text has white color on #E1D89E background.


Related colors

Complementary color

Complementary color for #hex is #1E2761.


I love getcolorcode.com

Triadic colors

1 #9EE1D8 and #D89EE1 with #E1D89E are triadic colors.

2 #9ED8E1 and #D8E19E with #E1D89E are triadic colors.