COLOR #E5D89B

HEX: #E5D89B RGB: (229,216,155)

Color info

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

RGB color model

#E5D89B color RGB value is (229,216,155).

RGB: (229,216,155) (90%, 85%, 61%)

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 155 of 255 = 61%

229
216
155

R + G + B ~ 79%. #E5D89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 216 + 155 = 600 (100%)
R 229 of 600 ~ 38.17%
G 216 of 600 ~ 36%
B 155 of 600 ~ 25.83'%

%38.17
%36
%25.83

CMYK color model

#E5D89B color CMYK value is (0,6,32,10).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 32.31%
  • key color value is 10.20%

CMYK: (0,6,32,10)
C0M6Y32K10 (0%, 6%, 32%, 10%)
(0.00 / 0.06 / 0.32 / 0.10)

CMYK percentages

%0
%5.68
%32.31
%10.2

Codes

Color #E5D89B in popluar color models

E5 D8 9B
RGB 229 216 155
HSL 49° 58.73% 75.29%
HSB/HSV 49° 32.31% 89.80%
CMYK 0.00% 5.68% 32.31%
10.20%

Color #E5D89B in popluar number systems.

HEX E5 D8 9B
Decimal 229 216 155
Binary 11100101 11011000 10011011
Octal 345 330 233

Shades and tints

Shades of #E5D89B

#E5D89B
(229,216,155)
#D1C58D
(209,197,141)
#BDB27F
(189,178,127)
#A99F71
(169,159,113)
#958C63
(149,140,99)
#817955
(129,121,85)
#6D6647
(109,102,71)
#595339
(89,83,57)
#45402B
(69,64,43)
#312D1D
(49,45,29)
#1D1A0F
(29,26,15)
#000000
(0,0,0)

Tints of #E5D89B

#E5D89B
(229,216,155)
#E7DBA4
(231,219,164)
#E9DEAD
(233,222,173)
#EBE1B6
(235,225,182)
#EDE4BF
(237,228,191)
#EFE7C8
(239,231,200)
#F1EAD1
(241,234,209)
#F3EDDA
(243,237,218)
#F5F0E3
(245,240,227)
#F7F3EC
(247,243,236)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D89B color. Also use rgb(229,216,155) instead hex code.

Text Font Color

.myTextColor { color: #E5D89B; }

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

This text font color is #E5D89B.

Background Color

.myBgColor { background-color: #E5D89B; }

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

This div background color is #E5D89B.

Border color

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

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

This div border color is #E5D89B.

Opacity

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

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

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

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

This text has shadow with #E5D89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D89B.

Preview

Color preview on black background

This text has color #E5D89B on black background.


Color preview on white background

This text has color #E5D89B on white background.


Black color preview on #E5D89B background

This text has black color on #E5D89B background.


White color preview on #E5D89B background

This text has white color on #E5D89B background.


Related colors

Complementary color

Complementary color for #hex is #1A2764.


I love getcolorcode.com

Triadic colors

1 #9BE5D8 and #D89BE5 with #E5D89B are triadic colors.

2 #9BD8E5 and #D8E59B with #E5D89B are triadic colors.