COLOR #E45101

HEX: #E45101
RGB: (228,81,1)

Color info

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

RGB color model

#E45101 color RGB value is (228,81,1).

  • red value is 228;
  • green value is 81;
  • blue value is 1.
RGB:
(228,81,1)
(89%,32%,0%)

RGB channels and saturation

R 228 of 255 = 89%
G 81 of 255 = 32%
B 1 of 255 = 0%

228
81
1

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

Portions of RGB colors in percentages

R + G + B =
228 + 81 + 1 = 310 (100%)
R 228 of 310 ~ 73.55%
G 81 of 310 ~ 26.13%
B 1 of 310 ~ 0.32%

%73.55
%26.13

CMYK color model

#E45101 color CMYK value is (0,64,100,11).

  • cyan value is 0.00%
  • magenta value is 64.47%
  • yellow value is 99.56%
  • key color value is 10.59%
CMYK:
(0,64,100,11)
C0M64Y100K11 
(0%,64%,100%,11%)
(0.00/0.64/1.00/0.11)	

CMYK percentages

%0
%64.47
%99.56
%10.59

Codes

Color #E45101 in popluar color models

E45101
RGB228811
HSL21°99.13%44.90%
HSB/HSV21°99.56%89.41%
CMYK0.00%64.47%99.56%
10.59%

Color #E45101 in popluar number systems.

HEXE45101
Decimal228811
Binary1110010010100011
Octal3441211

Shades and tints

Shades of #E45101

#E45101
(228,81,1)
#D04A01
(208,74,1)
#BC4301
(188,67,1)
#A83C01
(168,60,1)
#943501
(148,53,1)
#802E01
(128,46,1)
#6C2701
(108,39,1)
#582001
(88,32,1)
#441901
(68,25,1)
#301201
(48,18,1)
#1C0B01
(28,11,1)
#000000
(0,0,0)

Tints of #E45101

#E45101
(228,81,1)
#E66018
(230,96,24)
#E86F2F
(232,111,47)
#EA7E46
(234,126,70)
#EC8D5D
(236,141,93)
#EE9C74
(238,156,116)
#F0AB8B
(240,171,139)
#F2BAA2
(242,186,162)
#F4C9B9
(244,201,185)
#F6D8D0
(246,216,208)
#F8E7E7
(248,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E45101 color. Also use rgb(228,81,1) instead hex code.

Text Font Color

.myTextColor { color: #E45101; }

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

This text font color is #E45101.


Background Color

.myBgColor { background-color: #E45101; }

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

This div background color is #E45101.


Border color

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

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

This div border color is #E45101.


Opacity

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

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

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

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

This text has shadow with #E45101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E45101 on black background.


Color preview on white background

This text has color #E45101 on white background.



Black color preview on #E45101 background

This text has black color on #E45101 background.


White color preview on #E45101 background

This text has white color on #E45101 background.