COLOR #E1C576

HEX: #E1C576
RGB: (225,197,118)

Color info

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

RGB color model

#E1C576 color RGB value is (225,197,118).

  • red value is 225;
  • green value is 197;
  • blue value is 118.
RGB:
(225,197,118)
(88%,77%,46%)

RGB channels and saturation

R 225 of 255 = 88%
G 197 of 255 = 77%
B 118 of 255 = 46%

225
197
118

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

Portions of RGB colors in percentages

R + G + B =
225 + 197 + 118 = 540 (100%)
R 225 of 540 ~ 41.67%
G 197 of 540 ~ 36.48%
B 118 of 540 ~ 21.85%

%41.67
%36.48
%21.85

CMYK color model

#E1C576 color CMYK value is (0,12,48,12).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 47.56%
  • key color value is 11.76%
CMYK:
(0,12,48,12)
C0M12Y48K12 
(0%,12%,48%,12%)
(0.00/0.12/0.48/0.12)	

CMYK percentages

%0
%12.44
%47.56
%11.76

Codes

Color #E1C576 in popluar color models

E1C576
RGB225197118
HSL44°64.07%67.25%
HSB/HSV44°47.56%88.24%
CMYK0.00%12.44%47.56%
11.76%

Color #E1C576 in popluar number systems.

HEXE1C576
Decimal225197118
Binary11100001110001011110110
Octal341305166

Shades and tints

Shades of #E1C576

#E1C576
(225,197,118)
#CDB46C
(205,180,108)
#B9A362
(185,163,98)
#A59258
(165,146,88)
#91814E
(145,129,78)
#7D7044
(125,112,68)
#695F3A
(105,95,58)
#554E30
(85,78,48)
#413D26
(65,61,38)
#2D2C1C
(45,44,28)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #E1C576

#E1C576
(225,197,118)
#E3CA82
(227,202,130)
#E5CF8E
(229,207,142)
#E7D49A
(231,212,154)
#E9D9A6
(233,217,166)
#EBDEB2
(235,222,178)
#EDE3BE
(237,227,190)
#EFE8CA
(239,232,202)
#F1EDD6
(241,237,214)
#F3F2E2
(243,242,226)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C576 color. Also use rgb(225,197,118) instead hex code.

Text Font Color

.myTextColor { color: #E1C576; }

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

This text font color is #E1C576.


Background Color

.myBgColor { background-color: #E1C576; }

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

This div background color is #E1C576.


Border color

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

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

This div border color is #E1C576.


Opacity

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

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

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

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

This text has shadow with #E1C576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C576 on black background.


Color preview on white background

This text has color #E1C576 on white background.



Black color preview on #E1C576 background

This text has black color on #E1C576 background.


White color preview on #E1C576 background

This text has white color on #E1C576 background.