COLOR #E86323

HEX: #E86323
RGB: (232,99,35)

Color info

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

RGB color model

#E86323 color RGB value is (232,99,35).

  • red value is 232;
  • green value is 99;
  • blue value is 35.
RGB:
(232,99,35)
(91%,39%,14%)

RGB channels and saturation

R 232 of 255 = 91%
G 99 of 255 = 39%
B 35 of 255 = 14%

232
99
35

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

Portions of RGB colors in percentages

R + G + B =
232 + 99 + 35 = 366 (100%)
R 232 of 366 ~ 63.39%
G 99 of 366 ~ 27.05%
B 35 of 366 ~ 9.56%

%63.39
%27.05
%9.56

CMYK color model

#E86323 color CMYK value is (0,57,85,9).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 84.91%
  • key color value is 9.02%
CMYK:
(0,57,85,9)
C0M57Y85K9 
(0%,57%,85%,9%)
(0.00/0.57/0.85/0.09)	

CMYK percentages

%0
%57.33
%84.91
%9.02

Codes

Color #E86323 in popluar color models

E86323
RGB2329935
HSL19°81.07%52.35%
HSB/HSV19°84.91%90.98%
CMYK0.00%57.33%84.91%
9.02%

Color #E86323 in popluar number systems.

HEXE86323
Decimal2329935
Binary111010001100011100011
Octal35014343

Shades and tints

Shades of #E86323

#E86323
(232,99,35)
#D35A20
(211,90,32)
#BE511D
(190,81,29)
#A9481A
(169,72,26)
#943F17
(148,63,23)
#7F3614
(127,54,20)
#6A2D11
(106,45,17)
#55240E
(85,36,14)
#401B0B
(64,27,11)
#2B1208
(43,18,8)
#160905
(22,9,5)
#000000
(0,0,0)

Tints of #E86323

#E86323
(232,99,35)
#EA7137
(234,113,55)
#EC7F4B
(236,127,75)
#EE8D5F
(238,141,95)
#F09B73
(240,155,115)
#F2A987
(242,169,135)
#F4B79B
(244,183,155)
#F6C5AF
(246,197,175)
#F8D3C3
(248,211,195)
#FAE1D7
(250,225,215)
#FCEFEB
(252,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86323 color. Also use rgb(232,99,35) instead hex code.

Text Font Color

.myTextColor { color: #E86323; }

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

This text font color is #E86323.


Background Color

.myBgColor { background-color: #E86323; }

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

This div background color is #E86323.


Border color

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

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

This div border color is #E86323.


Opacity

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

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

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

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

This text has shadow with #E86323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86323 on black background.


Color preview on white background

This text has color #E86323 on white background.



Black color preview on #E86323 background

This text has black color on #E86323 background.


White color preview on #E86323 background

This text has white color on #E86323 background.