COLOR #E0A773

HEX: #E0A773
RGB: (224,167,115)

Color info

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

RGB color model

#E0A773 color RGB value is (224,167,115).

  • red value is 224;
  • green value is 167;
  • blue value is 115.
RGB:
(224,167,115)
(88%,65%,45%)

RGB channels and saturation

R 224 of 255 = 88%
G 167 of 255 = 65%
B 115 of 255 = 45%

224
167
115

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

Portions of RGB colors in percentages

R + G + B =
224 + 167 + 115 = 506 (100%)
R 224 of 506 ~ 44.27%
G 167 of 506 ~ 33%
B 115 of 506 ~ 22.73%

%44.27
%33
%22.73

CMYK color model

#E0A773 color CMYK value is (0,25,49,12).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(0,25,49,12)
C0M25Y49K12 
(0%,25%,49%,12%)
(0.00/0.25/0.49/0.12)	

CMYK percentages

%0
%25.45
%48.66
%12.16

Codes

Color #E0A773 in popluar color models

E0A773
RGB224167115
HSL29°63.74%66.47%
HSB/HSV29°48.66%87.84%
CMYK0.00%25.45%48.66%
12.16%

Color #E0A773 in popluar number systems.

HEXE0A773
Decimal224167115
Binary11100000101001111110011
Octal340247163

Shades and tints

Shades of #E0A773

#E0A773
(224,167,115)
#CC9869
(204,152,105)
#B8895F
(184,137,95)
#A47A55
(164,122,85)
#906B4B
(144,107,75)
#7C5C41
(124,92,65)
#684D37
(104,77,55)
#543E2D
(84,62,45)
#402F23
(64,47,35)
#2C2019
(44,32,25)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #E0A773

#E0A773
(224,167,115)
#E2AF7F
(226,175,127)
#E4B78B
(228,183,139)
#E6BF97
(230,191,151)
#E8C7A3
(232,199,163)
#EACFAF
(234,207,175)
#ECD7BB
(236,215,187)
#EEDFC7
(238,223,199)
#F0E7D3
(240,231,211)
#F2EFDF
(242,239,223)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A773 color. Also use rgb(224,167,115) instead hex code.

Text Font Color

.myTextColor { color: #E0A773; }

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

This text font color is #E0A773.


Background Color

.myBgColor { background-color: #E0A773; }

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

This div background color is #E0A773.


Border color

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

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

This div border color is #E0A773.


Opacity

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

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

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

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

This text has shadow with #E0A773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A773 on black background.


Color preview on white background

This text has color #E0A773 on white background.



Black color preview on #E0A773 background

This text has black color on #E0A773 background.


White color preview on #E0A773 background

This text has white color on #E0A773 background.