COLOR #E5D293

HEX: #E5D293
RGB: (229,210,147)

Color info

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

RGB color model

#E5D293 color RGB value is (229,210,147).

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

RGB channels and saturation

R 229 of 255 = 90%
G 210 of 255 = 82%
B 147 of 255 = 58%

229
210
147

R + G + B ~ 77%. #E5D293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 210 + 147 = 586 (100%)
R 229 of 586 ~ 39.08%
G 210 of 586 ~ 35.84%
B 147 of 586 ~ 25.09%

%39.08
%35.84
%25.09

CMYK color model

#E5D293 color CMYK value is (0,8,36,10).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 35.81%
  • key color value is 10.20%
CMYK:
(0,8,36,10)
C0M8Y36K10 
(0%,8%,36%,10%)
(0.00/0.08/0.36/0.10)	

CMYK percentages

%0
%8.3
%35.81
%10.2

Codes

Color #E5D293 in popluar color models

E5D293
RGB229210147
HSL46°61.19%73.73%
HSB/HSV46°35.81%89.80%
CMYK0.00%8.30%35.81%
10.20%

Color #E5D293 in popluar number systems.

HEXE5D293
Decimal229210147
Binary111001011101001010010011
Octal345322223

Shades and tints

Shades of #E5D293

#E5D293
(229,210,147)
#D1BF86
(209,191,134)
#BDAC79
(189,172,121)
#A9996C
(169,153,108)
#95865F
(149,134,95)
#817352
(129,115,82)
#6D6045
(109,96,69)
#594D38
(89,77,56)
#453A2B
(69,58,43)
#31271E
(49,39,30)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #E5D293

#E5D293
(229,210,147)
#E7D69C
(231,214,156)
#E9DAA5
(233,218,165)
#EBDEAE
(235,222,174)
#EDE2B7
(237,226,183)
#EFE6C0
(239,230,192)
#F1EAC9
(241,234,201)
#F3EED2
(243,238,210)
#F5F2DB
(245,242,219)
#F7F6E4
(247,246,228)
#F9FAED
(249,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D293; }

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

This text font color is #E5D293.


Background Color

.myBgColor { background-color: #E5D293; }

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

This div background color is #E5D293.


Border color

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

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

This div border color is #E5D293.


Opacity

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

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

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

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

This text has shadow with #E5D293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D293 on black background.


Color preview on white background

This text has color #E5D293 on white background.



Black color preview on #E5D293 background

This text has black color on #E5D293 background.


White color preview on #E5D293 background

This text has white color on #E5D293 background.