COLOR #E8A093

HEX: #E8A093
RGB: (232,160,147)

Color info

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

RGB color model

#E8A093 color RGB value is (232,160,147).

  • red value is 232;
  • green value is 160;
  • blue value is 147.
RGB:
(232,160,147)
(91%,63%,58%)

RGB channels and saturation

R 232 of 255 = 91%
G 160 of 255 = 63%
B 147 of 255 = 58%

232
160
147

R + G + B ~ 71%. #E8A093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 160 + 147 = 539 (100%)
R 232 of 539 ~ 43.04%
G 160 of 539 ~ 29.68%
B 147 of 539 ~ 27.27%

%43.04
%29.68
%27.27

CMYK color model

#E8A093 color CMYK value is (0,31,37,9).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 36.64%
  • key color value is 9.02%
CMYK:
(0,31,37,9)
C0M31Y37K9 
(0%,31%,37%,9%)
(0.00/0.31/0.37/0.09)	

CMYK percentages

%0
%31.03
%36.64
%9.02

Codes

Color #E8A093 in popluar color models

E8A093
RGB232160147
HSL64.89%74.31%
HSB/HSV36.64%90.98%
CMYK0.00%31.03%36.64%
9.02%

Color #E8A093 in popluar number systems.

HEXE8A093
Decimal232160147
Binary111010001010000010010011
Octal350240223

Shades and tints

Shades of #E8A093

#E8A093
(232,160,147)
#D39286
(211,146,134)
#BE8479
(190,132,121)
#A9766C
(169,118,108)
#94685F
(148,104,95)
#7F5A52
(127,90,82)
#6A4C45
(106,76,69)
#553E38
(85,62,56)
#40302B
(64,48,43)
#2B221E
(43,34,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #E8A093

#E8A093
(232,160,147)
#EAA89C
(234,168,156)
#ECB0A5
(236,176,165)
#EEB8AE
(238,184,174)
#F0C0B7
(240,192,183)
#F2C8C0
(242,200,192)
#F4D0C9
(244,208,201)
#F6D8D2
(246,216,210)
#F8E0DB
(248,224,219)
#FAE8E4
(250,232,228)
#FCF0ED
(252,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A093 color. Also use rgb(232,160,147) instead hex code.

Text Font Color

.myTextColor { color: #E8A093; }

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

This text font color is #E8A093.


Background Color

.myBgColor { background-color: #E8A093; }

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

This div background color is #E8A093.


Border color

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

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

This div border color is #E8A093.


Opacity

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

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

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

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

This text has shadow with #E8A093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A093 on black background.


Color preview on white background

This text has color #E8A093 on white background.



Black color preview on #E8A093 background

This text has black color on #E8A093 background.


White color preview on #E8A093 background

This text has white color on #E8A093 background.