COLOR #E5C372

HEX: #E5C372
RGB: (229,195,114)

Color info

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

RGB color model

#E5C372 color RGB value is (229,195,114).

  • red value is 229;
  • green value is 195;
  • blue value is 114.
RGB:
(229,195,114)
(90%,76%,45%)

RGB channels and saturation

R 229 of 255 = 90%
G 195 of 255 = 76%
B 114 of 255 = 45%

229
195
114

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

Portions of RGB colors in percentages

R + G + B =
229 + 195 + 114 = 538 (100%)
R 229 of 538 ~ 42.57%
G 195 of 538 ~ 36.25%
B 114 of 538 ~ 21.19%

%42.57
%36.25
%21.19

CMYK color model

#E5C372 color CMYK value is (0,15,50,10).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 50.22%
  • key color value is 10.20%
CMYK:
(0,15,50,10)
C0M15Y50K10 
(0%,15%,50%,10%)
(0.00/0.15/0.50/0.10)	

CMYK percentages

%0
%14.85
%50.22
%10.2

Codes

Color #E5C372 in popluar color models

E5C372
RGB229195114
HSL42°68.86%67.25%
HSB/HSV42°50.22%89.80%
CMYK0.00%14.85%50.22%
10.20%

Color #E5C372 in popluar number systems.

HEXE5C372
Decimal229195114
Binary11100101110000111110010
Octal345303162

Shades and tints

Shades of #E5C372

#E5C372
(229,195,114)
#D1B268
(209,178,104)
#BDA15E
(189,161,94)
#A99054
(169,144,84)
#957F4A
(149,127,74)
#816E40
(129,110,64)
#6D5D36
(109,93,54)
#594C2C
(89,76,44)
#453B22
(69,59,34)
#312A18
(49,42,24)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #E5C372

#E5C372
(229,195,114)
#E7C87E
(231,200,126)
#E9CD8A
(233,205,138)
#EBD296
(235,210,150)
#EDD7A2
(237,215,162)
#EFDCAE
(239,220,174)
#F1E1BA
(241,225,186)
#F3E6C6
(243,230,198)
#F5EBD2
(245,235,210)
#F7F0DE
(247,240,222)
#F9F5EA
(249,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C372 color. Also use rgb(229,195,114) instead hex code.

Text Font Color

.myTextColor { color: #E5C372; }

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

This text font color is #E5C372.


Background Color

.myBgColor { background-color: #E5C372; }

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

This div background color is #E5C372.


Border color

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

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

This div border color is #E5C372.


Opacity

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

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

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

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

This text has shadow with #E5C372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C372 on black background.


Color preview on white background

This text has color #E5C372 on white background.



Black color preview on #E5C372 background

This text has black color on #E5C372 background.


White color preview on #E5C372 background

This text has white color on #E5C372 background.