COLOR #E1A495

HEX: #E1A495 RGB: (225,164,149)

Color info

#E1A495 contains mainly red color. Web safe color of #E1A495 is #CC9999 (or #C99).

RGB color model

#E1A495 color RGB value is (225,164,149).

RGB: (225,164,149) (88%, 64%, 58%)

RGB channels and saturation

R 225 of 255 = 88%
G 164 of 255 = 64%
B 149 of 255 = 58%

225
164
149

R + G + B ~ 70%. #E1A495 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 164 + 149 = 538 (100%)
R 225 of 538 ~ 41.82%
G 164 of 538 ~ 30.48%
B 149 of 538 ~ 27.7'%

%41.82
%30.48
%27.7

CMYK color model

#E1A495 color CMYK value is (0,27,34,12).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK: (0,27,34,12) C0M27Y34K12 (0%,27%,34%,12%) (0.00/0.27/0.34/0.12) 

CMYK percentages

%0
%27.11
%33.78
%11.76

Codes

Color #E1A495 in popluar color models

E1 A4 95
RGB 225 164 149
HSL 12° 55.88% 73.33%
HSB/HSV 12° 33.78% 88.24%
CMYK 0.00% 27.11% 33.78%
11.76%

Color #E1A495 in popluar number systems.

HEX E1 A4 95
Decimal 225 164 149
Binary 11100001 10100100 10010101
Octal 341 244 225

Shades and tints

Shades of #E1A495

#E1A495
(225,164,149)
#CD9688
(205,150,136)
#B9887B
(185,136,123)
#A57A6E
(165,122,110)
#916C61
(145,108,97)
#7D5E54
(125,94,84)
#695047
(105,80,71)
#55423A
(85,66,58)
#41342D
(65,52,45)
#2D2620
(45,38,32)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #E1A495

#E1A495
(225,164,149)
#E3AC9E
(227,172,158)
#E5B4A7
(229,180,167)
#E7BCB0
(231,188,176)
#E9C4B9
(233,196,185)
#EBCCC2
(235,204,194)
#EDD4CB
(237,212,203)
#EFDCD4
(239,220,212)
#F1E4DD
(241,228,221)
#F3ECE6
(243,236,230)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A495; }

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

This text font color is #E1A495.

Background Color

.myBgColor { background-color: #E1A495; }

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

This div background color is #E1A495.

Border color

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

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

This div border color is #E1A495.

Opacity

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

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

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

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

This text has shadow with #E1A495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A495.

Preview

Color preview on black background

This text has color #E1A495 on black background.


Color preview on white background

This text has color #E1A495 on white background.


Black color preview on #E1A495 background

This text has black color on #E1A495 background.


White color preview on #E1A495 background

This text has white color on #E1A495 background.


Related colors

Complementary color

Complementary color for #hex is #1E5B6A.


I love getcolorcode.com

Triadic colors

1 #95E1A4 and #A495E1 with #E1A495 are triadic colors.

2 #95A4E1 and #A4E195 with #E1A495 are triadic colors.