COLOR #E0A04C

HEX: #E0A04C
RGB: (224,160,76)

Color info

#E0A04C contains mainly red color. Web safe color of #E0A04C is #CC9933 (or #C93).

RGB color model

#E0A04C color RGB value is (224,160,76).

  • red value is 224;
  • green value is 160;
  • blue value is 76.
RGB:
(224,160,76)
(88%,63%,30%)

RGB channels and saturation

R 224 of 255 = 88%
G 160 of 255 = 63%
B 76 of 255 = 30%

224
160
76

R + G + B ~ 60%. #E0A04C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
224 + 160 + 76 = 460 (100%)
R 224 of 460 ~ 48.7%
G 160 of 460 ~ 34.78%
B 76 of 460 ~ 16.52%

%48.7
%34.78
%16.52

CMYK color model

#E0A04C color CMYK value is (0,29,66,12).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 66.07%
  • key color value is 12.16%
CMYK:
(0,29,66,12)
C0M29Y66K12 
(0%,29%,66%,12%)
(0.00/0.29/0.66/0.12)	

CMYK percentages

%0
%28.57
%66.07
%12.16

Codes

Color #E0A04C in popluar color models

E0A04C
RGB22416076
HSL34°70.48%58.82%
HSB/HSV34°66.07%87.84%
CMYK0.00%28.57%66.07%
12.16%

Color #E0A04C in popluar number systems.

HEXE0A04C
Decimal22416076
Binary11100000101000001001100
Octal340240114

Shades and tints

Shades of #E0A04C

#E0A04C
(224,160,76)
#CC9246
(204,146,70)
#B88440
(184,132,64)
#A4763A
(164,118,58)
#906834
(144,104,52)
#7C5A2E
(124,90,46)
#684C28
(104,76,40)
#543E22
(84,62,34)
#40301C
(64,48,28)
#2C2216
(44,34,22)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #E0A04C

#E0A04C
(224,160,76)
#E2A85C
(226,168,92)
#E4B06C
(228,176,108)
#E6B87C
(230,184,124)
#E8C08C
(232,192,140)
#EAC89C
(234,200,156)
#ECD0AC
(236,208,172)
#EED8BC
(238,216,188)
#F0E0CC
(240,224,204)
#F2E8DC
(242,232,220)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A04C color. Also use rgb(224,160,76) instead hex code.

Text Font Color

.myTextColor { color: #E0A04C; }

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

This text font color is #E0A04C.


Background Color

.myBgColor { background-color: #E0A04C; }

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

This div background color is #E0A04C.


Border color

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

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

This div border color is #E0A04C.


Opacity

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

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

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

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

This text has shadow with #E0A04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A04C on black background.


Color preview on white background

This text has color #E0A04C on white background.



Black color preview on #E0A04C background

This text has black color on #E0A04C background.


White color preview on #E0A04C background

This text has white color on #E0A04C background.