COLOR #E5D85D

HEX: #E5D85D
RGB: (229,216,93)

Color info

#E5D85D contains mainly red and green colors. Web safe color of #E5D85D is #CCCC66 (or #CC6).

RGB color model

#E5D85D color RGB value is (229,216,93).

  • red value is 229;
  • green value is 216;
  • blue value is 93.
RGB:
(229,216,93)
(90%,85%,36%)

RGB channels and saturation

R 229 of 255 = 90%
G 216 of 255 = 85%
B 93 of 255 = 36%

229
216
93

R + G + B ~ 70%. #E5D85D is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 216 + 93 = 538 (100%)
R 229 of 538 ~ 42.57%
G 216 of 538 ~ 40.15%
B 93 of 538 ~ 17.29%

%42.57
%40.15
%17.29

CMYK color model

#E5D85D color CMYK value is (0,6,59,10).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 59.39%
  • key color value is 10.20%
CMYK:
(0,6,59,10)
C0M6Y59K10 
(0%,6%,59%,10%)
(0.00/0.06/0.59/0.10)	

CMYK percentages

%0
%5.68
%59.39
%10.2

Codes

Color #E5D85D in popluar color models

E5D85D
RGB22921693
HSL54°72.34%63.14%
HSB/HSV54°59.39%89.80%
CMYK0.00%5.68%59.39%
10.20%

Color #E5D85D in popluar number systems.

HEXE5D85D
Decimal22921693
Binary11100101110110001011101
Octal345330135

Shades and tints

Shades of #E5D85D

#E5D85D
(229,216,93)
#D1C555
(209,197,85)
#BDB24D
(189,178,77)
#A99F45
(169,159,69)
#958C3D
(149,140,61)
#817935
(129,121,53)
#6D662D
(109,102,45)
#595325
(89,83,37)
#45401D
(69,64,29)
#312D15
(49,45,21)
#1D1A0D
(29,26,13)
#000000
(0,0,0)

Tints of #E5D85D

#E5D85D
(229,216,93)
#E7DB6B
(231,219,107)
#E9DE79
(233,222,121)
#EBE187
(235,225,135)
#EDE495
(237,228,149)
#EFE7A3
(239,231,163)
#F1EAB1
(241,234,177)
#F3EDBF
(243,237,191)
#F5F0CD
(245,240,205)
#F7F3DB
(247,243,219)
#F9F6E9
(249,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D85D; }

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

This text font color is #E5D85D.


Background Color

.myBgColor { background-color: #E5D85D; }

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

This div background color is #E5D85D.


Border color

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

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

This div border color is #E5D85D.


Opacity

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

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

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

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

This text has shadow with #E5D85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D85D on black background.


Color preview on white background

This text has color #E5D85D on white background.



Black color preview on #E5D85D background

This text has black color on #E5D85D background.


White color preview on #E5D85D background

This text has white color on #E5D85D background.