COLOR #E47D1F

HEX: #E47D1F
RGB: (228,125,31)

Color info

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

RGB color model

#E47D1F color RGB value is (228,125,31).

  • red value is 228;
  • green value is 125;
  • blue value is 31.
RGB:
(228,125,31)
(89%,49%,12%)

RGB channels and saturation

R 228 of 255 = 89%
G 125 of 255 = 49%
B 31 of 255 = 12%

228
125
31

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

Portions of RGB colors in percentages

R + G + B =
228 + 125 + 31 = 384 (100%)
R 228 of 384 ~ 59.38%
G 125 of 384 ~ 32.55%
B 31 of 384 ~ 8.07%

%59.38
%32.55

CMYK color model

#E47D1F color CMYK value is (0,45,86,11).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 86.40%
  • key color value is 10.59%
CMYK:
(0,45,86,11)
C0M45Y86K11 
(0%,45%,86%,11%)
(0.00/0.45/0.86/0.11)	

CMYK percentages

%0
%45.18
%86.4
%10.59

Codes

Color #E47D1F in popluar color models

E47D1F
RGB22812531
HSL29°78.49%50.78%
HSB/HSV29°86.40%89.41%
CMYK0.00%45.18%86.40%
10.59%

Color #E47D1F in popluar number systems.

HEXE47D1F
Decimal22812531
Binary11100100111110111111
Octal34417537

Shades and tints

Shades of #E47D1F

#E47D1F
(228,125,31)
#D0721D
(208,114,29)
#BC671B
(188,103,27)
#A85C19
(168,92,25)
#945117
(148,81,23)
#804615
(128,70,21)
#6C3B13
(108,59,19)
#583011
(88,48,17)
#44250F
(68,37,15)
#301A0D
(48,26,13)
#1C0F0B
(28,15,11)
#000000
(0,0,0)

Tints of #E47D1F

#E47D1F
(228,125,31)
#E68833
(230,136,51)
#E89347
(232,147,71)
#EA9E5B
(234,158,91)
#ECA96F
(236,169,111)
#EEB483
(238,180,131)
#F0BF97
(240,191,151)
#F2CAAB
(242,202,171)
#F4D5BF
(244,213,191)
#F6E0D3
(246,224,211)
#F8EBE7
(248,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47D1F color. Also use rgb(228,125,31) instead hex code.

Text Font Color

.myTextColor { color: #E47D1F; }

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

This text font color is #E47D1F.


Background Color

.myBgColor { background-color: #E47D1F; }

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

This div background color is #E47D1F.


Border color

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

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

This div border color is #E47D1F.


Opacity

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

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

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

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

This text has shadow with #E47D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47D1F on black background.


Color preview on white background

This text has color #E47D1F on white background.



Black color preview on #E47D1F background

This text has black color on #E47D1F background.


White color preview on #E47D1F background

This text has white color on #E47D1F background.