COLOR #E1A89E

HEX: #E1A89E RGB: (225,168,158)

Color info

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

RGB color model

#E1A89E color RGB value is (225,168,158).

RGB: (225,168,158) (88%, 66%, 62%)

RGB channels and saturation

R 225 of 255 = 88%
G 168 of 255 = 66%
B 158 of 255 = 62%

225
168
158

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

Portions of RGB colors in percentages

R + G + B = 225 + 168 + 158 = 551 (100%)
R 225 of 551 ~ 40.83%
G 168 of 551 ~ 30.49%
B 158 of 551 ~ 28.68'%

%40.83
%30.49
%28.68

CMYK color model

#E1A89E color CMYK value is (0,25,30,12).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 29.78%
  • key color value is 11.76%

CMYK: (0,25,30,12)
C0M25Y30K12 (0%, 25%, 30%, 12%)
(0.00 / 0.25 / 0.30 / 0.12)

CMYK percentages

%0
%25.33
%29.78
%11.76

Codes

Color #E1A89E in popluar color models

E1 A8 9E
RGB 225 168 158
HSL 52.76% 75.10%
HSB/HSV 29.78% 88.24%
CMYK 0.00% 25.33% 29.78%
11.76%

Color #E1A89E in popluar number systems.

HEX E1 A8 9E
Decimal 225 168 158
Binary 11100001 10101000 10011110
Octal 341 250 236

Shades and tints

Shades of #E1A89E

#E1A89E
(225,168,158)
#CD9990
(205,153,144)
#B98A82
(185,138,130)
#A57B74
(165,123,116)
#916C66
(145,108,102)
#7D5D58
(125,93,88)
#694E4A
(105,78,74)
#553F3C
(85,63,60)
#41302E
(65,48,46)
#2D2120
(45,33,32)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #E1A89E

#E1A89E
(225,168,158)
#E3AFA6
(227,175,166)
#E5B6AE
(229,182,174)
#E7BDB6
(231,189,182)
#E9C4BE
(233,196,190)
#EBCBC6
(235,203,198)
#EDD2CE
(237,210,206)
#EFD9D6
(239,217,214)
#F1E0DE
(241,224,222)
#F3E7E6
(243,231,230)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A89E color. Also use rgb(225,168,158) instead hex code.

Text Font Color

.myTextColor { color: #E1A89E; }

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

This text font color is #E1A89E.

Background Color

.myBgColor { background-color: #E1A89E; }

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

This div background color is #E1A89E.

Border color

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

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

This div border color is #E1A89E.

Opacity

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

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

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

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

This text has shadow with #E1A89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A89E.

Preview

Color preview on black background

This text has color #E1A89E on black background.


Color preview on white background

This text has color #E1A89E on white background.


Black color preview on #E1A89E background

This text has black color on #E1A89E background.


White color preview on #E1A89E background

This text has white color on #E1A89E background.


Related colors

Complementary color

Complementary color for #hex is #1E5761.


I love getcolorcode.com

Triadic colors

1 #9EE1A8 and #A89EE1 with #E1A89E are triadic colors.

2 #9EA8E1 and #A8E19E with #E1A89E are triadic colors.