COLOR #E86B59

HEX: #E86B59
RGB: (232,107,89)

Color info

#E86B59 contains mainly red color. Web safe color of #E86B59 is #FF6666 (or #F66).

RGB color model

#E86B59 color RGB value is (232,107,89).

  • red value is 232;
  • green value is 107;
  • blue value is 89.
RGB:
(232,107,89)
(91%,42%,35%)

RGB channels and saturation

R 232 of 255 = 91%
G 107 of 255 = 42%
B 89 of 255 = 35%

232
107
89

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

Portions of RGB colors in percentages

R + G + B =
232 + 107 + 89 = 428 (100%)
R 232 of 428 ~ 54.21%
G 107 of 428 ~ 25%
B 89 of 428 ~ 20.79%

%54.21
%25
%20.79

CMYK color model

#E86B59 color CMYK value is (0,54,62,9).

  • cyan value is 0.00%
  • magenta value is 53.88%
  • yellow value is 61.64%
  • key color value is 9.02%
CMYK:
(0,54,62,9)
C0M54Y62K9 
(0%,54%,62%,9%)
(0.00/0.54/0.62/0.09)	

CMYK percentages

%0
%53.88
%61.64
%9.02

Codes

Color #E86B59 in popluar color models

E86B59
RGB23210789
HSL75.66%62.94%
HSB/HSV61.64%90.98%
CMYK0.00%53.88%61.64%
9.02%

Color #E86B59 in popluar number systems.

HEXE86B59
Decimal23210789
Binary1110100011010111011001
Octal350153131

Shades and tints

Shades of #E86B59

#E86B59
(232,107,89)
#D36251
(211,98,81)
#BE5949
(190,89,73)
#A95041
(169,80,65)
#944739
(148,71,57)
#7F3E31
(127,62,49)
#6A3529
(106,53,41)
#552C21
(85,44,33)
#402319
(64,35,25)
#2B1A11
(43,26,17)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #E86B59

#E86B59
(232,107,89)
#EA7868
(234,120,104)
#EC8577
(236,133,119)
#EE9286
(238,146,134)
#F09F95
(240,159,149)
#F2ACA4
(242,172,164)
#F4B9B3
(244,185,179)
#F6C6C2
(246,198,194)
#F8D3D1
(248,211,209)
#FAE0E0
(250,224,224)
#FCEDEF
(252,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86B59 color. Also use rgb(232,107,89) instead hex code.

Text Font Color

.myTextColor { color: #E86B59; }

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

This text font color is #E86B59.


Background Color

.myBgColor { background-color: #E86B59; }

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

This div background color is #E86B59.


Border color

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

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

This div border color is #E86B59.


Opacity

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

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

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

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

This text has shadow with #E86B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86B59 on black background.


Color preview on white background

This text has color #E86B59 on white background.



Black color preview on #E86B59 background

This text has black color on #E86B59 background.


White color preview on #E86B59 background

This text has white color on #E86B59 background.