COLOR #E9A49D

HEX: #E9A49D RGB: (233,164,157)

Color info

#E9A49D contains mainly red color. Web safe color of #E9A49D is #FF9999 (or #F99).

RGB color model

#E9A49D color RGB value is (233,164,157).

RGB: (233,164,157) (91%, 64%, 62%)

RGB channels and saturation

R 233 of 255 = 91%
G 164 of 255 = 64%
B 157 of 255 = 62%

233
164
157

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

Portions of RGB colors in percentages

R + G + B = 233 + 164 + 157 = 554 (100%)
R 233 of 554 ~ 42.06%
G 164 of 554 ~ 29.6%
B 157 of 554 ~ 28.34'%

%42.06
%29.6
%28.34

CMYK color model

#E9A49D color CMYK value is (0,30,33,9).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 32.62%
  • key color value is 8.63%

CMYK: (0,30,33,9)
C0M30Y33K9 (0%, 30%, 33%, 9%)
(0.00 / 0.30 / 0.33 / 0.09)

CMYK percentages

%0
%29.61
%32.62
%8.63

Codes

Color #E9A49D in popluar color models

E9 A4 9D
RGB 233 164 157
HSL 63.33% 76.47%
HSB/HSV 32.62% 91.37%
CMYK 0.00% 29.61% 32.62%
8.63%

Color #E9A49D in popluar number systems.

HEX E9 A4 9D
Decimal 233 164 157
Binary 11101001 10100100 10011101
Octal 351 244 235

Shades and tints

Shades of #E9A49D

#E9A49D
(233,164,157)
#D4968F
(212,150,143)
#BF8881
(191,136,129)
#AA7A73
(170,122,115)
#956C65
(149,108,101)
#805E57
(128,94,87)
#6B5049
(107,80,73)
#56423B
(86,66,59)
#41342D
(65,52,45)
#2C261F
(44,38,31)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #E9A49D

#E9A49D
(233,164,157)
#EBACA5
(235,172,165)
#EDB4AD
(237,180,173)
#EFBCB5
(239,188,181)
#F1C4BD
(241,196,189)
#F3CCC5
(243,204,197)
#F5D4CD
(245,212,205)
#F7DCD5
(247,220,213)
#F9E4DD
(249,228,221)
#FBECE5
(251,236,229)
#FDF4ED
(253,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A49D color. Also use rgb(233,164,157) instead hex code.

Text Font Color

.myTextColor { color: #E9A49D; }

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

This text font color is #E9A49D.

Background Color

.myBgColor { background-color: #E9A49D; }

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

This div background color is #E9A49D.

Border color

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

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

This div border color is #E9A49D.

Opacity

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

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

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

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

This text has shadow with #E9A49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A49D.

Preview

Color preview on black background

This text has color #E9A49D on black background.


Color preview on white background

This text has color #E9A49D on white background.


Black color preview on #E9A49D background

This text has black color on #E9A49D background.


White color preview on #E9A49D background

This text has white color on #E9A49D background.


Related colors

Complementary color

Complementary color for #hex is #165B62.


I love getcolorcode.com

Triadic colors

1 #9DE9A4 and #A49DE9 with #E9A49D are triadic colors.

2 #9DA4E9 and #A4E99D with #E9A49D are triadic colors.