COLOR #E59F80

HEX: #E59F80
RGB: (229,159,128)

Color info

#E59F80 contains mainly red color. Web safe color of #E59F80 is #CC9966 (or #C96).

RGB color model

#E59F80 color RGB value is (229,159,128).

  • red value is 229;
  • green value is 159;
  • blue value is 128.
RGB:
(229,159,128)
(90%,62%,50%)

RGB channels and saturation

R 229 of 255 = 90%
G 159 of 255 = 62%
B 128 of 255 = 50%

229
159
128

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

Portions of RGB colors in percentages

R + G + B =
229 + 159 + 128 = 516 (100%)
R 229 of 516 ~ 44.38%
G 159 of 516 ~ 30.81%
B 128 of 516 ~ 24.81%

%44.38
%30.81
%24.81

CMYK color model

#E59F80 color CMYK value is (0,31,44,10).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 44.10%
  • key color value is 10.20%
CMYK:
(0,31,44,10)
C0M31Y44K10 
(0%,31%,44%,10%)
(0.00/0.31/0.44/0.10)	

CMYK percentages

%0
%30.57
%44.1
%10.2

Codes

Color #E59F80 in popluar color models

E59F80
RGB229159128
HSL18°66.01%70.00%
HSB/HSV18°44.10%89.80%
CMYK0.00%30.57%44.10%
10.20%

Color #E59F80 in popluar number systems.

HEXE59F80
Decimal229159128
Binary111001011001111110000000
Octal345237200

Shades and tints

Shades of #E59F80

#E59F80
(229,159,128)
#D19175
(209,145,117)
#BD836A
(189,131,106)
#A9755F
(169,117,95)
#956754
(149,103,84)
#815949
(129,89,73)
#6D4B3E
(109,75,62)
#593D33
(89,61,51)
#452F28
(69,47,40)
#31211D
(49,33,29)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #E59F80

#E59F80
(229,159,128)
#E7A78B
(231,167,139)
#E9AF96
(233,175,150)
#EBB7A1
(235,183,161)
#EDBFAC
(237,191,172)
#EFC7B7
(239,199,183)
#F1CFC2
(241,207,194)
#F3D7CD
(243,215,205)
#F5DFD8
(245,223,216)
#F7E7E3
(247,231,227)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59F80 color. Also use rgb(229,159,128) instead hex code.

Text Font Color

.myTextColor { color: #E59F80; }

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

This text font color is #E59F80.


Background Color

.myBgColor { background-color: #E59F80; }

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

This div background color is #E59F80.


Border color

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

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

This div border color is #E59F80.


Opacity

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

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

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

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

This text has shadow with #E59F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59F80 on black background.


Color preview on white background

This text has color #E59F80 on white background.



Black color preview on #E59F80 background

This text has black color on #E59F80 background.


White color preview on #E59F80 background

This text has white color on #E59F80 background.