COLOR #E47A15

HEX: #E47A15
RGB: (228,122,21)

Color info

#E47A15 contains mainly red color. Web safe color of #E47A15 is #CC6600 (or #C60).

RGB color model

#E47A15 color RGB value is (228,122,21).

  • red value is 228;
  • green value is 122;
  • blue value is 21.
RGB:
(228,122,21)
(89%,48%,8%)

RGB channels and saturation

R 228 of 255 = 89%
G 122 of 255 = 48%
B 21 of 255 = 8%

228
122
21

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

Portions of RGB colors in percentages

R + G + B =
228 + 122 + 21 = 371 (100%)
R 228 of 371 ~ 61.46%
G 122 of 371 ~ 32.88%
B 21 of 371 ~ 5.66%

%61.46
%32.88

CMYK color model

#E47A15 color CMYK value is (0,46,91,11).

  • cyan value is 0.00%
  • magenta value is 46.49%
  • yellow value is 90.79%
  • key color value is 10.59%
CMYK:
(0,46,91,11)
C0M46Y91K11 
(0%,46%,91%,11%)
(0.00/0.46/0.91/0.11)	

CMYK percentages

%0
%46.49
%90.79
%10.59

Codes

Color #E47A15 in popluar color models

E47A15
RGB22812221
HSL29°83.13%48.82%
HSB/HSV29°90.79%89.41%
CMYK0.00%46.49%90.79%
10.59%

Color #E47A15 in popluar number systems.

HEXE47A15
Decimal22812221
Binary11100100111101010101
Octal34417225

Shades and tints

Shades of #E47A15

#E47A15
(228,122,21)
#D06F14
(208,111,20)
#BC6413
(188,100,19)
#A85912
(168,89,18)
#944E11
(148,78,17)
#804310
(128,67,16)
#6C380F
(108,56,15)
#582D0E
(88,45,14)
#44220D
(68,34,13)
#30170C
(48,23,12)
#1C0C0B
(28,12,11)
#000000
(0,0,0)

Tints of #E47A15

#E47A15
(228,122,21)
#E6862A
(230,134,42)
#E8923F
(232,146,63)
#EA9E54
(234,158,84)
#ECAA69
(236,170,105)
#EEB67E
(238,182,126)
#F0C293
(240,194,147)
#F2CEA8
(242,206,168)
#F4DABD
(244,218,189)
#F6E6D2
(246,230,210)
#F8F2E7
(248,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47A15 color. Also use rgb(228,122,21) instead hex code.

Text Font Color

.myTextColor { color: #E47A15; }

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

This text font color is #E47A15.


Background Color

.myBgColor { background-color: #E47A15; }

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

This div background color is #E47A15.


Border color

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

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

This div border color is #E47A15.


Opacity

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

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

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

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

This text has shadow with #E47A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47A15 on black background.


Color preview on white background

This text has color #E47A15 on white background.



Black color preview on #E47A15 background

This text has black color on #E47A15 background.


White color preview on #E47A15 background

This text has white color on #E47A15 background.