COLOR #E0921B

HEX: #E0921B
RGB: (224,146,27)

Color info

#E0921B contains mainly red color. Web safe color of #E0921B is #CC9933 (or #C93).

RGB color model

#E0921B color RGB value is (224,146,27).

  • red value is 224;
  • green value is 146;
  • blue value is 27.
RGB:
(224,146,27)
(88%,57%,11%)

RGB channels and saturation

R 224 of 255 = 88%
G 146 of 255 = 57%
B 27 of 255 = 11%

224
146
27

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

Portions of RGB colors in percentages

R + G + B =
224 + 146 + 27 = 397 (100%)
R 224 of 397 ~ 56.42%
G 146 of 397 ~ 36.78%
B 27 of 397 ~ 6.8%

%56.42
%36.78

CMYK color model

#E0921B color CMYK value is (0,35,88,12).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 87.95%
  • key color value is 12.16%
CMYK:
(0,35,88,12)
C0M35Y88K12 
(0%,35%,88%,12%)
(0.00/0.35/0.88/0.12)	

CMYK percentages

%0
%34.82
%87.95
%12.16

Codes

Color #E0921B in popluar color models

E0921B
RGB22414627
HSL36°78.49%49.22%
HSB/HSV36°87.95%87.84%
CMYK0.00%34.82%87.95%
12.16%

Color #E0921B in popluar number systems.

HEXE0921B
Decimal22414627
Binary111000001001001011011
Octal34022233

Shades and tints

Shades of #E0921B

#E0921B
(224,146,27)
#CC8519
(204,133,25)
#B87817
(184,120,23)
#A46B15
(164,107,21)
#905E13
(144,94,19)
#7C5111
(124,81,17)
#68440F
(104,68,15)
#54370D
(84,55,13)
#402A0B
(64,42,11)
#2C1D09
(44,29,9)
#181007
(24,16,7)
#000000
(0,0,0)

Tints of #E0921B

#E0921B
(224,146,27)
#E29B2F
(226,155,47)
#E4A443
(228,164,67)
#E6AD57
(230,173,87)
#E8B66B
(232,182,107)
#EABF7F
(234,191,127)
#ECC893
(236,200,147)
#EED1A7
(238,209,167)
#F0DABB
(240,218,187)
#F2E3CF
(242,227,207)
#F4ECE3
(244,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0921B color. Also use rgb(224,146,27) instead hex code.

Text Font Color

.myTextColor { color: #E0921B; }

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

This text font color is #E0921B.


Background Color

.myBgColor { background-color: #E0921B; }

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

This div background color is #E0921B.


Border color

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

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

This div border color is #E0921B.


Opacity

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

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

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

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

This text has shadow with #E0921B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0921B on black background.


Color preview on white background

This text has color #E0921B on white background.



Black color preview on #E0921B background

This text has black color on #E0921B background.


White color preview on #E0921B background

This text has white color on #E0921B background.