COLOR #E28908

HEX: #E28908
RGB: (226,137,8)

Color info

#E28908 contains mainly red color. Web safe color of #E28908 is #CC9900 (or #C90).

RGB color model

#E28908 color RGB value is (226,137,8).

  • red value is 226;
  • green value is 137;
  • blue value is 8.
RGB:
(226,137,8)
(89%,54%,3%)

RGB channels and saturation

R 226 of 255 = 89%
G 137 of 255 = 54%
B 8 of 255 = 3%

226
137
8

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

Portions of RGB colors in percentages

R + G + B =
226 + 137 + 8 = 371 (100%)
R 226 of 371 ~ 60.92%
G 137 of 371 ~ 36.93%
B 8 of 371 ~ 2.16%

%60.92
%36.93

CMYK color model

#E28908 color CMYK value is (0,39,96,11).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 96.46%
  • key color value is 11.37%
CMYK:
(0,39,96,11)
C0M39Y96K11 
(0%,39%,96%,11%)
(0.00/0.39/0.96/0.11)	

CMYK percentages

%0
%39.38
%96.46
%11.37

Codes

Color #E28908 in popluar color models

E28908
RGB2261378
HSL36°93.16%45.88%
HSB/HSV36°96.46%88.63%
CMYK0.00%39.38%96.46%
11.37%

Color #E28908 in popluar number systems.

HEXE28908
Decimal2261378
Binary11100010100010011000
Octal34221110

Shades and tints

Shades of #E28908

#E28908
(226,137,8)
#CE7D08
(206,125,8)
#BA7108
(186,113,8)
#A66508
(166,101,8)
#925908
(146,89,8)
#7E4D08
(126,77,8)
#6A4108
(106,65,8)
#563508
(86,53,8)
#422908
(66,41,8)
#2E1D08
(46,29,8)
#1A1108
(26,17,8)
#000000
(0,0,0)

Tints of #E28908

#E28908
(226,137,8)
#E4931E
(228,147,30)
#E69D34
(230,157,52)
#E8A74A
(232,167,74)
#EAB160
(234,177,96)
#ECBB76
(236,187,118)
#EEC58C
(238,197,140)
#F0CFA2
(240,207,162)
#F2D9B8
(242,217,184)
#F4E3CE
(244,227,206)
#F6EDE4
(246,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28908 color. Also use rgb(226,137,8) instead hex code.

Text Font Color

.myTextColor { color: #E28908; }

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

This text font color is #E28908.


Background Color

.myBgColor { background-color: #E28908; }

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

This div background color is #E28908.


Border color

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

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

This div border color is #E28908.


Opacity

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

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

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

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

This text has shadow with #E28908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28908 on black background.


Color preview on white background

This text has color #E28908 on white background.



Black color preview on #E28908 background

This text has black color on #E28908 background.


White color preview on #E28908 background

This text has white color on #E28908 background.