COLOR #E08059

HEX: #E08059
RGB: (224,128,89)

Color info

#E08059 contains mainly red color. Web safe color of #E08059 is #CC6666 (or #C66).

RGB color model

#E08059 color RGB value is (224,128,89).

  • red value is 224;
  • green value is 128;
  • blue value is 89.
RGB:
(224,128,89)
(88%,50%,35%)

RGB channels and saturation

R 224 of 255 = 88%
G 128 of 255 = 50%
B 89 of 255 = 35%

224
128
89

R + G + B ~ 58%. #E08059 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
224 + 128 + 89 = 441 (100%)
R 224 of 441 ~ 50.79%
G 128 of 441 ~ 29.02%
B 89 of 441 ~ 20.18%

%50.79
%29.02
%20.18

CMYK color model

#E08059 color CMYK value is (0,43,60,12).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 60.27%
  • key color value is 12.16%
CMYK:
(0,43,60,12)
C0M43Y60K12 
(0%,43%,60%,12%)
(0.00/0.43/0.60/0.12)	

CMYK percentages

%0
%42.86
%60.27
%12.16

Codes

Color #E08059 in popluar color models

E08059
RGB22412889
HSL17°68.53%61.37%
HSB/HSV17°60.27%87.84%
CMYK0.00%42.86%60.27%
12.16%

Color #E08059 in popluar number systems.

HEXE08059
Decimal22412889
Binary11100000100000001011001
Octal340200131

Shades and tints

Shades of #E08059

#E08059
(224,128,89)
#CC7551
(204,117,81)
#B86A49
(184,106,73)
#A45F41
(164,95,65)
#905439
(144,84,57)
#7C4931
(124,73,49)
#683E29
(104,62,41)
#543321
(84,51,33)
#402819
(64,40,25)
#2C1D11
(44,29,17)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #E08059

#E08059
(224,128,89)
#E28B68
(226,139,104)
#E49677
(228,150,119)
#E6A186
(230,161,134)
#E8AC95
(232,172,149)
#EAB7A4
(234,183,164)
#ECC2B3
(236,194,179)
#EECDC2
(238,205,194)
#F0D8D1
(240,216,209)
#F2E3E0
(242,227,224)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08059 color. Also use rgb(224,128,89) instead hex code.

Text Font Color

.myTextColor { color: #E08059; }

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

This text font color is #E08059.


Background Color

.myBgColor { background-color: #E08059; }

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

This div background color is #E08059.


Border color

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

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

This div border color is #E08059.


Opacity

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

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

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

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

This text has shadow with #E08059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08059 on black background.


Color preview on white background

This text has color #E08059 on white background.



Black color preview on #E08059 background

This text has black color on #E08059 background.


White color preview on #E08059 background

This text has white color on #E08059 background.