COLOR #E59584

HEX: #E59584
RGB: (229,149,132)

Color info

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

RGB color model

#E59584 color RGB value is (229,149,132).

  • red value is 229;
  • green value is 149;
  • blue value is 132.
RGB:
(229,149,132)
(90%,58%,52%)

RGB channels and saturation

R 229 of 255 = 90%
G 149 of 255 = 58%
B 132 of 255 = 52%

229
149
132

R + G + B ~ 67%. #E59584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 149 + 132 = 510 (100%)
R 229 of 510 ~ 44.9%
G 149 of 510 ~ 29.22%
B 132 of 510 ~ 25.88%

%44.9
%29.22
%25.88

CMYK color model

#E59584 color CMYK value is (0,35,42,10).

  • cyan value is 0.00%
  • magenta value is 34.93%
  • yellow value is 42.36%
  • key color value is 10.20%
CMYK:
(0,35,42,10)
C0M35Y42K10 
(0%,35%,42%,10%)
(0.00/0.35/0.42/0.10)	

CMYK percentages

%0
%34.93
%42.36
%10.2

Codes

Color #E59584 in popluar color models

E59584
RGB229149132
HSL11°65.10%70.78%
HSB/HSV11°42.36%89.80%
CMYK0.00%34.93%42.36%
10.20%

Color #E59584 in popluar number systems.

HEXE59584
Decimal229149132
Binary111001011001010110000100
Octal345225204

Shades and tints

Shades of #E59584

#E59584
(229,149,132)
#D18878
(209,136,120)
#BD7B6C
(189,123,108)
#A96E60
(169,110,96)
#956154
(149,97,84)
#815448
(129,84,72)
#6D473C
(109,71,60)
#593A30
(89,58,48)
#452D24
(69,45,36)
#312018
(49,32,24)
#1D130C
(29,19,12)
#000000
(0,0,0)

Tints of #E59584

#E59584
(229,149,132)
#E79E8F
(231,158,143)
#E9A79A
(233,167,154)
#EBB0A5
(235,176,165)
#EDB9B0
(237,185,176)
#EFC2BB
(239,194,187)
#F1CBC6
(241,203,198)
#F3D4D1
(243,212,209)
#F5DDDC
(245,221,220)
#F7E6E7
(247,230,231)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59584 color. Also use rgb(229,149,132) instead hex code.

Text Font Color

.myTextColor { color: #E59584; }

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

This text font color is #E59584.


Background Color

.myBgColor { background-color: #E59584; }

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

This div background color is #E59584.


Border color

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

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

This div border color is #E59584.


Opacity

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

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

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

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

This text has shadow with #E59584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59584 on black background.


Color preview on white background

This text has color #E59584 on white background.



Black color preview on #E59584 background

This text has black color on #E59584 background.


White color preview on #E59584 background

This text has white color on #E59584 background.