COLOR #E0A884

HEX: #E0A884 RGB: (224,168,132)

Color info

#E0A884 contains mainly red and green colors. Web safe color of #E0A884 is #CC9999 (or #C99).

RGB color model

#E0A884 color RGB value is (224,168,132).

RGB: (224,168,132) (88%, 66%, 52%)

RGB channels and saturation

R 224 of 255 = 88%
G 168 of 255 = 66%
B 132 of 255 = 52%

224
168
132

R + G + B ~ 69%. #E0A884 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 168 + 132 = 524 (100%)
R 224 of 524 ~ 42.75%
G 168 of 524 ~ 32.06%
B 132 of 524 ~ 25.19'%

%42.75
%32.06
%25.19

CMYK color model

#E0A884 color CMYK value is (0,25,41,12).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 41.07%
  • key color value is 12.16%

CMYK: (0,25,41,12)
C0M25Y41K12 (0%, 25%, 41%, 12%)
(0.00 / 0.25 / 0.41 / 0.12)

CMYK percentages

%0
%25
%41.07
%12.16

Codes

Color #E0A884 in popluar color models

E0 A8 84
RGB 224 168 132
HSL 23° 59.74% 69.80%
HSB/HSV 23° 41.07% 87.84%
CMYK 0.00% 25.00% 41.07%
12.16%

Color #E0A884 in popluar number systems.

HEX E0 A8 84
Decimal 224 168 132
Binary 11100000 10101000 10000100
Octal 340 250 204

Shades and tints

Shades of #E0A884

#E0A884
(224,168,132)
#CC9978
(204,153,120)
#B88A6C
(184,138,108)
#A47B60
(164,123,96)
#906C54
(144,108,84)
#7C5D48
(124,93,72)
#684E3C
(104,78,60)
#543F30
(84,63,48)
#403024
(64,48,36)
#2C2118
(44,33,24)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #E0A884

#E0A884
(224,168,132)
#E2AF8F
(226,175,143)
#E4B69A
(228,182,154)
#E6BDA5
(230,189,165)
#E8C4B0
(232,196,176)
#EACBBB
(234,203,187)
#ECD2C6
(236,210,198)
#EED9D1
(238,217,209)
#F0E0DC
(240,224,220)
#F2E7E7
(242,231,231)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A884 color. Also use rgb(224,168,132) instead hex code.

Text Font Color

.myTextColor { color: #E0A884; }

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

This text font color is #E0A884.

Background Color

.myBgColor { background-color: #E0A884; }

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

This div background color is #E0A884.

Border color

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

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

This div border color is #E0A884.

Opacity

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

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

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

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

This text has shadow with #E0A884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A884.

Preview

Color preview on black background

This text has color #E0A884 on black background.


Color preview on white background

This text has color #E0A884 on white background.


Black color preview on #E0A884 background

This text has black color on #E0A884 background.


White color preview on #E0A884 background

This text has white color on #E0A884 background.


Related colors

Complementary color

Complementary color for #hex is #1F577B.


I love getcolorcode.com

Triadic colors

1 #84E0A8 and #A884E0 with #E0A884 are triadic colors.

2 #84A8E0 and #A8E084 with #E0A884 are triadic colors.