COLOR #E9AE8A

HEX: #E9AE8A
RGB: (233,174,138)

Color info

#E9AE8A contains mainly red and green colors. Web safe color of #E9AE8A is #FF9999 (or #F99).

RGB color model

#E9AE8A color RGB value is (233,174,138).

  • red value is 233;
  • green value is 174;
  • blue value is 138.
RGB:
(233,174,138)
(91%,68%,54%)

RGB channels and saturation

R 233 of 255 = 91%
G 174 of 255 = 68%
B 138 of 255 = 54%

233
174
138

R + G + B ~ 71%. #E9AE8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 174 + 138 = 545 (100%)
R 233 of 545 ~ 42.75%
G 174 of 545 ~ 31.93%
B 138 of 545 ~ 25.32%

%42.75
%31.93
%25.32

CMYK color model

#E9AE8A color CMYK value is (0,25,41,9).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 40.77%
  • key color value is 8.63%
CMYK:
(0,25,41,9)
C0M25Y41K9 
(0%,25%,41%,9%)
(0.00/0.25/0.41/0.09)	

CMYK percentages

%0
%25.32
%40.77
%8.63

Codes

Color #E9AE8A in popluar color models

E9AE8A
RGB233174138
HSL23°68.35%72.75%
HSB/HSV23°40.77%91.37%
CMYK0.00%25.32%40.77%
8.63%

Color #E9AE8A in popluar number systems.

HEXE9AE8A
Decimal233174138
Binary111010011010111010001010
Octal351256212

Shades and tints

Shades of #E9AE8A

#E9AE8A
(233,174,138)
#D49F7E
(212,159,126)
#BF9072
(191,144,114)
#AA8166
(170,129,102)
#95725A
(149,114,90)
#80634E
(128,99,78)
#6B5442
(107,84,66)
#564536
(86,69,54)
#41362A
(65,54,42)
#2C271E
(44,39,30)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #E9AE8A

#E9AE8A
(233,174,138)
#EBB594
(235,181,148)
#EDBC9E
(237,188,158)
#EFC3A8
(239,195,168)
#F1CAB2
(241,202,178)
#F3D1BC
(243,209,188)
#F5D8C6
(245,216,198)
#F7DFD0
(247,223,208)
#F9E6DA
(249,230,218)
#FBEDE4
(251,237,228)
#FDF4EE
(253,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AE8A color. Also use rgb(233,174,138) instead hex code.

Text Font Color

.myTextColor { color: #E9AE8A; }

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

This text font color is #E9AE8A.


Background Color

.myBgColor { background-color: #E9AE8A; }

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

This div background color is #E9AE8A.


Border color

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

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

This div border color is #E9AE8A.


Opacity

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

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

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

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

This text has shadow with #E9AE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AE8A on black background.


Color preview on white background

This text has color #E9AE8A on white background.



Black color preview on #E9AE8A background

This text has black color on #E9AE8A background.


White color preview on #E9AE8A background

This text has white color on #E9AE8A background.