COLOR #E9A999

HEX: #E9A999 RGB: (233,169,153)

Color info

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

RGB color model

#E9A999 color RGB value is (233,169,153).

RGB: (233,169,153) (91%, 66%, 60%)

RGB channels and saturation

R 233 of 255 = 91%
G 169 of 255 = 66%
B 153 of 255 = 60%

233
169
153

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

Portions of RGB colors in percentages

R + G + B = 233 + 169 + 153 = 555 (100%)
R 233 of 555 ~ 41.98%
G 169 of 555 ~ 30.45%
B 153 of 555 ~ 27.57'%

%41.98
%30.45
%27.57

CMYK color model

#E9A999 color CMYK value is (0,27,34,9).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 34.33%
  • key color value is 8.63%

CMYK: (0,27,34,9)
C0M27Y34K9 (0%, 27%, 34%, 9%)
(0.00 / 0.27 / 0.34 / 0.09)

CMYK percentages

%0
%27.47
%34.33
%8.63

Codes

Color #E9A999 in popluar color models

E9 A9 99
RGB 233 169 153
HSL 12° 64.52% 75.69%
HSB/HSV 12° 34.33% 91.37%
CMYK 0.00% 27.47% 34.33%
8.63%

Color #E9A999 in popluar number systems.

HEX E9 A9 99
Decimal 233 169 153
Binary 11101001 10101001 10011001
Octal 351 251 231

Shades and tints

Shades of #E9A999

#E9A999
(233,169,153)
#D49A8C
(212,154,140)
#BF8B7F
(191,139,127)
#AA7C72
(170,124,114)
#956D65
(149,109,101)
#805E58
(128,94,88)
#6B4F4B
(107,79,75)
#56403E
(86,64,62)
#413131
(65,49,49)
#2C2224
(44,34,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #E9A999

#E9A999
(233,169,153)
#EBB0A2
(235,176,162)
#EDB7AB
(237,183,171)
#EFBEB4
(239,190,180)
#F1C5BD
(241,197,189)
#F3CCC6
(243,204,198)
#F5D3CF
(245,211,207)
#F7DAD8
(247,218,216)
#F9E1E1
(249,225,225)
#FBE8EA
(251,232,234)
#FDEFF3
(253,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A999 color. Also use rgb(233,169,153) instead hex code.

Text Font Color

.myTextColor { color: #E9A999; }

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

This text font color is #E9A999.

Background Color

.myBgColor { background-color: #E9A999; }

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

This div background color is #E9A999.

Border color

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

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

This div border color is #E9A999.

Opacity

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

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

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

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

This text has shadow with #E9A999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A999.

Preview

Color preview on black background

This text has color #E9A999 on black background.


Color preview on white background

This text has color #E9A999 on white background.


Black color preview on #E9A999 background

This text has black color on #E9A999 background.


White color preview on #E9A999 background

This text has white color on #E9A999 background.


Related colors

Complementary color

Complementary color for #hex is #165666.


I love getcolorcode.com

Triadic colors

1 #99E9A9 and #A999E9 with #E9A999 are triadic colors.

2 #99A9E9 and #A9E999 with #E9A999 are triadic colors.