COLOR #E28E14

HEX: #E28E14
RGB: (226,142,20)

Color info

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

RGB color model

#E28E14 color RGB value is (226,142,20).

  • red value is 226;
  • green value is 142;
  • blue value is 20.
RGB:
(226,142,20)
(89%,56%,8%)

RGB channels and saturation

R 226 of 255 = 89%
G 142 of 255 = 56%
B 20 of 255 = 8%

226
142
20

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

Portions of RGB colors in percentages

R + G + B =
226 + 142 + 20 = 388 (100%)
R 226 of 388 ~ 58.25%
G 142 of 388 ~ 36.6%
B 20 of 388 ~ 5.15%

%58.25
%36.6

CMYK color model

#E28E14 color CMYK value is (0,37,91,11).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 91.15%
  • key color value is 11.37%
CMYK:
(0,37,91,11)
C0M37Y91K11 
(0%,37%,91%,11%)
(0.00/0.37/0.91/0.11)	

CMYK percentages

%0
%37.17
%91.15
%11.37

Codes

Color #E28E14 in popluar color models

E28E14
RGB22614220
HSL36°83.74%48.24%
HSB/HSV36°91.15%88.63%
CMYK0.00%37.17%91.15%
11.37%

Color #E28E14 in popluar number systems.

HEXE28E14
Decimal22614220
Binary111000101000111010100
Octal34221624

Shades and tints

Shades of #E28E14

#E28E14
(226,142,20)
#CE8213
(206,130,19)
#BA7612
(186,118,18)
#A66A11
(166,106,17)
#925E10
(146,94,16)
#7E520F
(126,82,15)
#6A460E
(106,70,14)
#563A0D
(86,58,13)
#422E0C
(66,46,12)
#2E220B
(46,34,11)
#1A160A
(26,22,10)
#000000
(0,0,0)

Tints of #E28E14

#E28E14
(226,142,20)
#E49829
(228,152,41)
#E6A23E
(230,162,62)
#E8AC53
(232,172,83)
#EAB668
(234,182,104)
#ECC07D
(236,192,125)
#EECA92
(238,202,146)
#F0D4A7
(240,212,167)
#F2DEBC
(242,222,188)
#F4E8D1
(244,232,209)
#F6F2E6
(246,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28E14 color. Also use rgb(226,142,20) instead hex code.

Text Font Color

.myTextColor { color: #E28E14; }

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

This text font color is #E28E14.


Background Color

.myBgColor { background-color: #E28E14; }

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

This div background color is #E28E14.


Border color

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

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

This div border color is #E28E14.


Opacity

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

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

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

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

This text has shadow with #E28E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28E14 on black background.


Color preview on white background

This text has color #E28E14 on white background.



Black color preview on #E28E14 background

This text has black color on #E28E14 background.


White color preview on #E28E14 background

This text has white color on #E28E14 background.