COLOR #E86431

HEX: #E86431
RGB: (232,100,49)

Color info

#E86431 contains mainly red color. Web safe color of #E86431 is #FF6633 (or #F63).

RGB color model

#E86431 color RGB value is (232,100,49).

  • red value is 232;
  • green value is 100;
  • blue value is 49.
RGB:
(232,100,49)
(91%,39%,19%)

RGB channels and saturation

R 232 of 255 = 91%
G 100 of 255 = 39%
B 49 of 255 = 19%

232
100
49

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

Portions of RGB colors in percentages

R + G + B =
232 + 100 + 49 = 381 (100%)
R 232 of 381 ~ 60.89%
G 100 of 381 ~ 26.25%
B 49 of 381 ~ 12.86%

%60.89
%26.25
%12.86

CMYK color model

#E86431 color CMYK value is (0,57,79,9).

  • cyan value is 0.00%
  • magenta value is 56.90%
  • yellow value is 78.88%
  • key color value is 9.02%
CMYK:
(0,57,79,9)
C0M57Y79K9 
(0%,57%,79%,9%)
(0.00/0.57/0.79/0.09)	

CMYK percentages

%0
%56.9
%78.88
%9.02

Codes

Color #E86431 in popluar color models

E86431
RGB23210049
HSL17°79.91%55.10%
HSB/HSV17°78.88%90.98%
CMYK0.00%56.90%78.88%
9.02%

Color #E86431 in popluar number systems.

HEXE86431
Decimal23210049
Binary111010001100100110001
Octal35014461

Shades and tints

Shades of #E86431

#E86431
(232,100,49)
#D35B2D
(211,91,45)
#BE5229
(190,82,41)
#A94925
(169,73,37)
#944021
(148,64,33)
#7F371D
(127,55,29)
#6A2E19
(106,46,25)
#552515
(85,37,21)
#401C11
(64,28,17)
#2B130D
(43,19,13)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #E86431

#E86431
(232,100,49)
#EA7243
(234,114,67)
#EC8055
(236,128,85)
#EE8E67
(238,142,103)
#F09C79
(240,156,121)
#F2AA8B
(242,170,139)
#F4B89D
(244,184,157)
#F6C6AF
(246,198,175)
#F8D4C1
(248,212,193)
#FAE2D3
(250,226,211)
#FCF0E5
(252,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86431 color. Also use rgb(232,100,49) instead hex code.

Text Font Color

.myTextColor { color: #E86431; }

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

This text font color is #E86431.


Background Color

.myBgColor { background-color: #E86431; }

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

This div background color is #E86431.


Border color

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

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

This div border color is #E86431.


Opacity

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

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

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

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

This text has shadow with #E86431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86431 on black background.


Color preview on white background

This text has color #E86431 on white background.



Black color preview on #E86431 background

This text has black color on #E86431 background.


White color preview on #E86431 background

This text has white color on #E86431 background.