COLOR #E1A387

HEX: #E1A387 RGB: (225,163,135)

Color info

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

RGB color model

#E1A387 color RGB value is (225,163,135).

RGB: (225,163,135) (88%, 64%, 53%)

RGB channels and saturation

R 225 of 255 = 88%
G 163 of 255 = 64%
B 135 of 255 = 53%

225
163
135

R + G + B ~ 68%. #E1A387 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 163 + 135 = 523 (100%)
R 225 of 523 ~ 43.02%
G 163 of 523 ~ 31.17%
B 135 of 523 ~ 25.81'%

%43.02
%31.17
%25.81

CMYK color model

#E1A387 color CMYK value is (0,28,40,12).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 40.00%
  • key color value is 11.76%

CMYK: (0,28,40,12)
C0M28Y40K12 (0%, 28%, 40%, 12%)
(0.00 / 0.28 / 0.40 / 0.12)

CMYK percentages

%0
%27.56
%40
%11.76

Codes

Color #E1A387 in popluar color models

E1 A3 87
RGB 225 163 135
HSL 19° 60.00% 70.59%
HSB/HSV 19° 40.00% 88.24%
CMYK 0.00% 27.56% 40.00%
11.76%

Color #E1A387 in popluar number systems.

HEX E1 A3 87
Decimal 225 163 135
Binary 11100001 10100011 10000111
Octal 341 243 207

Shades and tints

Shades of #E1A387

#E1A387
(225,163,135)
#CD957B
(205,149,123)
#B9876F
(185,135,111)
#A57963
(165,121,99)
#916B57
(145,107,87)
#7D5D4B
(125,93,75)
#694F3F
(105,79,63)
#554133
(85,65,51)
#413327
(65,51,39)
#2D251B
(45,37,27)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #E1A387

#E1A387
(225,163,135)
#E3AB91
(227,171,145)
#E5B39B
(229,179,155)
#E7BBA5
(231,187,165)
#E9C3AF
(233,195,175)
#EBCBB9
(235,203,185)
#EDD3C3
(237,211,195)
#EFDBCD
(239,219,205)
#F1E3D7
(241,227,215)
#F3EBE1
(243,235,225)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A387 color. Also use rgb(225,163,135) instead hex code.

Text Font Color

.myTextColor { color: #E1A387; }

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

This text font color is #E1A387.

Background Color

.myBgColor { background-color: #E1A387; }

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

This div background color is #E1A387.

Border color

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

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

This div border color is #E1A387.

Opacity

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

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

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

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

This text has shadow with #E1A387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A387.

Preview

Color preview on black background

This text has color #E1A387 on black background.


Color preview on white background

This text has color #E1A387 on white background.


Black color preview on #E1A387 background

This text has black color on #E1A387 background.


White color preview on #E1A387 background

This text has white color on #E1A387 background.


Related colors

Complementary color

Complementary color for #hex is #1E5C78.


I love getcolorcode.com

Triadic colors

1 #87E1A3 and #A387E1 with #E1A387 are triadic colors.

2 #87A3E1 and #A3E187 with #E1A387 are triadic colors.