COLOR #E59086

HEX: #E59086
RGB: (229,144,134)

Color info

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

RGB color model

#E59086 color RGB value is (229,144,134).

  • red value is 229;
  • green value is 144;
  • blue value is 134.
RGB:
(229,144,134)
(90%,56%,53%)

RGB channels and saturation

R 229 of 255 = 90%
G 144 of 255 = 56%
B 134 of 255 = 53%

229
144
134

R + G + B ~ 66%. #E59086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 144 + 134 = 507 (100%)
R 229 of 507 ~ 45.17%
G 144 of 507 ~ 28.4%
B 134 of 507 ~ 26.43%

%45.17
%28.4
%26.43

CMYK color model

#E59086 color CMYK value is (0,37,41,10).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 41.48%
  • key color value is 10.20%
CMYK:
(0,37,41,10)
C0M37Y41K10 
(0%,37%,41%,10%)
(0.00/0.37/0.41/0.10)	

CMYK percentages

%0
%37.12
%41.48
%10.2

Codes

Color #E59086 in popluar color models

E59086
RGB229144134
HSL64.63%71.18%
HSB/HSV41.48%89.80%
CMYK0.00%37.12%41.48%
10.20%

Color #E59086 in popluar number systems.

HEXE59086
Decimal229144134
Binary111001011001000010000110
Octal345220206

Shades and tints

Shades of #E59086

#E59086
(229,144,134)
#D1837A
(209,131,122)
#BD766E
(189,118,110)
#A96962
(169,105,98)
#955C56
(149,92,86)
#814F4A
(129,79,74)
#6D423E
(109,66,62)
#593532
(89,53,50)
#452826
(69,40,38)
#311B1A
(49,27,26)
#1D0E0E
(29,14,14)
#000000
(0,0,0)

Tints of #E59086

#E59086
(229,144,134)
#E79A91
(231,154,145)
#E9A49C
(233,164,156)
#EBAEA7
(235,174,167)
#EDB8B2
(237,184,178)
#EFC2BD
(239,194,189)
#F1CCC8
(241,204,200)
#F3D6D3
(243,214,211)
#F5E0DE
(245,224,222)
#F7EAE9
(247,234,233)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59086 color. Also use rgb(229,144,134) instead hex code.

Text Font Color

.myTextColor { color: #E59086; }

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

This text font color is #E59086.


Background Color

.myBgColor { background-color: #E59086; }

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

This div background color is #E59086.


Border color

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

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

This div border color is #E59086.


Opacity

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

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

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

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

This text has shadow with #E59086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59086 on black background.


Color preview on white background

This text has color #E59086 on white background.



Black color preview on #E59086 background

This text has black color on #E59086 background.


White color preview on #E59086 background

This text has white color on #E59086 background.