COLOR #E84607

HEX: #E84607
RGB: (232,70,7)

Color info

#E84607 contains mainly red color. Web safe color of #E84607 is #FF3300 (or #F30).

RGB color model

#E84607 color RGB value is (232,70,7).

  • red value is 232;
  • green value is 70;
  • blue value is 7.
RGB:
(232,70,7)
(91%,27%,3%)

RGB channels and saturation

R 232 of 255 = 91%
G 70 of 255 = 27%
B 7 of 255 = 3%

232
70
7

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

Portions of RGB colors in percentages

R + G + B =
232 + 70 + 7 = 309 (100%)
R 232 of 309 ~ 75.08%
G 70 of 309 ~ 22.65%
B 7 of 309 ~ 2.27%

%75.08
%22.65

CMYK color model

#E84607 color CMYK value is (0,70,97,9).

  • cyan value is 0.00%
  • magenta value is 69.83%
  • yellow value is 96.98%
  • key color value is 9.02%
CMYK:
(0,70,97,9)
C0M70Y97K9 
(0%,70%,97%,9%)
(0.00/0.70/0.97/0.09)	

CMYK percentages

%0
%69.83
%96.98
%9.02

Codes

Color #E84607 in popluar color models

E84607
RGB232707
HSL17°94.14%46.86%
HSB/HSV17°96.98%90.98%
CMYK0.00%69.83%96.98%
9.02%

Color #E84607 in popluar number systems.

HEXE84607
Decimal232707
Binary111010001000110111
Octal3501067

Shades and tints

Shades of #E84607

#E84607
(232,70,7)
#D34007
(211,64,7)
#BE3A07
(190,58,7)
#A93407
(169,52,7)
#942E07
(148,46,7)
#7F2807
(127,40,7)
#6A2207
(106,34,7)
#551C07
(85,28,7)
#401607
(64,22,7)
#2B1007
(43,16,7)
#160A07
(22,10,7)
#000000
(0,0,0)

Tints of #E84607

#E84607
(232,70,7)
#EA561D
(234,86,29)
#EC6633
(236,102,51)
#EE7649
(238,118,73)
#F0865F
(240,134,95)
#F29675
(242,150,117)
#F4A68B
(244,166,139)
#F6B6A1
(246,182,161)
#F8C6B7
(248,198,183)
#FAD6CD
(250,214,205)
#FCE6E3
(252,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E84607 color. Also use rgb(232,70,7) instead hex code.

Text Font Color

.myTextColor { color: #E84607; }

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

This text font color is #E84607.


Background Color

.myBgColor { background-color: #E84607; }

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

This div background color is #E84607.


Border color

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

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

This div border color is #E84607.


Opacity

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

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

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

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

This text has shadow with #E84607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E84607 on black background.


Color preview on white background

This text has color #E84607 on white background.



Black color preview on #E84607 background

This text has black color on #E84607 background.


White color preview on #E84607 background

This text has white color on #E84607 background.