COLOR #E1AF99

HEX: #E1AF99 RGB: (225,175,153)

Color info

#E1AF99 contains mainly red and green colors. Web safe color of #E1AF99 is #CC9999 (or #C99).

RGB color model

#E1AF99 color RGB value is (225,175,153).

RGB: (225,175,153) (88%, 69%, 60%)

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 153 of 255 = 60%

225
175
153

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

Portions of RGB colors in percentages

R + G + B = 225 + 175 + 153 = 553 (100%)
R 225 of 553 ~ 40.69%
G 175 of 553 ~ 31.65%
B 153 of 553 ~ 27.67'%

%40.69
%31.65
%27.67

CMYK color model

#E1AF99 color CMYK value is (0,22,32,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 32.00%
  • key color value is 11.76%
CMYK: (0,22,32,12) C0M22Y32K12 (0%,22%,32%,12%) (0.00/0.22/0.32/0.12) 

CMYK percentages

%0
%22.22
%32
%11.76

Codes

Color #E1AF99 in popluar color models

E1 AF 99
RGB 225 175 153
HSL 18° 54.55% 74.12%
HSB/HSV 18° 32.00% 88.24%
CMYK 0.00% 22.22% 32.00%
11.76%

Color #E1AF99 in popluar number systems.

HEX E1 AF 99
Decimal 225 175 153
Binary 11100001 10101111 10011001
Octal 341 257 231

Shades and tints

Shades of #E1AF99

#E1AF99
(225,175,153)
#CDA08C
(205,160,140)
#B9917F
(185,145,127)
#A58272
(165,130,114)
#917365
(145,115,101)
#7D6458
(125,100,88)
#69554B
(105,85,75)
#55463E
(85,70,62)
#413731
(65,55,49)
#2D2824
(45,40,36)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #E1AF99

#E1AF99
(225,175,153)
#E3B6A2
(227,182,162)
#E5BDAB
(229,189,171)
#E7C4B4
(231,196,180)
#E9CBBD
(233,203,189)
#EBD2C6
(235,210,198)
#EDD9CF
(237,217,207)
#EFE0D8
(239,224,216)
#F1E7E1
(241,231,225)
#F3EEEA
(243,238,234)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AF99 color. Also use rgb(225,175,153) instead hex code.

Text Font Color

.myTextColor { color: #E1AF99; }

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

This text font color is #E1AF99.

Background Color

.myBgColor { background-color: #E1AF99; }

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

This div background color is #E1AF99.

Border color

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

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

This div border color is #E1AF99.

Opacity

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

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

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

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

This text has shadow with #E1AF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1AF99.

Preview

Color preview on black background

This text has color #E1AF99 on black background.


Color preview on white background

This text has color #E1AF99 on white background.


Black color preview on #E1AF99 background

This text has black color on #E1AF99 background.


White color preview on #E1AF99 background

This text has white color on #E1AF99 background.


Related colors

Complementary color

Complementary color for #hex is #1E5066.


I love getcolorcode.com

Triadic colors

1 #99E1AF and #AF99E1 with #E1AF99 are triadic colors.

2 #99AFE1 and #AFE199 with #E1AF99 are triadic colors.