COLOR #E8720B

HEX: #E8720B
RGB: (232,114,11)

Color info

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

RGB color model

#E8720B color RGB value is (232,114,11).

  • red value is 232;
  • green value is 114;
  • blue value is 11.
RGB:
(232,114,11)
(91%,45%,4%)

RGB channels and saturation

R 232 of 255 = 91%
G 114 of 255 = 45%
B 11 of 255 = 4%

232
114
11

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

Portions of RGB colors in percentages

R + G + B =
232 + 114 + 11 = 357 (100%)
R 232 of 357 ~ 64.99%
G 114 of 357 ~ 31.93%
B 11 of 357 ~ 3.08%

%64.99
%31.93

CMYK color model

#E8720B color CMYK value is (0,51,95,9).

  • cyan value is 0.00%
  • magenta value is 50.86%
  • yellow value is 95.26%
  • key color value is 9.02%
CMYK:
(0,51,95,9)
C0M51Y95K9 
(0%,51%,95%,9%)
(0.00/0.51/0.95/0.09)	

CMYK percentages

%0
%50.86
%95.26
%9.02

Codes

Color #E8720B in popluar color models

E8720B
RGB23211411
HSL28°90.95%47.65%
HSB/HSV28°95.26%90.98%
CMYK0.00%50.86%95.26%
9.02%

Color #E8720B in popluar number systems.

HEXE8720B
Decimal23211411
Binary1110100011100101011
Octal35016213

Shades and tints

Shades of #E8720B

#E8720B
(232,114,11)
#D3680A
(211,104,10)
#BE5E09
(190,94,9)
#A95408
(169,84,8)
#944A07
(148,74,7)
#7F4006
(127,64,6)
#6A3605
(106,54,5)
#552C04
(85,44,4)
#402203
(64,34,3)
#2B1802
(43,24,2)
#160E01
(22,14,1)
#000000
(0,0,0)

Tints of #E8720B

#E8720B
(232,114,11)
#EA7E21
(234,126,33)
#EC8A37
(236,138,55)
#EE964D
(238,150,77)
#F0A263
(240,162,99)
#F2AE79
(242,174,121)
#F4BA8F
(244,186,143)
#F6C6A5
(246,198,165)
#F8D2BB
(248,210,187)
#FADED1
(250,222,209)
#FCEAE7
(252,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8720B color. Also use rgb(232,114,11) instead hex code.

Text Font Color

.myTextColor { color: #E8720B; }

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

This text font color is #E8720B.


Background Color

.myBgColor { background-color: #E8720B; }

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

This div background color is #E8720B.


Border color

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

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

This div border color is #E8720B.


Opacity

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

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

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

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

This text has shadow with #E8720B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8720B on black background.


Color preview on white background

This text has color #E8720B on white background.



Black color preview on #E8720B background

This text has black color on #E8720B background.


White color preview on #E8720B background

This text has white color on #E8720B background.