COLOR #E0A496

HEX: #E0A496 RGB: (224,164,150)

Color info

#E0A496 contains mainly red color. Web safe color of #E0A496 is #CC9999 (or #C99).

RGB color model

#E0A496 color RGB value is (224,164,150).

RGB: (224,164,150) (88%, 64%, 59%)

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 150 of 255 = 59%

224
164
150

R + G + B ~ 70%. #E0A496 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 164 + 150 = 538 (100%)
R 224 of 538 ~ 41.64%
G 164 of 538 ~ 30.48%
B 150 of 538 ~ 27.88'%

%41.64
%30.48
%27.88

CMYK color model

#E0A496 color CMYK value is (0,27,33,12).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 33.04%
  • key color value is 12.16%
CMYK: (0,27,33,12) C0M27Y33K12 (0%,27%,33%,12%) (0.00/0.27/0.33/0.12) 

CMYK percentages

%0
%26.79
%33.04
%12.16

Codes

Color #E0A496 in popluar color models

E0 A4 96
RGB 224 164 150
HSL 11° 54.41% 73.33%
HSB/HSV 11° 33.04% 87.84%
CMYK 0.00% 26.79% 33.04%
12.16%

Color #E0A496 in popluar number systems.

HEX E0 A4 96
Decimal 224 164 150
Binary 11100000 10100100 10010110
Octal 340 244 226

Shades and tints

Shades of #E0A496

#E0A496
(224,164,150)
#CC9689
(204,150,137)
#B8887C
(184,136,124)
#A47A6F
(164,122,111)
#906C62
(144,108,98)
#7C5E55
(124,94,85)
#685048
(104,80,72)
#54423B
(84,66,59)
#40342E
(64,52,46)
#2C2621
(44,38,33)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0A496

#E0A496
(224,164,150)
#E2AC9F
(226,172,159)
#E4B4A8
(228,180,168)
#E6BCB1
(230,188,177)
#E8C4BA
(232,196,186)
#EACCC3
(234,204,195)
#ECD4CC
(236,212,204)
#EEDCD5
(238,220,213)
#F0E4DE
(240,228,222)
#F2ECE7
(242,236,231)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A496; }

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

This text font color is #E0A496.

Background Color

.myBgColor { background-color: #E0A496; }

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

This div background color is #E0A496.

Border color

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

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

This div border color is #E0A496.

Opacity

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

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

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

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

This text has shadow with #E0A496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A496.

Preview

Color preview on black background

This text has color #E0A496 on black background.


Color preview on white background

This text has color #E0A496 on white background.


Black color preview on #E0A496 background

This text has black color on #E0A496 background.


White color preview on #E0A496 background

This text has white color on #E0A496 background.


Related colors

Complementary color

Complementary color for #hex is #1F5B69.


I love getcolorcode.com

Triadic colors

1 #96E0A4 and #A496E0 with #E0A496 are triadic colors.

2 #96A4E0 and #A4E096 with #E0A496 are triadic colors.