COLOR #E0AD96

HEX: #E0AD96 RGB: (224,173,150)

Color info

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

RGB color model

#E0AD96 color RGB value is (224,173,150).

RGB: (224,173,150) (88%, 68%, 59%)

RGB channels and saturation

R 224 of 255 = 88%
G 173 of 255 = 68%
B 150 of 255 = 59%

224
173
150

R + G + B ~ 72%. #E0AD96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 173 + 150 = 547 (100%)
R 224 of 547 ~ 40.95%
G 173 of 547 ~ 31.63%
B 150 of 547 ~ 27.42'%

%40.95
%31.63
%27.42

CMYK color model

#E0AD96 color CMYK value is (0,23,33,12).

  • cyan value is 0.00%
  • magenta value is 22.77%
  • yellow value is 33.04%
  • key color value is 12.16%

CMYK: (0,23,33,12)
C0M23Y33K12 (0%, 23%, 33%, 12%)
(0.00 / 0.23 / 0.33 / 0.12)

CMYK percentages

%0
%22.77
%33.04
%12.16

Codes

Color #E0AD96 in popluar color models

E0 AD 96
RGB 224 173 150
HSL 19° 54.41% 73.33%
HSB/HSV 19° 33.04% 87.84%
CMYK 0.00% 22.77% 33.04%
12.16%

Color #E0AD96 in popluar number systems.

HEX E0 AD 96
Decimal 224 173 150
Binary 11100000 10101101 10010110
Octal 340 255 226

Shades and tints

Shades of #E0AD96

#E0AD96
(224,173,150)
#CC9E89
(204,158,137)
#B88F7C
(184,143,124)
#A4806F
(164,128,111)
#907162
(144,113,98)
#7C6255
(124,98,85)
#685348
(104,83,72)
#54443B
(84,68,59)
#40352E
(64,53,46)
#2C2621
(44,38,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #E0AD96

#E0AD96
(224,173,150)
#E2B49F
(226,180,159)
#E4BBA8
(228,187,168)
#E6C2B1
(230,194,177)
#E8C9BA
(232,201,186)
#EAD0C3
(234,208,195)
#ECD7CC
(236,215,204)
#EEDED5
(238,222,213)
#F0E5DE
(240,229,222)
#F2ECE7
(242,236,231)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0AD96; }

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

This text font color is #E0AD96.

Background Color

.myBgColor { background-color: #E0AD96; }

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

This div background color is #E0AD96.

Border color

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

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

This div border color is #E0AD96.

Opacity

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

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

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

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

This text has shadow with #E0AD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0AD96.

Preview

Color preview on black background

This text has color #E0AD96 on black background.


Color preview on white background

This text has color #E0AD96 on white background.


Black color preview on #E0AD96 background

This text has black color on #E0AD96 background.


White color preview on #E0AD96 background

This text has white color on #E0AD96 background.


Related colors

Complementary color

Complementary color for #hex is #1F5269.


I love getcolorcode.com

Triadic colors

1 #96E0AD and #AD96E0 with #E0AD96 are triadic colors.

2 #96ADE0 and #ADE096 with #E0AD96 are triadic colors.