COLOR #E5A099

HEX: #E5A099
RGB: (229,160,153)

Color info

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

RGB color model

#E5A099 color RGB value is (229,160,153).

  • red value is 229;
  • green value is 160;
  • blue value is 153.
RGB:
(229,160,153)
(90%,63%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 160 of 255 = 63%
B 153 of 255 = 60%

229
160
153

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

Portions of RGB colors in percentages

R + G + B =
229 + 160 + 153 = 542 (100%)
R 229 of 542 ~ 42.25%
G 160 of 542 ~ 29.52%
B 153 of 542 ~ 28.23%

%42.25
%29.52
%28.23

CMYK color model

#E5A099 color CMYK value is (0,30,33,10).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 33.19%
  • key color value is 10.20%
CMYK:
(0,30,33,10)
C0M30Y33K10 
(0%,30%,33%,10%)
(0.00/0.30/0.33/0.10)	

CMYK percentages

%0
%30.13
%33.19
%10.2

Codes

Color #E5A099 in popluar color models

E5A099
RGB229160153
HSL59.38%74.90%
HSB/HSV33.19%89.80%
CMYK0.00%30.13%33.19%
10.20%

Color #E5A099 in popluar number systems.

HEXE5A099
Decimal229160153
Binary111001011010000010011001
Octal345240231

Shades and tints

Shades of #E5A099

#E5A099
(229,160,153)
#D1928C
(209,146,140)
#BD847F
(189,132,127)
#A97672
(169,118,114)
#956865
(149,104,101)
#815A58
(129,90,88)
#6D4C4B
(109,76,75)
#593E3E
(89,62,62)
#453031
(69,48,49)
#312224
(49,34,36)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #E5A099

#E5A099
(229,160,153)
#E7A8A2
(231,168,162)
#E9B0AB
(233,176,171)
#EBB8B4
(235,184,180)
#EDC0BD
(237,192,189)
#EFC8C6
(239,200,198)
#F1D0CF
(241,208,207)
#F3D8D8
(243,216,216)
#F5E0E1
(245,224,225)
#F7E8EA
(247,232,234)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A099 color. Also use rgb(229,160,153) instead hex code.

Text Font Color

.myTextColor { color: #E5A099; }

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

This text font color is #E5A099.


Background Color

.myBgColor { background-color: #E5A099; }

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

This div background color is #E5A099.


Border color

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

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

This div border color is #E5A099.


Opacity

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

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

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

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

This text has shadow with #E5A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A099 on black background.


Color preview on white background

This text has color #E5A099 on white background.



Black color preview on #E5A099 background

This text has black color on #E5A099 background.


White color preview on #E5A099 background

This text has white color on #E5A099 background.