COLOR #E8910D

HEX: #E8910D
RGB: (232,145,13)

Color info

#E8910D contains mainly red color. Web safe color of #E8910D is #FF9900 (or #F90).

RGB color model

#E8910D color RGB value is (232,145,13).

  • red value is 232;
  • green value is 145;
  • blue value is 13.
RGB:
(232,145,13)
(91%,57%,5%)

RGB channels and saturation

R 232 of 255 = 91%
G 145 of 255 = 57%
B 13 of 255 = 5%

232
145
13

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

Portions of RGB colors in percentages

R + G + B =
232 + 145 + 13 = 390 (100%)
R 232 of 390 ~ 59.49%
G 145 of 390 ~ 37.18%
B 13 of 390 ~ 3.33%

%59.49
%37.18

CMYK color model

#E8910D color CMYK value is (0,38,94,9).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 94.40%
  • key color value is 9.02%
CMYK:
(0,38,94,9)
C0M38Y94K9 
(0%,38%,94%,9%)
(0.00/0.38/0.94/0.09)	

CMYK percentages

%0
%37.5
%94.4
%9.02

Codes

Color #E8910D in popluar color models

E8910D
RGB23214513
HSL36°89.39%48.04%
HSB/HSV36°94.40%90.98%
CMYK0.00%37.50%94.40%
9.02%

Color #E8910D in popluar number systems.

HEXE8910D
Decimal23214513
Binary11101000100100011101
Octal35022115

Shades and tints

Shades of #E8910D

#E8910D
(232,145,13)
#D3840C
(211,132,12)
#BE770B
(190,119,11)
#A96A0A
(169,106,10)
#945D09
(148,93,9)
#7F5008
(127,80,8)
#6A4307
(106,67,7)
#553606
(85,54,6)
#402905
(64,41,5)
#2B1C04
(43,28,4)
#160F03
(22,15,3)
#000000
(0,0,0)

Tints of #E8910D

#E8910D
(232,145,13)
#EA9B23
(234,155,35)
#ECA539
(236,165,57)
#EEAF4F
(238,175,79)
#F0B965
(240,185,101)
#F2C37B
(242,195,123)
#F4CD91
(244,205,145)
#F6D7A7
(246,215,167)
#F8E1BD
(248,225,189)
#FAEBD3
(250,235,211)
#FCF5E9
(252,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8910D color. Also use rgb(232,145,13) instead hex code.

Text Font Color

.myTextColor { color: #E8910D; }

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

This text font color is #E8910D.


Background Color

.myBgColor { background-color: #E8910D; }

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

This div background color is #E8910D.


Border color

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

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

This div border color is #E8910D.


Opacity

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

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

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

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

This text has shadow with #E8910D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8910D on black background.


Color preview on white background

This text has color #E8910D on white background.



Black color preview on #E8910D background

This text has black color on #E8910D background.


White color preview on #E8910D background

This text has white color on #E8910D background.