COLOR #E0A578

HEX: #E0A578
RGB: (224,165,120)

Color info

#E0A578 contains mainly red and green colors. Web safe color of #E0A578 is #CC9966 (or #C96).

RGB color model

#E0A578 color RGB value is (224,165,120).

  • red value is 224;
  • green value is 165;
  • blue value is 120.
RGB:
(224,165,120)
(88%,65%,47%)

RGB channels and saturation

R 224 of 255 = 88%
G 165 of 255 = 65%
B 120 of 255 = 47%

224
165
120

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

Portions of RGB colors in percentages

R + G + B =
224 + 165 + 120 = 509 (100%)
R 224 of 509 ~ 44.01%
G 165 of 509 ~ 32.42%
B 120 of 509 ~ 23.58%

%44.01
%32.42
%23.58

CMYK color model

#E0A578 color CMYK value is (0,26,46,12).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 46.43%
  • key color value is 12.16%
CMYK:
(0,26,46,12)
C0M26Y46K12 
(0%,26%,46%,12%)
(0.00/0.26/0.46/0.12)	

CMYK percentages

%0
%26.34
%46.43
%12.16

Codes

Color #E0A578 in popluar color models

E0A578
RGB224165120
HSL26°62.65%67.45%
HSB/HSV26°46.43%87.84%
CMYK0.00%26.34%46.43%
12.16%

Color #E0A578 in popluar number systems.

HEXE0A578
Decimal224165120
Binary11100000101001011111000
Octal340245170

Shades and tints

Shades of #E0A578

#E0A578
(224,165,120)
#CC966E
(204,150,110)
#B88764
(184,135,100)
#A4785A
(164,120,90)
#906950
(144,105,80)
#7C5A46
(124,90,70)
#684B3C
(104,75,60)
#543C32
(84,60,50)
#402D28
(64,45,40)
#2C1E1E
(44,30,30)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #E0A578

#E0A578
(224,165,120)
#E2AD84
(226,173,132)
#E4B590
(228,181,144)
#E6BD9C
(230,189,156)
#E8C5A8
(232,197,168)
#EACDB4
(234,205,180)
#ECD5C0
(236,213,192)
#EEDDCC
(238,221,204)
#F0E5D8
(240,229,216)
#F2EDE4
(242,237,228)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A578 color. Also use rgb(224,165,120) instead hex code.

Text Font Color

.myTextColor { color: #E0A578; }

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

This text font color is #E0A578.


Background Color

.myBgColor { background-color: #E0A578; }

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

This div background color is #E0A578.


Border color

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

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

This div border color is #E0A578.


Opacity

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

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

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

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

This text has shadow with #E0A578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A578 on black background.


Color preview on white background

This text has color #E0A578 on white background.



Black color preview on #E0A578 background

This text has black color on #E0A578 background.


White color preview on #E0A578 background

This text has white color on #E0A578 background.