COLOR #E5D993

HEX: #E5D993
RGB: (229,217,147)

Color info

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

RGB color model

#E5D993 color RGB value is (229,217,147).

  • red value is 229;
  • green value is 217;
  • blue value is 147.
RGB:
(229,217,147)
(90%,85%,58%)

RGB channels and saturation

R 229 of 255 = 90%
G 217 of 255 = 85%
B 147 of 255 = 58%

229
217
147

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

Portions of RGB colors in percentages

R + G + B =
229 + 217 + 147 = 593 (100%)
R 229 of 593 ~ 38.62%
G 217 of 593 ~ 36.59%
B 147 of 593 ~ 24.79%

%38.62
%36.59
%24.79

CMYK color model

#E5D993 color CMYK value is (0,5,36,10).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 35.81%
  • key color value is 10.20%
CMYK:
(0,5,36,10)
C0M5Y36K10 
(0%,5%,36%,10%)
(0.00/0.05/0.36/0.10)	

CMYK percentages

%0
%5.24
%35.81
%10.2

Codes

Color #E5D993 in popluar color models

E5D993
RGB229217147
HSL51°61.19%73.73%
HSB/HSV51°35.81%89.80%
CMYK0.00%5.24%35.81%
10.20%

Color #E5D993 in popluar number systems.

HEXE5D993
Decimal229217147
Binary111001011101100110010011
Octal345331223

Shades and tints

Shades of #E5D993

#E5D993
(229,217,147)
#D1C686
(209,198,134)
#BDB379
(189,179,121)
#A9A06C
(169,160,108)
#958D5F
(149,141,95)
#817A52
(129,122,82)
#6D6745
(109,103,69)
#595438
(89,84,56)
#45412B
(69,65,43)
#312E1E
(49,46,30)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #E5D993

#E5D993
(229,217,147)
#E7DC9C
(231,220,156)
#E9DFA5
(233,223,165)
#EBE2AE
(235,226,174)
#EDE5B7
(237,229,183)
#EFE8C0
(239,232,192)
#F1EBC9
(241,235,201)
#F3EED2
(243,238,210)
#F5F1DB
(245,241,219)
#F7F4E4
(247,244,228)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D993; }

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

This text font color is #E5D993.


Background Color

.myBgColor { background-color: #E5D993; }

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

This div background color is #E5D993.


Border color

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

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

This div border color is #E5D993.


Opacity

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

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

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

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

This text has shadow with #E5D993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D993 on black background.


Color preview on white background

This text has color #E5D993 on white background.



Black color preview on #E5D993 background

This text has black color on #E5D993 background.


White color preview on #E5D993 background

This text has white color on #E5D993 background.