COLOR #E8A957

HEX: #E8A957
RGB: (232,169,87)

Color info

#E8A957 contains mainly red color. Web safe color of #E8A957 is #FF9966 (or #F96).

RGB color model

#E8A957 color RGB value is (232,169,87).

  • red value is 232;
  • green value is 169;
  • blue value is 87.
RGB:
(232,169,87)
(91%,66%,34%)

RGB channels and saturation

R 232 of 255 = 91%
G 169 of 255 = 66%
B 87 of 255 = 34%

232
169
87

R + G + B ~ 64%. #E8A957 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 169 + 87 = 488 (100%)
R 232 of 488 ~ 47.54%
G 169 of 488 ~ 34.63%
B 87 of 488 ~ 17.83%

%47.54
%34.63
%17.83

CMYK color model

#E8A957 color CMYK value is (0,27,63,9).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 62.50%
  • key color value is 9.02%
CMYK:
(0,27,63,9)
C0M27Y63K9 
(0%,27%,63%,9%)
(0.00/0.27/0.63/0.09)	

CMYK percentages

%0
%27.16
%62.5
%9.02

Codes

Color #E8A957 in popluar color models

E8A957
RGB23216987
HSL34°75.92%62.55%
HSB/HSV34°62.50%90.98%
CMYK0.00%27.16%62.50%
9.02%

Color #E8A957 in popluar number systems.

HEXE8A957
Decimal23216987
Binary11101000101010011010111
Octal350251127

Shades and tints

Shades of #E8A957

#E8A957
(232,169,87)
#D39A50
(211,154,80)
#BE8B49
(190,139,73)
#A97C42
(169,124,66)
#946D3B
(148,109,59)
#7F5E34
(127,94,52)
#6A4F2D
(106,79,45)
#554026
(85,64,38)
#40311F
(64,49,31)
#2B2218
(43,34,24)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #E8A957

#E8A957
(232,169,87)
#EAB066
(234,176,102)
#ECB775
(236,183,117)
#EEBE84
(238,190,132)
#F0C593
(240,197,147)
#F2CCA2
(242,204,162)
#F4D3B1
(244,211,177)
#F6DAC0
(246,218,192)
#F8E1CF
(248,225,207)
#FAE8DE
(250,232,222)
#FCEFED
(252,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A957 color. Also use rgb(232,169,87) instead hex code.

Text Font Color

.myTextColor { color: #E8A957; }

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

This text font color is #E8A957.


Background Color

.myBgColor { background-color: #E8A957; }

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

This div background color is #E8A957.


Border color

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

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

This div border color is #E8A957.


Opacity

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

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

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

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

This text has shadow with #E8A957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A957 on black background.


Color preview on white background

This text has color #E8A957 on white background.



Black color preview on #E8A957 background

This text has black color on #E8A957 background.


White color preview on #E8A957 background

This text has white color on #E8A957 background.