COLOR #E8A59B

HEX: #E8A59B
RGB: (232,165,155)

Color info

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

RGB color model

#E8A59B color RGB value is (232,165,155).

  • red value is 232;
  • green value is 165;
  • blue value is 155.
RGB:
(232,165,155)
(91%,65%,61%)

RGB channels and saturation

R 232 of 255 = 91%
G 165 of 255 = 65%
B 155 of 255 = 61%

232
165
155

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

Portions of RGB colors in percentages

R + G + B =
232 + 165 + 155 = 552 (100%)
R 232 of 552 ~ 42.03%
G 165 of 552 ~ 29.89%
B 155 of 552 ~ 28.08%

%42.03
%29.89
%28.08

CMYK color model

#E8A59B color CMYK value is (0,29,33,9).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 33.19%
  • key color value is 9.02%
CMYK:
(0,29,33,9)
C0M29Y33K9 
(0%,29%,33%,9%)
(0.00/0.29/0.33/0.09)	

CMYK percentages

%0
%28.88
%33.19
%9.02

Codes

Color #E8A59B in popluar color models

E8A59B
RGB232165155
HSL62.60%75.88%
HSB/HSV33.19%90.98%
CMYK0.00%28.88%33.19%
9.02%

Color #E8A59B in popluar number systems.

HEXE8A59B
Decimal232165155
Binary111010001010010110011011
Octal350245233

Shades and tints

Shades of #E8A59B

#E8A59B
(232,165,155)
#D3968D
(211,150,141)
#BE877F
(190,135,127)
#A97871
(169,120,113)
#946963
(148,105,99)
#7F5A55
(127,90,85)
#6A4B47
(106,75,71)
#553C39
(85,60,57)
#402D2B
(64,45,43)
#2B1E1D
(43,30,29)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #E8A59B

#E8A59B
(232,165,155)
#EAADA4
(234,173,164)
#ECB5AD
(236,181,173)
#EEBDB6
(238,189,182)
#F0C5BF
(240,197,191)
#F2CDC8
(242,205,200)
#F4D5D1
(244,213,209)
#F6DDDA
(246,221,218)
#F8E5E3
(248,229,227)
#FAEDEC
(250,237,236)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A59B color. Also use rgb(232,165,155) instead hex code.

Text Font Color

.myTextColor { color: #E8A59B; }

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

This text font color is #E8A59B.


Background Color

.myBgColor { background-color: #E8A59B; }

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

This div background color is #E8A59B.


Border color

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

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

This div border color is #E8A59B.


Opacity

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

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

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

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

This text has shadow with #E8A59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A59B on black background.


Color preview on white background

This text has color #E8A59B on white background.



Black color preview on #E8A59B background

This text has black color on #E8A59B background.


White color preview on #E8A59B background

This text has white color on #E8A59B background.