COLOR #E9AF79

HEX: #E9AF79
RGB: (233,175,121)

Color info

#E9AF79 contains mainly red and green colors. Web safe color of #E9AF79 is #FF9966 (or #F96).

RGB color model

#E9AF79 color RGB value is (233,175,121).

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

RGB channels and saturation

R 233 of 255 = 91%
G 175 of 255 = 69%
B 121 of 255 = 47%

233
175
121

R + G + B ~ 69%. #E9AF79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 175 + 121 = 529 (100%)
R 233 of 529 ~ 44.05%
G 175 of 529 ~ 33.08%
B 121 of 529 ~ 22.87%

%44.05
%33.08
%22.87

CMYK color model

#E9AF79 color CMYK value is (0,25,48,9).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 48.07%
  • key color value is 8.63%
CMYK:
(0,25,48,9)
C0M25Y48K9 
(0%,25%,48%,9%)
(0.00/0.25/0.48/0.09)	

CMYK percentages

%0
%24.89
%48.07
%8.63

Codes

Color #E9AF79 in popluar color models

E9AF79
RGB233175121
HSL29°71.79%69.41%
HSB/HSV29°48.07%91.37%
CMYK0.00%24.89%48.07%
8.63%

Color #E9AF79 in popluar number systems.

HEXE9AF79
Decimal233175121
Binary11101001101011111111001
Octal351257171

Shades and tints

Shades of #E9AF79

#E9AF79
(233,175,121)
#D4A06E
(212,160,110)
#BF9163
(191,145,99)
#AA8258
(170,130,88)
#95734D
(149,115,77)
#806442
(128,100,66)
#6B5537
(107,85,55)
#56462C
(86,70,44)
#413721
(65,55,33)
#2C2816
(44,40,22)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #E9AF79

#E9AF79
(233,175,121)
#EBB685
(235,182,133)
#EDBD91
(237,189,145)
#EFC49D
(239,196,157)
#F1CBA9
(241,203,169)
#F3D2B5
(243,210,181)
#F5D9C1
(245,217,193)
#F7E0CD
(247,224,205)
#F9E7D9
(249,231,217)
#FBEEE5
(251,238,229)
#FDF5F1
(253,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9AF79; }

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

This text font color is #E9AF79.


Background Color

.myBgColor { background-color: #E9AF79; }

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

This div background color is #E9AF79.


Border color

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

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

This div border color is #E9AF79.


Opacity

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

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

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

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

This text has shadow with #E9AF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AF79 on black background.


Color preview on white background

This text has color #E9AF79 on white background.



Black color preview on #E9AF79 background

This text has black color on #E9AF79 background.


White color preview on #E9AF79 background

This text has white color on #E9AF79 background.