COLOR #E1802F

HEX: #E1802F
RGB: (225,128,47)

Color info

#E1802F contains mainly red color. Web safe color of #E1802F is #CC6633 (or #C63).

RGB color model

#E1802F color RGB value is (225,128,47).

  • red value is 225;
  • green value is 128;
  • blue value is 47.
RGB:
(225,128,47)
(88%,50%,18%)

RGB channels and saturation

R 225 of 255 = 88%
G 128 of 255 = 50%
B 47 of 255 = 18%

225
128
47

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

Portions of RGB colors in percentages

R + G + B =
225 + 128 + 47 = 400 (100%)
R 225 of 400 ~ 56.25%
G 128 of 400 ~ 32%
B 47 of 400 ~ 11.75%

%56.25
%32
%11.75

CMYK color model

#E1802F color CMYK value is (0,43,79,12).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 79.11%
  • key color value is 11.76%
CMYK:
(0,43,79,12)
C0M43Y79K12 
(0%,43%,79%,12%)
(0.00/0.43/0.79/0.12)	

CMYK percentages

%0
%43.11
%79.11
%11.76

Codes

Color #E1802F in popluar color models

E1802F
RGB22512847
HSL27°74.79%53.33%
HSB/HSV27°79.11%88.24%
CMYK0.00%43.11%79.11%
11.76%

Color #E1802F in popluar number systems.

HEXE1802F
Decimal22512847
Binary1110000110000000101111
Octal34120057

Shades and tints

Shades of #E1802F

#E1802F
(225,128,47)
#CD752B
(205,117,43)
#B96A27
(185,106,39)
#A55F23
(165,95,35)
#91541F
(145,84,31)
#7D491B
(125,73,27)
#693E17
(105,62,23)
#553313
(85,51,19)
#41280F
(65,40,15)
#2D1D0B
(45,29,11)
#191207
(25,18,7)
#000000
(0,0,0)

Tints of #E1802F

#E1802F
(225,128,47)
#E38B41
(227,139,65)
#E59653
(229,150,83)
#E7A165
(231,161,101)
#E9AC77
(233,172,119)
#EBB789
(235,183,137)
#EDC29B
(237,194,155)
#EFCDAD
(239,205,173)
#F1D8BF
(241,216,191)
#F3E3D1
(243,227,209)
#F5EEE3
(245,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1802F color. Also use rgb(225,128,47) instead hex code.

Text Font Color

.myTextColor { color: #E1802F; }

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

This text font color is #E1802F.


Background Color

.myBgColor { background-color: #E1802F; }

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

This div background color is #E1802F.


Border color

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

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

This div border color is #E1802F.


Opacity

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

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

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

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

This text has shadow with #E1802F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1802F on black background.


Color preview on white background

This text has color #E1802F on white background.



Black color preview on #E1802F background

This text has black color on #E1802F background.


White color preview on #E1802F background

This text has white color on #E1802F background.