COLOR #E5D06D

HEX: #E5D06D
RGB: (229,208,109)

Color info

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

RGB color model

#E5D06D color RGB value is (229,208,109).

  • red value is 229;
  • green value is 208;
  • blue value is 109.
RGB:
(229,208,109)
(90%,82%,43%)

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 109 of 255 = 43%

229
208
109

R + G + B ~ 72%. #E5D06D is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 208 + 109 = 546 (100%)
R 229 of 546 ~ 41.94%
G 208 of 546 ~ 38.1%
B 109 of 546 ~ 19.96%

%41.94
%38.1
%19.96

CMYK color model

#E5D06D color CMYK value is (0,9,52,10).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 52.40%
  • key color value is 10.20%
CMYK:
(0,9,52,10)
C0M9Y52K10 
(0%,9%,52%,10%)
(0.00/0.09/0.52/0.10)	

CMYK percentages

%0
%9.17
%52.4
%10.2

Codes

Color #E5D06D in popluar color models

E5D06D
RGB229208109
HSL50°69.77%66.27%
HSB/HSV50°52.40%89.80%
CMYK0.00%9.17%52.40%
10.20%

Color #E5D06D in popluar number systems.

HEXE5D06D
Decimal229208109
Binary11100101110100001101101
Octal345320155

Shades and tints

Shades of #E5D06D

#E5D06D
(229,208,109)
#D1BE64
(209,190,100)
#BDAC5B
(189,172,91)
#A99A52
(169,154,82)
#958849
(149,136,73)
#817640
(129,118,64)
#6D6437
(109,100,55)
#59522E
(89,82,46)
#454025
(69,64,37)
#312E1C
(49,46,28)
#1D1C13
(29,28,19)
#000000
(0,0,0)

Tints of #E5D06D

#E5D06D
(229,208,109)
#E7D47A
(231,212,122)
#E9D887
(233,216,135)
#EBDC94
(235,220,148)
#EDE0A1
(237,224,161)
#EFE4AE
(239,228,174)
#F1E8BB
(241,232,187)
#F3ECC8
(243,236,200)
#F5F0D5
(245,240,213)
#F7F4E2
(247,244,226)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D06D color. Also use rgb(229,208,109) instead hex code.

Text Font Color

.myTextColor { color: #E5D06D; }

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

This text font color is #E5D06D.


Background Color

.myBgColor { background-color: #E5D06D; }

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

This div background color is #E5D06D.


Border color

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

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

This div border color is #E5D06D.


Opacity

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

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

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

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

This text has shadow with #E5D06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D06D on black background.


Color preview on white background

This text has color #E5D06D on white background.



Black color preview on #E5D06D background

This text has black color on #E5D06D background.


White color preview on #E5D06D background

This text has white color on #E5D06D background.