COLOR #E5D56A

HEX: #E5D56A
RGB: (229,213,106)

Color info

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

RGB color model

#E5D56A color RGB value is (229,213,106).

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

RGB channels and saturation

R 229 of 255 = 90%
G 213 of 255 = 84%
B 106 of 255 = 42%

229
213
106

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

Portions of RGB colors in percentages

R + G + B =
229 + 213 + 106 = 548 (100%)
R 229 of 548 ~ 41.79%
G 213 of 548 ~ 38.87%
B 106 of 548 ~ 19.34%

%41.79
%38.87
%19.34

CMYK color model

#E5D56A color CMYK value is (0,7,54,10).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 53.71%
  • key color value is 10.20%
CMYK:
(0,7,54,10)
C0M7Y54K10 
(0%,7%,54%,10%)
(0.00/0.07/0.54/0.10)	

CMYK percentages

%0
%6.99
%53.71
%10.2

Codes

Color #E5D56A in popluar color models

E5D56A
RGB229213106
HSL52°70.29%65.69%
HSB/HSV52°53.71%89.80%
CMYK0.00%6.99%53.71%
10.20%

Color #E5D56A in popluar number systems.

HEXE5D56A
Decimal229213106
Binary11100101110101011101010
Octal345325152

Shades and tints

Shades of #E5D56A

#E5D56A
(229,213,106)
#D1C261
(209,194,97)
#BDAF58
(189,175,88)
#A99C4F
(169,156,79)
#958946
(149,137,70)
#81763D
(129,118,61)
#6D6334
(109,99,52)
#59502B
(89,80,43)
#453D22
(69,61,34)
#312A19
(49,42,25)
#1D1710
(29,23,16)
#000000
(0,0,0)

Tints of #E5D56A

#E5D56A
(229,213,106)
#E7D877
(231,216,119)
#E9DB84
(233,219,132)
#EBDE91
(235,222,145)
#EDE19E
(237,225,158)
#EFE4AB
(239,228,171)
#F1E7B8
(241,231,184)
#F3EAC5
(243,234,197)
#F5EDD2
(245,237,210)
#F7F0DF
(247,240,223)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D56A; }

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

This text font color is #E5D56A.


Background Color

.myBgColor { background-color: #E5D56A; }

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

This div background color is #E5D56A.


Border color

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

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

This div border color is #E5D56A.


Opacity

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

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

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

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

This text has shadow with #E5D56A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D56A on black background.


Color preview on white background

This text has color #E5D56A on white background.



Black color preview on #E5D56A background

This text has black color on #E5D56A background.


White color preview on #E5D56A background

This text has white color on #E5D56A background.