COLOR #E1AF95

HEX: #E1AF95 RGB: (225,175,149)

Color info

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

RGB color model

#E1AF95 color RGB value is (225,175,149).

RGB: (225,175,149) (88%, 69%, 58%)

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 149 of 255 = 58%

225
175
149

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

Portions of RGB colors in percentages

R + G + B = 225 + 175 + 149 = 549 (100%)
R 225 of 549 ~ 40.98%
G 175 of 549 ~ 31.88%
B 149 of 549 ~ 27.14'%

%40.98
%31.88
%27.14

CMYK color model

#E1AF95 color CMYK value is (0,22,34,12).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK: (0,22,34,12) C0M22Y34K12 (0%,22%,34%,12%) (0.00/0.22/0.34/0.12) 

CMYK percentages

%0
%22.22
%33.78
%11.76

Codes

Color #E1AF95 in popluar color models

E1 AF 95
RGB 225 175 149
HSL 21° 55.88% 73.33%
HSB/HSV 21° 33.78% 88.24%
CMYK 0.00% 22.22% 33.78%
11.76%

Color #E1AF95 in popluar number systems.

HEX E1 AF 95
Decimal 225 175 149
Binary 11100001 10101111 10010101
Octal 341 257 225

Shades and tints

Shades of #E1AF95

#E1AF95
(225,175,149)
#CDA088
(205,160,136)
#B9917B
(185,145,123)
#A5826E
(165,130,110)
#917361
(145,115,97)
#7D6454
(125,100,84)
#695547
(105,85,71)
#55463A
(85,70,58)
#41372D
(65,55,45)
#2D2820
(45,40,32)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #E1AF95

#E1AF95
(225,175,149)
#E3B69E
(227,182,158)
#E5BDA7
(229,189,167)
#E7C4B0
(231,196,176)
#E9CBB9
(233,203,185)
#EBD2C2
(235,210,194)
#EDD9CB
(237,217,203)
#EFE0D4
(239,224,212)
#F1E7DD
(241,231,221)
#F3EEE6
(243,238,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AF95; }

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

This text font color is #E1AF95.

Background Color

.myBgColor { background-color: #E1AF95; }

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

This div background color is #E1AF95.

Border color

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

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

This div border color is #E1AF95.

Opacity

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

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

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

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

This text has shadow with #E1AF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1AF95.

Preview

Color preview on black background

This text has color #E1AF95 on black background.


Color preview on white background

This text has color #E1AF95 on white background.


Black color preview on #E1AF95 background

This text has black color on #E1AF95 background.


White color preview on #E1AF95 background

This text has white color on #E1AF95 background.


Related colors

Complementary color

Complementary color for #hex is #1E506A.


I love getcolorcode.com

Triadic colors

1 #95E1AF and #AF95E1 with #E1AF95 are triadic colors.

2 #95AFE1 and #AFE195 with #E1AF95 are triadic colors.