COLOR #E9AF95

HEX: #E9AF95
RGB: (233,175,149)

Color info

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

RGB color model

#E9AF95 color RGB value is (233,175,149).

  • red value is 233;
  • green value is 175;
  • blue value is 149.
RGB:
(233,175,149)
(91%,69%,58%)

RGB channels and saturation

R 233 of 255 = 91%
G 175 of 255 = 69%
B 149 of 255 = 58%

233
175
149

R + G + B ~ 73%. #E9AF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 175 + 149 = 557 (100%)
R 233 of 557 ~ 41.83%
G 175 of 557 ~ 31.42%
B 149 of 557 ~ 26.75%

%41.83
%31.42
%26.75

CMYK color model

#E9AF95 color CMYK value is (0,25,36,9).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 36.05%
  • key color value is 8.63%
CMYK:
(0,25,36,9)
C0M25Y36K9 
(0%,25%,36%,9%)
(0.00/0.25/0.36/0.09)	

CMYK percentages

%0
%24.89
%36.05
%8.63

Codes

Color #E9AF95 in popluar color models

E9AF95
RGB233175149
HSL19°65.63%74.90%
HSB/HSV19°36.05%91.37%
CMYK0.00%24.89%36.05%
8.63%

Color #E9AF95 in popluar number systems.

HEXE9AF95
Decimal233175149
Binary111010011010111110010101
Octal351257225

Shades and tints

Shades of #E9AF95

#E9AF95
(233,175,149)
#D4A088
(212,160,136)
#BF917B
(191,145,123)
#AA826E
(170,130,110)
#957361
(149,115,97)
#806454
(128,100,84)
#6B5547
(107,85,71)
#56463A
(86,70,58)
#41372D
(65,55,45)
#2C2820
(44,40,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #E9AF95

#E9AF95
(233,175,149)
#EBB69E
(235,182,158)
#EDBDA7
(237,189,167)
#EFC4B0
(239,196,176)
#F1CBB9
(241,203,185)
#F3D2C2
(243,210,194)
#F5D9CB
(245,217,203)
#F7E0D4
(247,224,212)
#F9E7DD
(249,231,221)
#FBEEE6
(251,238,230)
#FDF5EF
(253,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AF95 color. Also use rgb(233,175,149) instead hex code.

Text Font Color

.myTextColor { color: #E9AF95; }

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

This text font color is #E9AF95.


Background Color

.myBgColor { background-color: #E9AF95; }

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

This div background color is #E9AF95.


Border color

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

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

This div border color is #E9AF95.


Opacity

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

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

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

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

This text has shadow with #E9AF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AF95 on black background.


Color preview on white background

This text has color #E9AF95 on white background.



Black color preview on #E9AF95 background

This text has black color on #E9AF95 background.


White color preview on #E9AF95 background

This text has white color on #E9AF95 background.