COLOR #E5A5A4

HEX: #E5A5A4
RGB: (229,165,164)

Color info

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

RGB color model

#E5A5A4 color RGB value is (229,165,164).

  • red value is 229;
  • green value is 165;
  • blue value is 164.
RGB:
(229,165,164)
(90%,65%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 165 of 255 = 65%
B 164 of 255 = 64%

229
165
164

R + G + B ~ 73%. #E5A5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 165 + 164 = 558 (100%)
R 229 of 558 ~ 41.04%
G 165 of 558 ~ 29.57%
B 164 of 558 ~ 29.39%

%41.04
%29.57
%29.39

CMYK color model

#E5A5A4 color CMYK value is (0,28,28,10).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,28,28,10)
C0M28Y28K10 
(0%,28%,28%,10%)
(0.00/0.28/0.28/0.10)	

CMYK percentages

%0
%27.95
%28.38
%10.2

Codes

Color #E5A5A4 in popluar color models

E5A5A4
RGB229165164
HSL55.56%77.06%
HSB/HSV28.38%89.80%
CMYK0.00%27.95%28.38%
10.20%

Color #E5A5A4 in popluar number systems.

HEXE5A5A4
Decimal229165164
Binary111001011010010110100100
Octal345245244

Shades and tints

Shades of #E5A5A4

#E5A5A4
(229,165,164)
#D19696
(209,150,150)
#BD8788
(189,135,136)
#A9787A
(169,120,122)
#95696C
(149,105,108)
#815A5E
(129,90,94)
#6D4B50
(109,75,80)
#593C42
(89,60,66)
#452D34
(69,45,52)
#311E26
(49,30,38)
#1D0F18
(29,15,24)
#000000
(0,0,0)

Tints of #E5A5A4

#E5A5A4
(229,165,164)
#E7ADAC
(231,173,172)
#E9B5B4
(233,181,180)
#EBBDBC
(235,189,188)
#EDC5C4
(237,197,196)
#EFCDCC
(239,205,204)
#F1D5D4
(241,213,212)
#F3DDDC
(243,221,220)
#F5E5E4
(245,229,228)
#F7EDEC
(247,237,236)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A5A4 color. Also use rgb(229,165,164) instead hex code.

Text Font Color

.myTextColor { color: #E5A5A4; }

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

This text font color is #E5A5A4.


Background Color

.myBgColor { background-color: #E5A5A4; }

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

This div background color is #E5A5A4.


Border color

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

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

This div border color is #E5A5A4.


Opacity

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

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

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

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

This text has shadow with #E5A5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A5A4 on black background.


Color preview on white background

This text has color #E5A5A4 on white background.



Black color preview on #E5A5A4 background

This text has black color on #E5A5A4 background.


White color preview on #E5A5A4 background

This text has white color on #E5A5A4 background.