COLOR #E5C47C

HEX: #E5C47C
RGB: (229,196,124)

Color info

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

RGB color model

#E5C47C color RGB value is (229,196,124).

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

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 124 of 255 = 49%

229
196
124

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

Portions of RGB colors in percentages

R + G + B =
229 + 196 + 124 = 549 (100%)
R 229 of 549 ~ 41.71%
G 196 of 549 ~ 35.7%
B 124 of 549 ~ 22.59%

%41.71
%35.7
%22.59

CMYK color model

#E5C47C color CMYK value is (0,14,46,10).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 45.85%
  • key color value is 10.20%
CMYK:
(0,14,46,10)
C0M14Y46K10 
(0%,14%,46%,10%)
(0.00/0.14/0.46/0.10)	

CMYK percentages

%0
%14.41
%45.85
%10.2

Codes

Color #E5C47C in popluar color models

E5C47C
RGB229196124
HSL41°66.88%69.22%
HSB/HSV41°45.85%89.80%
CMYK0.00%14.41%45.85%
10.20%

Color #E5C47C in popluar number systems.

HEXE5C47C
Decimal229196124
Binary11100101110001001111100
Octal345304174

Shades and tints

Shades of #E5C47C

#E5C47C
(229,196,124)
#D1B371
(209,179,113)
#BDA266
(189,162,102)
#A9915B
(169,145,91)
#958050
(149,128,80)
#816F45
(129,111,69)
#6D5E3A
(109,94,58)
#594D2F
(89,77,47)
#453C24
(69,60,36)
#312B19
(49,43,25)
#1D1A0E
(29,26,14)
#000000
(0,0,0)

Tints of #E5C47C

#E5C47C
(229,196,124)
#E7C987
(231,201,135)
#E9CE92
(233,206,146)
#EBD39D
(235,211,157)
#EDD8A8
(237,216,168)
#EFDDB3
(239,221,179)
#F1E2BE
(241,226,190)
#F3E7C9
(243,231,201)
#F5ECD4
(245,236,212)
#F7F1DF
(247,241,223)
#F9F6EA
(249,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C47C; }

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

This text font color is #E5C47C.


Background Color

.myBgColor { background-color: #E5C47C; }

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

This div background color is #E5C47C.


Border color

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

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

This div border color is #E5C47C.


Opacity

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

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

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

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

This text has shadow with #E5C47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C47C on black background.


Color preview on white background

This text has color #E5C47C on white background.



Black color preview on #E5C47C background

This text has black color on #E5C47C background.


White color preview on #E5C47C background

This text has white color on #E5C47C background.