COLOR #E85019

HEX: #E85019
RGB: (232,80,25)

Color info

#E85019 contains mainly red color. Web safe color of #E85019 is #FF6600 (or #F60).

RGB color model

#E85019 color RGB value is (232,80,25).

  • red value is 232;
  • green value is 80;
  • blue value is 25.
RGB:
(232,80,25)
(91%,31%,10%)

RGB channels and saturation

R 232 of 255 = 91%
G 80 of 255 = 31%
B 25 of 255 = 10%

232
80
25

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

Portions of RGB colors in percentages

R + G + B =
232 + 80 + 25 = 337 (100%)
R 232 of 337 ~ 68.84%
G 80 of 337 ~ 23.74%
B 25 of 337 ~ 7.42%

%68.84
%23.74

CMYK color model

#E85019 color CMYK value is (0,66,89,9).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 89.22%
  • key color value is 9.02%
CMYK:
(0,66,89,9)
C0M66Y89K9 
(0%,66%,89%,9%)
(0.00/0.66/0.89/0.09)	

CMYK percentages

%0
%65.52
%89.22
%9.02

Codes

Color #E85019 in popluar color models

E85019
RGB2328025
HSL16°81.82%50.39%
HSB/HSV16°89.22%90.98%
CMYK0.00%65.52%89.22%
9.02%

Color #E85019 in popluar number systems.

HEXE85019
Decimal2328025
Binary11101000101000011001
Octal35012031

Shades and tints

Shades of #E85019

#E85019
(232,80,25)
#D34917
(211,73,23)
#BE4215
(190,66,21)
#A93B13
(169,59,19)
#943411
(148,52,17)
#7F2D0F
(127,45,15)
#6A260D
(106,38,13)
#551F0B
(85,31,11)
#401809
(64,24,9)
#2B1107
(43,17,7)
#160A05
(22,10,5)
#000000
(0,0,0)

Tints of #E85019

#E85019
(232,80,25)
#EA5F2D
(234,95,45)
#EC6E41
(236,110,65)
#EE7D55
(238,125,85)
#F08C69
(240,140,105)
#F29B7D
(242,155,125)
#F4AA91
(244,170,145)
#F6B9A5
(246,185,165)
#F8C8B9
(248,200,185)
#FAD7CD
(250,215,205)
#FCE6E1
(252,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85019 color. Also use rgb(232,80,25) instead hex code.

Text Font Color

.myTextColor { color: #E85019; }

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

This text font color is #E85019.


Background Color

.myBgColor { background-color: #E85019; }

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

This div background color is #E85019.


Border color

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

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

This div border color is #E85019.


Opacity

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

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

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

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

This text has shadow with #E85019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85019 on black background.


Color preview on white background

This text has color #E85019 on white background.



Black color preview on #E85019 background

This text has black color on #E85019 background.


White color preview on #E85019 background

This text has white color on #E85019 background.