COLOR #E8911D

HEX: #E8911D
RGB: (232,145,29)

Color info

#E8911D contains mainly red color. Web safe color of #E8911D is #FF9933 (or #F93).

RGB color model

#E8911D color RGB value is (232,145,29).

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

RGB channels and saturation

R 232 of 255 = 91%
G 145 of 255 = 57%
B 29 of 255 = 11%

232
145
29

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

Portions of RGB colors in percentages

R + G + B =
232 + 145 + 29 = 406 (100%)
R 232 of 406 ~ 57.14%
G 145 of 406 ~ 35.71%
B 29 of 406 ~ 7.14%

%57.14
%35.71

CMYK color model

#E8911D color CMYK value is (0,38,88,9).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 87.50%
  • key color value is 9.02%
CMYK:
(0,38,88,9)
C0M38Y88K9 
(0%,38%,88%,9%)
(0.00/0.38/0.88/0.09)	

CMYK percentages

%0
%37.5
%87.5
%9.02

Codes

Color #E8911D in popluar color models

E8911D
RGB23214529
HSL34°81.53%51.18%
HSB/HSV34°87.50%90.98%
CMYK0.00%37.50%87.50%
9.02%

Color #E8911D in popluar number systems.

HEXE8911D
Decimal23214529
Binary111010001001000111101
Octal35022135

Shades and tints

Shades of #E8911D

#E8911D
(232,145,29)
#D3841B
(211,132,27)
#BE7719
(190,119,25)
#A96A17
(169,106,23)
#945D15
(148,93,21)
#7F5013
(127,80,19)
#6A4311
(106,67,17)
#55360F
(85,54,15)
#40290D
(64,41,13)
#2B1C0B
(43,28,11)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #E8911D

#E8911D
(232,145,29)
#EA9B31
(234,155,49)
#ECA545
(236,165,69)
#EEAF59
(238,175,89)
#F0B96D
(240,185,109)
#F2C381
(242,195,129)
#F4CD95
(244,205,149)
#F6D7A9
(246,215,169)
#F8E1BD
(248,225,189)
#FAEBD1
(250,235,209)
#FCF5E5
(252,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8911D; }

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

This text font color is #E8911D.


Background Color

.myBgColor { background-color: #E8911D; }

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

This div background color is #E8911D.


Border color

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

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

This div border color is #E8911D.


Opacity

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

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

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

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

This text has shadow with #E8911D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8911D on black background.


Color preview on white background

This text has color #E8911D on white background.



Black color preview on #E8911D background

This text has black color on #E8911D background.


White color preview on #E8911D background

This text has white color on #E8911D background.