COLOR #E8A572

HEX: #E8A572
RGB: (232,165,114)

Color info

#E8A572 contains mainly red color. Web safe color of #E8A572 is #FF9966 (or #F96).

RGB color model

#E8A572 color RGB value is (232,165,114).

  • red value is 232;
  • green value is 165;
  • blue value is 114.
RGB:
(232,165,114)
(91%,65%,45%)

RGB channels and saturation

R 232 of 255 = 91%
G 165 of 255 = 65%
B 114 of 255 = 45%

232
165
114

R + G + B ~ 67%. #E8A572 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 165 + 114 = 511 (100%)
R 232 of 511 ~ 45.4%
G 165 of 511 ~ 32.29%
B 114 of 511 ~ 22.31%

%45.4
%32.29
%22.31

CMYK color model

#E8A572 color CMYK value is (0,29,51,9).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 50.86%
  • key color value is 9.02%
CMYK:
(0,29,51,9)
C0M29Y51K9 
(0%,29%,51%,9%)
(0.00/0.29/0.51/0.09)	

CMYK percentages

%0
%28.88
%50.86
%9.02

Codes

Color #E8A572 in popluar color models

E8A572
RGB232165114
HSL26°71.95%67.84%
HSB/HSV26°50.86%90.98%
CMYK0.00%28.88%50.86%
9.02%

Color #E8A572 in popluar number systems.

HEXE8A572
Decimal232165114
Binary11101000101001011110010
Octal350245162

Shades and tints

Shades of #E8A572

#E8A572
(232,165,114)
#D39668
(211,150,104)
#BE875E
(190,135,94)
#A97854
(169,120,84)
#94694A
(148,105,74)
#7F5A40
(127,90,64)
#6A4B36
(106,75,54)
#553C2C
(85,60,44)
#402D22
(64,45,34)
#2B1E18
(43,30,24)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #E8A572

#E8A572
(232,165,114)
#EAAD7E
(234,173,126)
#ECB58A
(236,181,138)
#EEBD96
(238,189,150)
#F0C5A2
(240,197,162)
#F2CDAE
(242,205,174)
#F4D5BA
(244,213,186)
#F6DDC6
(246,221,198)
#F8E5D2
(248,229,210)
#FAEDDE
(250,237,222)
#FCF5EA
(252,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A572 color. Also use rgb(232,165,114) instead hex code.

Text Font Color

.myTextColor { color: #E8A572; }

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

This text font color is #E8A572.


Background Color

.myBgColor { background-color: #E8A572; }

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

This div background color is #E8A572.


Border color

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

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

This div border color is #E8A572.


Opacity

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

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

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

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

This text has shadow with #E8A572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A572 on black background.


Color preview on white background

This text has color #E8A572 on white background.



Black color preview on #E8A572 background

This text has black color on #E8A572 background.


White color preview on #E8A572 background

This text has white color on #E8A572 background.