COLOR #E5D99E

HEX: #E5D99E RGB: (229,217,158)

Color info

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

RGB color model

#E5D99E color RGB value is (229,217,158).

RGB: (229,217,158) (90%, 85%, 62%)

RGB channels and saturation

R 229 of 255 = 90%
G 217 of 255 = 85%
B 158 of 255 = 62%

229
217
158

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

Portions of RGB colors in percentages

R + G + B = 229 + 217 + 158 = 604 (100%)
R 229 of 604 ~ 37.91%
G 217 of 604 ~ 35.93%
B 158 of 604 ~ 26.16'%

%37.91
%35.93
%26.16

CMYK color model

#E5D99E color CMYK value is (0,5,31,10).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 31.00%
  • key color value is 10.20%

CMYK: (0,5,31,10)
C0M5Y31K10 (0%, 5%, 31%, 10%)
(0.00 / 0.05 / 0.31 / 0.10)

CMYK percentages

%0
%5.24
%31
%10.2

Codes

Color #E5D99E in popluar color models

E5 D9 9E
RGB 229 217 158
HSL 50° 57.72% 75.88%
HSB/HSV 50° 31.00% 89.80%
CMYK 0.00% 5.24% 31.00%
10.20%

Color #E5D99E in popluar number systems.

HEX E5 D9 9E
Decimal 229 217 158
Binary 11100101 11011001 10011110
Octal 345 331 236

Shades and tints

Shades of #E5D99E

#E5D99E
(229,217,158)
#D1C690
(209,198,144)
#BDB382
(189,179,130)
#A9A074
(169,160,116)
#958D66
(149,141,102)
#817A58
(129,122,88)
#6D674A
(109,103,74)
#59543C
(89,84,60)
#45412E
(69,65,46)
#312E20
(49,46,32)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #E5D99E

#E5D99E
(229,217,158)
#E7DCA6
(231,220,166)
#E9DFAE
(233,223,174)
#EBE2B6
(235,226,182)
#EDE5BE
(237,229,190)
#EFE8C6
(239,232,198)
#F1EBCE
(241,235,206)
#F3EED6
(243,238,214)
#F5F1DE
(245,241,222)
#F7F4E6
(247,244,230)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D99E color. Also use rgb(229,217,158) instead hex code.

Text Font Color

.myTextColor { color: #E5D99E; }

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

This text font color is #E5D99E.

Background Color

.myBgColor { background-color: #E5D99E; }

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

This div background color is #E5D99E.

Border color

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

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

This div border color is #E5D99E.

Opacity

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

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

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

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

This text has shadow with #E5D99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D99E.

Preview

Color preview on black background

This text has color #E5D99E on black background.


Color preview on white background

This text has color #E5D99E on white background.


Black color preview on #E5D99E background

This text has black color on #E5D99E background.


White color preview on #E5D99E background

This text has white color on #E5D99E background.


Related colors

Complementary color

Complementary color for #hex is #1A2661.


I love getcolorcode.com

Triadic colors

1 #9EE5D9 and #D99EE5 with #E5D99E are triadic colors.

2 #9ED9E5 and #D9E59E with #E5D99E are triadic colors.