COLOR #EAA987

HEX: #EAA987
RGB: (234,169,135)

Color info

#EAA987 contains mainly red color. Web safe color of #EAA987 is #FF9999 (or #F99).

RGB color model

#EAA987 color RGB value is (234,169,135).

  • red value is 234;
  • green value is 169;
  • blue value is 135.
RGB:
(234,169,135)
(92%,66%,53%)

RGB channels and saturation

R 234 of 255 = 92%
G 169 of 255 = 66%
B 135 of 255 = 53%

234
169
135

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

Portions of RGB colors in percentages

R + G + B =
234 + 169 + 135 = 538 (100%)
R 234 of 538 ~ 43.49%
G 169 of 538 ~ 31.41%
B 135 of 538 ~ 25.09%

%43.49
%31.41
%25.09

CMYK color model

#EAA987 color CMYK value is (0,28,42,8).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 42.31%
  • key color value is 8.24%
CMYK:
(0,28,42,8)
C0M28Y42K8 
(0%,28%,42%,8%)
(0.00/0.28/0.42/0.08)	

CMYK percentages

%0
%27.78
%42.31
%8.24

Codes

Color #EAA987 in popluar color models

EAA987
RGB234169135
HSL21°70.21%72.35%
HSB/HSV21°42.31%91.76%
CMYK0.00%27.78%42.31%
8.24%

Color #EAA987 in popluar number systems.

HEXEAA987
Decimal234169135
Binary111010101010100110000111
Octal352251207

Shades and tints

Shades of #EAA987

#EAA987
(234,169,135)
#D59A7B
(213,154,123)
#C08B6F
(192,139,111)
#AB7C63
(171,124,99)
#966D57
(150,109,87)
#815E4B
(129,94,75)
#6C4F3F
(108,79,63)
#574033
(87,64,51)
#423127
(66,49,39)
#2D221B
(45,34,27)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #EAA987

#EAA987
(234,169,135)
#EBB091
(235,176,145)
#ECB79B
(236,183,155)
#EDBEA5
(237,190,165)
#EEC5AF
(238,197,175)
#EFCCB9
(239,204,185)
#F0D3C3
(240,211,195)
#F1DACD
(241,218,205)
#F2E1D7
(242,225,215)
#F3E8E1
(243,232,225)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA987 color. Also use rgb(234,169,135) instead hex code.

Text Font Color

.myTextColor { color: #EAA987; }

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

This text font color is #EAA987.


Background Color

.myBgColor { background-color: #EAA987; }

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

This div background color is #EAA987.


Border color

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

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

This div border color is #EAA987.


Opacity

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

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

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

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

This text has shadow with #EAA987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA987 on black background.


Color preview on white background

This text has color #EAA987 on white background.



Black color preview on #EAA987 background

This text has black color on #EAA987 background.


White color preview on #EAA987 background

This text has white color on #EAA987 background.