COLOR #E5D59E

HEX: #E5D59E
RGB: (229,213,158)

Color info

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

RGB color model

#E5D59E color RGB value is (229,213,158).

  • red value is 229;
  • green value is 213;
  • blue value is 158.
RGB:
(229,213,158)
(90%,84%,62%)

RGB channels and saturation

R 229 of 255 = 90%
G 213 of 255 = 84%
B 158 of 255 = 62%

229
213
158

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

Portions of RGB colors in percentages

R + G + B =
229 + 213 + 158 = 600 (100%)
R 229 of 600 ~ 38.17%
G 213 of 600 ~ 35.5%
B 158 of 600 ~ 26.33%

%38.17
%35.5
%26.33

CMYK color model

#E5D59E color CMYK value is (0,7,31,10).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 31.00%
  • key color value is 10.20%
CMYK:
(0,7,31,10)
C0M7Y31K10 
(0%,7%,31%,10%)
(0.00/0.07/0.31/0.10)	

CMYK percentages

%0
%6.99
%31
%10.2

Codes

Color #E5D59E in popluar color models

E5D59E
RGB229213158
HSL46°57.72%75.88%
HSB/HSV46°31.00%89.80%
CMYK0.00%6.99%31.00%
10.20%

Color #E5D59E in popluar number systems.

HEXE5D59E
Decimal229213158
Binary111001011101010110011110
Octal345325236

Shades and tints

Shades of #E5D59E

#E5D59E
(229,213,158)
#D1C290
(209,194,144)
#BDAF82
(189,175,130)
#A99C74
(169,156,116)
#958966
(149,137,102)
#817658
(129,118,88)
#6D634A
(109,99,74)
#59503C
(89,80,60)
#453D2E
(69,61,46)
#312A20
(49,42,32)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #E5D59E

#E5D59E
(229,213,158)
#E7D8A6
(231,216,166)
#E9DBAE
(233,219,174)
#EBDEB6
(235,222,182)
#EDE1BE
(237,225,190)
#EFE4C6
(239,228,198)
#F1E7CE
(241,231,206)
#F3EAD6
(243,234,214)
#F5EDDE
(245,237,222)
#F7F0E6
(247,240,230)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D59E; }

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

This text font color is #E5D59E.


Background Color

.myBgColor { background-color: #E5D59E; }

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

This div background color is #E5D59E.


Border color

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

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

This div border color is #E5D59E.


Opacity

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

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

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

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

This text has shadow with #E5D59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D59E on black background.


Color preview on white background

This text has color #E5D59E on white background.



Black color preview on #E5D59E background

This text has black color on #E5D59E background.


White color preview on #E5D59E background

This text has white color on #E5D59E background.