COLOR #E0A575

HEX: #E0A575
RGB: (224,165,117)

Color info

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

RGB color model

#E0A575 color RGB value is (224,165,117).

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

RGB channels and saturation

R 224 of 255 = 88%
G 165 of 255 = 65%
B 117 of 255 = 46%

224
165
117

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

Portions of RGB colors in percentages

R + G + B =
224 + 165 + 117 = 506 (100%)
R 224 of 506 ~ 44.27%
G 165 of 506 ~ 32.61%
B 117 of 506 ~ 23.12%

%44.27
%32.61
%23.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 47.77%
  • key color value is 12.16%
CMYK:
(0,26,48,12)
C0M26Y48K12 
(0%,26%,48%,12%)
(0.00/0.26/0.48/0.12)	

CMYK percentages

%0
%26.34
%47.77
%12.16

Codes

Color #E0A575 in popluar color models

E0A575
RGB224165117
HSL27°63.31%66.86%
HSB/HSV27°47.77%87.84%
CMYK0.00%26.34%47.77%
12.16%

Color #E0A575 in popluar number systems.

HEXE0A575
Decimal224165117
Binary11100000101001011110101
Octal340245165

Shades and tints

Shades of #E0A575

#E0A575
(224,165,117)
#CC966B
(204,150,107)
#B88761
(184,135,97)
#A47857
(164,120,87)
#90694D
(144,105,77)
#7C5A43
(124,90,67)
#684B39
(104,75,57)
#543C2F
(84,60,47)
#402D25
(64,45,37)
#2C1E1B
(44,30,27)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #E0A575

#E0A575
(224,165,117)
#E2AD81
(226,173,129)
#E4B58D
(228,181,141)
#E6BD99
(230,189,153)
#E8C5A5
(232,197,165)
#EACDB1
(234,205,177)
#ECD5BD
(236,213,189)
#EEDDC9
(238,221,201)
#F0E5D5
(240,229,213)
#F2EDE1
(242,237,225)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A575; }

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

This text font color is #E0A575.


Background Color

.myBgColor { background-color: #E0A575; }

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

This div background color is #E0A575.


Border color

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

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

This div border color is #E0A575.


Opacity

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

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

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

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

This text has shadow with #E0A575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A575 on black background.


Color preview on white background

This text has color #E0A575 on white background.



Black color preview on #E0A575 background

This text has black color on #E0A575 background.


White color preview on #E0A575 background

This text has white color on #E0A575 background.