COLOR #E5C474

HEX: #E5C474
RGB: (229,196,116)

Color info

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

RGB color model

#E5C474 color RGB value is (229,196,116).

  • red value is 229;
  • green value is 196;
  • blue value is 116.
RGB:
(229,196,116)
(90%,77%,45%)

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 116 of 255 = 45%

229
196
116

R + G + B ~ 71%. #E5C474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 196 + 116 = 541 (100%)
R 229 of 541 ~ 42.33%
G 196 of 541 ~ 36.23%
B 116 of 541 ~ 21.44%

%42.33
%36.23
%21.44

CMYK color model

#E5C474 color CMYK value is (0,14,49,10).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 49.34%
  • key color value is 10.20%
CMYK:
(0,14,49,10)
C0M14Y49K10 
(0%,14%,49%,10%)
(0.00/0.14/0.49/0.10)	

CMYK percentages

%0
%14.41
%49.34
%10.2

Codes

Color #E5C474 in popluar color models

E5C474
RGB229196116
HSL42°68.48%67.65%
HSB/HSV42°49.34%89.80%
CMYK0.00%14.41%49.34%
10.20%

Color #E5C474 in popluar number systems.

HEXE5C474
Decimal229196116
Binary11100101110001001110100
Octal345304164

Shades and tints

Shades of #E5C474

#E5C474
(229,196,116)
#D1B36A
(209,179,106)
#BDA260
(189,162,96)
#A99156
(169,145,86)
#95804C
(149,128,76)
#816F42
(129,111,66)
#6D5E38
(109,94,56)
#594D2E
(89,77,46)
#453C24
(69,60,36)
#312B1A
(49,43,26)
#1D1A10
(29,26,16)
#000000
(0,0,0)

Tints of #E5C474

#E5C474
(229,196,116)
#E7C980
(231,201,128)
#E9CE8C
(233,206,140)
#EBD398
(235,211,152)
#EDD8A4
(237,216,164)
#EFDDB0
(239,221,176)
#F1E2BC
(241,226,188)
#F3E7C8
(243,231,200)
#F5ECD4
(245,236,212)
#F7F1E0
(247,241,224)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C474 color. Also use rgb(229,196,116) instead hex code.

Text Font Color

.myTextColor { color: #E5C474; }

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

This text font color is #E5C474.


Background Color

.myBgColor { background-color: #E5C474; }

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

This div background color is #E5C474.


Border color

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

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

This div border color is #E5C474.


Opacity

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

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

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

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

This text has shadow with #E5C474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C474 on black background.


Color preview on white background

This text has color #E5C474 on white background.



Black color preview on #E5C474 background

This text has black color on #E5C474 background.


White color preview on #E5C474 background

This text has white color on #E5C474 background.