COLOR #E86020

HEX: #E86020
RGB: (232,96,32)

Color info

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

RGB color model

#E86020 color RGB value is (232,96,32).

  • red value is 232;
  • green value is 96;
  • blue value is 32.
RGB:
(232,96,32)
(91%,38%,13%)

RGB channels and saturation

R 232 of 255 = 91%
G 96 of 255 = 38%
B 32 of 255 = 13%

232
96
32

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

Portions of RGB colors in percentages

R + G + B =
232 + 96 + 32 = 360 (100%)
R 232 of 360 ~ 64.44%
G 96 of 360 ~ 26.67%
B 32 of 360 ~ 8.89%

%64.44
%26.67

CMYK color model

#E86020 color CMYK value is (0,59,86,9).

  • cyan value is 0.00%
  • magenta value is 58.62%
  • yellow value is 86.21%
  • key color value is 9.02%
CMYK:
(0,59,86,9)
C0M59Y86K9 
(0%,59%,86%,9%)
(0.00/0.59/0.86/0.09)	

CMYK percentages

%0
%58.62
%86.21
%9.02

Codes

Color #E86020 in popluar color models

E86020
RGB2329632
HSL19°81.30%51.76%
HSB/HSV19°86.21%90.98%
CMYK0.00%58.62%86.21%
9.02%

Color #E86020 in popluar number systems.

HEXE86020
Decimal2329632
Binary111010001100000100000
Octal35014040

Shades and tints

Shades of #E86020

#E86020
(232,96,32)
#D3581E
(211,88,30)
#BE501C
(190,80,28)
#A9481A
(169,72,26)
#944018
(148,64,24)
#7F3816
(127,56,22)
#6A3014
(106,48,20)
#552812
(85,40,18)
#402010
(64,32,16)
#2B180E
(43,24,14)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #E86020

#E86020
(232,96,32)
#EA6E34
(234,110,52)
#EC7C48
(236,124,72)
#EE8A5C
(238,138,92)
#F09870
(240,152,112)
#F2A684
(242,166,132)
#F4B498
(244,180,152)
#F6C2AC
(246,194,172)
#F8D0C0
(248,208,192)
#FADED4
(250,222,212)
#FCECE8
(252,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86020 color. Also use rgb(232,96,32) instead hex code.

Text Font Color

.myTextColor { color: #E86020; }

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

This text font color is #E86020.


Background Color

.myBgColor { background-color: #E86020; }

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

This div background color is #E86020.


Border color

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

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

This div border color is #E86020.


Opacity

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

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

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

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

This text has shadow with #E86020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86020 on black background.


Color preview on white background

This text has color #E86020 on white background.



Black color preview on #E86020 background

This text has black color on #E86020 background.


White color preview on #E86020 background

This text has white color on #E86020 background.