COLOR #E4A072

HEX: #E4A072
RGB: (228,160,114)

Color info

#E4A072 contains mainly red color. Web safe color of #E4A072 is #CC9966 (or #C96).

RGB color model

#E4A072 color RGB value is (228,160,114).

  • red value is 228;
  • green value is 160;
  • blue value is 114.
RGB:
(228,160,114)
(89%,63%,45%)

RGB channels and saturation

R 228 of 255 = 89%
G 160 of 255 = 63%
B 114 of 255 = 45%

228
160
114

R + G + B ~ 66%. #E4A072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 160 + 114 = 502 (100%)
R 228 of 502 ~ 45.42%
G 160 of 502 ~ 31.87%
B 114 of 502 ~ 22.71%

%45.42
%31.87
%22.71

CMYK color model

#E4A072 color CMYK value is (0,30,50,11).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 50.00%
  • key color value is 10.59%
CMYK:
(0,30,50,11)
C0M30Y50K11 
(0%,30%,50%,11%)
(0.00/0.30/0.50/0.11)	

CMYK percentages

%0
%29.82
%50
%10.59

Codes

Color #E4A072 in popluar color models

E4A072
RGB228160114
HSL24°67.86%67.06%
HSB/HSV24°50.00%89.41%
CMYK0.00%29.82%50.00%
10.59%

Color #E4A072 in popluar number systems.

HEXE4A072
Decimal228160114
Binary11100100101000001110010
Octal344240162

Shades and tints

Shades of #E4A072

#E4A072
(228,160,114)
#D09268
(208,146,104)
#BC845E
(188,132,94)
#A87654
(168,118,84)
#94684A
(148,104,74)
#805A40
(128,90,64)
#6C4C36
(108,76,54)
#583E2C
(88,62,44)
#443022
(68,48,34)
#302218
(48,34,24)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #E4A072

#E4A072
(228,160,114)
#E6A87E
(230,168,126)
#E8B08A
(232,176,138)
#EAB896
(234,184,150)
#ECC0A2
(236,192,162)
#EEC8AE
(238,200,174)
#F0D0BA
(240,208,186)
#F2D8C6
(242,216,198)
#F4E0D2
(244,224,210)
#F6E8DE
(246,232,222)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A072 color. Also use rgb(228,160,114) instead hex code.

Text Font Color

.myTextColor { color: #E4A072; }

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

This text font color is #E4A072.


Background Color

.myBgColor { background-color: #E4A072; }

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

This div background color is #E4A072.


Border color

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

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

This div border color is #E4A072.


Opacity

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

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

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

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

This text has shadow with #E4A072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A072 on black background.


Color preview on white background

This text has color #E4A072 on white background.



Black color preview on #E4A072 background

This text has black color on #E4A072 background.


White color preview on #E4A072 background

This text has white color on #E4A072 background.