COLOR #E28820

HEX: #E28820
RGB: (226,136,32)

Color info

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

RGB color model

#E28820 color RGB value is (226,136,32).

  • red value is 226;
  • green value is 136;
  • blue value is 32.
RGB:
(226,136,32)
(89%,53%,13%)

RGB channels and saturation

R 226 of 255 = 89%
G 136 of 255 = 53%
B 32 of 255 = 13%

226
136
32

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

Portions of RGB colors in percentages

R + G + B =
226 + 136 + 32 = 394 (100%)
R 226 of 394 ~ 57.36%
G 136 of 394 ~ 34.52%
B 32 of 394 ~ 8.12%

%57.36
%34.52

CMYK color model

#E28820 color CMYK value is (0,40,86,11).

  • cyan value is 0.00%
  • magenta value is 39.82%
  • yellow value is 85.84%
  • key color value is 11.37%
CMYK:
(0,40,86,11)
C0M40Y86K11 
(0%,40%,86%,11%)
(0.00/0.40/0.86/0.11)	

CMYK percentages

%0
%39.82
%85.84
%11.37

Codes

Color #E28820 in popluar color models

E28820
RGB22613632
HSL32°76.98%50.59%
HSB/HSV32°85.84%88.63%
CMYK0.00%39.82%85.84%
11.37%

Color #E28820 in popluar number systems.

HEXE28820
Decimal22613632
Binary1110001010001000100000
Octal34221040

Shades and tints

Shades of #E28820

#E28820
(226,136,32)
#CE7C1E
(206,124,30)
#BA701C
(186,112,28)
#A6641A
(166,100,26)
#925818
(146,88,24)
#7E4C16
(126,76,22)
#6A4014
(106,64,20)
#563412
(86,52,18)
#422810
(66,40,16)
#2E1C0E
(46,28,14)
#1A100C
(26,16,12)
#000000
(0,0,0)

Tints of #E28820

#E28820
(226,136,32)
#E49234
(228,146,52)
#E69C48
(230,156,72)
#E8A65C
(232,166,92)
#EAB070
(234,176,112)
#ECBA84
(236,186,132)
#EEC498
(238,196,152)
#F0CEAC
(240,206,172)
#F2D8C0
(242,216,192)
#F4E2D4
(244,226,212)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28820 color. Also use rgb(226,136,32) instead hex code.

Text Font Color

.myTextColor { color: #E28820; }

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

This text font color is #E28820.


Background Color

.myBgColor { background-color: #E28820; }

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

This div background color is #E28820.


Border color

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

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

This div border color is #E28820.


Opacity

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

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

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

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

This text has shadow with #E28820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28820 on black background.


Color preview on white background

This text has color #E28820 on white background.



Black color preview on #E28820 background

This text has black color on #E28820 background.


White color preview on #E28820 background

This text has white color on #E28820 background.