COLOR #E2901D

HEX: #E2901D
RGB: (226,144,29)

Color info

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

RGB color model

#E2901D color RGB value is (226,144,29).

  • red value is 226;
  • green value is 144;
  • blue value is 29.
RGB:
(226,144,29)
(89%,56%,11%)

RGB channels and saturation

R 226 of 255 = 89%
G 144 of 255 = 56%
B 29 of 255 = 11%

226
144
29

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

Portions of RGB colors in percentages

R + G + B =
226 + 144 + 29 = 399 (100%)
R 226 of 399 ~ 56.64%
G 144 of 399 ~ 36.09%
B 29 of 399 ~ 7.27%

%56.64
%36.09

CMYK color model

#E2901D color CMYK value is (0,36,87,11).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 87.17%
  • key color value is 11.37%
CMYK:
(0,36,87,11)
C0M36Y87K11 
(0%,36%,87%,11%)
(0.00/0.36/0.87/0.11)	

CMYK percentages

%0
%36.28
%87.17
%11.37

Codes

Color #E2901D in popluar color models

E2901D
RGB22614429
HSL35°77.25%50.00%
HSB/HSV35°87.17%88.63%
CMYK0.00%36.28%87.17%
11.37%

Color #E2901D in popluar number systems.

HEXE2901D
Decimal22614429
Binary111000101001000011101
Octal34222035

Shades and tints

Shades of #E2901D

#E2901D
(226,144,29)
#CE831B
(206,131,27)
#BA7619
(186,118,25)
#A66917
(166,105,23)
#925C15
(146,92,21)
#7E4F13
(126,79,19)
#6A4211
(106,66,17)
#56350F
(86,53,15)
#42280D
(66,40,13)
#2E1B0B
(46,27,11)
#1A0E09
(26,14,9)
#000000
(0,0,0)

Tints of #E2901D

#E2901D
(226,144,29)
#E49A31
(228,154,49)
#E6A445
(230,164,69)
#E8AE59
(232,174,89)
#EAB86D
(234,184,109)
#ECC281
(236,194,129)
#EECC95
(238,204,149)
#F0D6A9
(240,214,169)
#F2E0BD
(242,224,189)
#F4EAD1
(244,234,209)
#F6F4E5
(246,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2901D color. Also use rgb(226,144,29) instead hex code.

Text Font Color

.myTextColor { color: #E2901D; }

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

This text font color is #E2901D.


Background Color

.myBgColor { background-color: #E2901D; }

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

This div background color is #E2901D.


Border color

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

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

This div border color is #E2901D.


Opacity

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

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

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

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

This text has shadow with #E2901D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2901D on black background.


Color preview on white background

This text has color #E2901D on white background.



Black color preview on #E2901D background

This text has black color on #E2901D background.


White color preview on #E2901D background

This text has white color on #E2901D background.