COLOR #E45D0B

HEX: #E45D0B
RGB: (228,93,11)

Color info

#E45D0B contains mainly red color. Web safe color of #E45D0B is #CC6600 (or #C60).

RGB color model

#E45D0B color RGB value is (228,93,11).

  • red value is 228;
  • green value is 93;
  • blue value is 11.
RGB:
(228,93,11)
(89%,36%,4%)

RGB channels and saturation

R 228 of 255 = 89%
G 93 of 255 = 36%
B 11 of 255 = 4%

228
93
11

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

Portions of RGB colors in percentages

R + G + B =
228 + 93 + 11 = 332 (100%)
R 228 of 332 ~ 68.67%
G 93 of 332 ~ 28.01%
B 11 of 332 ~ 3.31%

%68.67
%28.01

CMYK color model

#E45D0B color CMYK value is (0,59,95,11).

  • cyan value is 0.00%
  • magenta value is 59.21%
  • yellow value is 95.18%
  • key color value is 10.59%
CMYK:
(0,59,95,11)
C0M59Y95K11 
(0%,59%,95%,11%)
(0.00/0.59/0.95/0.11)	

CMYK percentages

%0
%59.21
%95.18
%10.59

Codes

Color #E45D0B in popluar color models

E45D0B
RGB2289311
HSL23°90.79%46.86%
HSB/HSV23°95.18%89.41%
CMYK0.00%59.21%95.18%
10.59%

Color #E45D0B in popluar number systems.

HEXE45D0B
Decimal2289311
Binary1110010010111011011
Octal34413513

Shades and tints

Shades of #E45D0B

#E45D0B
(228,93,11)
#D0550A
(208,85,10)
#BC4D09
(188,77,9)
#A84508
(168,69,8)
#943D07
(148,61,7)
#803506
(128,53,6)
#6C2D05
(108,45,5)
#582504
(88,37,4)
#441D03
(68,29,3)
#301502
(48,21,2)
#1C0D01
(28,13,1)
#000000
(0,0,0)

Tints of #E45D0B

#E45D0B
(228,93,11)
#E66B21
(230,107,33)
#E87937
(232,121,55)
#EA874D
(234,135,77)
#EC9563
(236,149,99)
#EEA379
(238,163,121)
#F0B18F
(240,177,143)
#F2BFA5
(242,191,165)
#F4CDBB
(244,205,187)
#F6DBD1
(246,219,209)
#F8E9E7
(248,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E45D0B color. Also use rgb(228,93,11) instead hex code.

Text Font Color

.myTextColor { color: #E45D0B; }

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

This text font color is #E45D0B.


Background Color

.myBgColor { background-color: #E45D0B; }

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

This div background color is #E45D0B.


Border color

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

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

This div border color is #E45D0B.


Opacity

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

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

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

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

This text has shadow with #E45D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E45D0B on black background.


Color preview on white background

This text has color #E45D0B on white background.



Black color preview on #E45D0B background

This text has black color on #E45D0B background.


White color preview on #E45D0B background

This text has white color on #E45D0B background.