COLOR #E5C859

HEX: #E5C859
RGB: (229,200,89)

Color info

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

RGB color model

#E5C859 color RGB value is (229,200,89).

  • red value is 229;
  • green value is 200;
  • blue value is 89.
RGB:
(229,200,89)
(90%,78%,35%)

RGB channels and saturation

R 229 of 255 = 90%
G 200 of 255 = 78%
B 89 of 255 = 35%

229
200
89

R + G + B ~ 68%. #E5C859 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 200 + 89 = 518 (100%)
R 229 of 518 ~ 44.21%
G 200 of 518 ~ 38.61%
B 89 of 518 ~ 17.18%

%44.21
%38.61
%17.18

CMYK color model

#E5C859 color CMYK value is (0,13,61,10).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 61.14%
  • key color value is 10.20%
CMYK:
(0,13,61,10)
C0M13Y61K10 
(0%,13%,61%,10%)
(0.00/0.13/0.61/0.10)	

CMYK percentages

%0
%12.66
%61.14
%10.2

Codes

Color #E5C859 in popluar color models

E5C859
RGB22920089
HSL48°72.92%62.35%
HSB/HSV48°61.14%89.80%
CMYK0.00%12.66%61.14%
10.20%

Color #E5C859 in popluar number systems.

HEXE5C859
Decimal22920089
Binary11100101110010001011001
Octal345310131

Shades and tints

Shades of #E5C859

#E5C859
(229,200,89)
#D1B651
(209,182,81)
#BDA449
(189,164,73)
#A99241
(169,146,65)
#958039
(149,128,57)
#816E31
(129,110,49)
#6D5C29
(109,92,41)
#594A21
(89,74,33)
#453819
(69,56,25)
#312611
(49,38,17)
#1D1409
(29,20,9)
#000000
(0,0,0)

Tints of #E5C859

#E5C859
(229,200,89)
#E7CD68
(231,205,104)
#E9D277
(233,210,119)
#EBD786
(235,215,134)
#EDDC95
(237,220,149)
#EFE1A4
(239,225,164)
#F1E6B3
(241,230,179)
#F3EBC2
(243,235,194)
#F5F0D1
(245,240,209)
#F7F5E0
(247,245,224)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C859 color. Also use rgb(229,200,89) instead hex code.

Text Font Color

.myTextColor { color: #E5C859; }

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

This text font color is #E5C859.


Background Color

.myBgColor { background-color: #E5C859; }

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

This div background color is #E5C859.


Border color

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

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

This div border color is #E5C859.


Opacity

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

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

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

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

This text has shadow with #E5C859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C859 on black background.


Color preview on white background

This text has color #E5C859 on white background.



Black color preview on #E5C859 background

This text has black color on #E5C859 background.


White color preview on #E5C859 background

This text has white color on #E5C859 background.