COLOR #E0A471

HEX: #E0A471
RGB: (224,164,113)

Color info

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

RGB color model

#E0A471 color RGB value is (224,164,113).

  • red value is 224;
  • green value is 164;
  • blue value is 113.
RGB:
(224,164,113)
(88%,64%,44%)

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 113 of 255 = 44%

224
164
113

R + G + B ~ 65%. #E0A471 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 164 + 113 = 501 (100%)
R 224 of 501 ~ 44.71%
G 164 of 501 ~ 32.73%
B 113 of 501 ~ 22.55%

%44.71
%32.73
%22.55

CMYK color model

#E0A471 color CMYK value is (0,27,50,12).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 49.55%
  • key color value is 12.16%
CMYK:
(0,27,50,12)
C0M27Y50K12 
(0%,27%,50%,12%)
(0.00/0.27/0.50/0.12)	

CMYK percentages

%0
%26.79
%49.55
%12.16

Codes

Color #E0A471 in popluar color models

E0A471
RGB224164113
HSL28°64.16%66.08%
HSB/HSV28°49.55%87.84%
CMYK0.00%26.79%49.55%
12.16%

Color #E0A471 in popluar number systems.

HEXE0A471
Decimal224164113
Binary11100000101001001110001
Octal340244161

Shades and tints

Shades of #E0A471

#E0A471
(224,164,113)
#CC9667
(204,150,103)
#B8885D
(184,136,93)
#A47A53
(164,122,83)
#906C49
(144,108,73)
#7C5E3F
(124,94,63)
#685035
(104,80,53)
#54422B
(84,66,43)
#403421
(64,52,33)
#2C2617
(44,38,23)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #E0A471

#E0A471
(224,164,113)
#E2AC7D
(226,172,125)
#E4B489
(228,180,137)
#E6BC95
(230,188,149)
#E8C4A1
(232,196,161)
#EACCAD
(234,204,173)
#ECD4B9
(236,212,185)
#EEDCC5
(238,220,197)
#F0E4D1
(240,228,209)
#F2ECDD
(242,236,221)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A471 color. Also use rgb(224,164,113) instead hex code.

Text Font Color

.myTextColor { color: #E0A471; }

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

This text font color is #E0A471.


Background Color

.myBgColor { background-color: #E0A471; }

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

This div background color is #E0A471.


Border color

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

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

This div border color is #E0A471.


Opacity

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

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

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

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

This text has shadow with #E0A471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A471 on black background.


Color preview on white background

This text has color #E0A471 on white background.



Black color preview on #E0A471 background

This text has black color on #E0A471 background.


White color preview on #E0A471 background

This text has white color on #E0A471 background.