COLOR #E59DAA

HEX: #E59DAA RGB: (229,157,170)

Color info

#E59DAA contains mainly red and blue colors. Web safe color of #E59DAA is #CC9999 (or #C99).

RGB color model

#E59DAA color RGB value is (229,157,170).

RGB: (229,157,170) (90%, 62%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 157 of 255 = 62%
B 170 of 255 = 67%

229
157
170

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

Portions of RGB colors in percentages

R + G + B = 229 + 157 + 170 = 556 (100%)
R 229 of 556 ~ 41.19%
G 157 of 556 ~ 28.24%
B 170 of 556 ~ 30.58'%

%41.19
%28.24
%30.58

CMYK color model

#E59DAA color CMYK value is (0,31,26,10).

  • cyan value is 0.00%
  • magenta value is 31.44%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK: (0,31,26,10) C0M31Y26K10 (0%,31%,26%,10%) (0.00/0.31/0.26/0.10) 

CMYK percentages

%0
%31.44
%25.76
%10.2

Codes

Color #E59DAA in popluar color models

E5 9D AA
RGB 229 157 170
HSL 349° 58.06% 75.69%
HSB/HSV 349° 31.44% 89.80%
CMYK 0.00% 31.44% 25.76%
10.20%

Color #E59DAA in popluar number systems.

HEX E5 9D AA
Decimal 229 157 170
Binary 11100101 10011101 10101010
Octal 345 235 252

Shades and tints

Shades of #E59DAA

#E59DAA
(229,157,170)
#D18F9B
(209,143,155)
#BD818C
(189,129,140)
#A9737D
(169,115,125)
#95656E
(149,101,110)
#81575F
(129,87,95)
#6D4950
(109,73,80)
#593B41
(89,59,65)
#452D32
(69,45,50)
#311F23
(49,31,35)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #E59DAA

#E59DAA
(229,157,170)
#E7A5B1
(231,165,177)
#E9ADB8
(233,173,184)
#EBB5BF
(235,181,191)
#EDBDC6
(237,189,198)
#EFC5CD
(239,197,205)
#F1CDD4
(241,205,212)
#F3D5DB
(243,213,219)
#F5DDE2
(245,221,226)
#F7E5E9
(247,229,233)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59DAA color. Also use rgb(229,157,170) instead hex code.

Text Font Color

.myTextColor { color: #E59DAA; }

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

This text font color is #E59DAA.

Background Color

.myBgColor { background-color: #E59DAA; }

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

This div background color is #E59DAA.

Border color

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

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

This div border color is #E59DAA.

Opacity

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

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

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

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

This text has shadow with #E59DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59DAA.

Preview

Color preview on black background

This text has color #E59DAA on black background.


Color preview on white background

This text has color #E59DAA on white background.


Black color preview on #E59DAA background

This text has black color on #E59DAA background.


White color preview on #E59DAA background

This text has white color on #E59DAA background.


Related colors

Complementary color

Complementary color for #hex is #1A6255.


I love getcolorcode.com

Triadic colors

1 #AAE59D and #9DAAE5 with #E59DAA are triadic colors.

2 #AA9DE5 and #9DE5AA with #E59DAA are triadic colors.