COLOR #E47F50

HEX: #E47F50
RGB: (228,127,80)

Color info

#E47F50 contains mainly red color. Web safe color of #E47F50 is #CC6666 (or #C66).

RGB color model

#E47F50 color RGB value is (228,127,80).

  • red value is 228;
  • green value is 127;
  • blue value is 80.
RGB:
(228,127,80)
(89%,50%,31%)

RGB channels and saturation

R 228 of 255 = 89%
G 127 of 255 = 50%
B 80 of 255 = 31%

228
127
80

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

Portions of RGB colors in percentages

R + G + B =
228 + 127 + 80 = 435 (100%)
R 228 of 435 ~ 52.41%
G 127 of 435 ~ 29.2%
B 80 of 435 ~ 18.39%

%52.41
%29.2
%18.39

CMYK color model

#E47F50 color CMYK value is (0,44,65,11).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 64.91%
  • key color value is 10.59%
CMYK:
(0,44,65,11)
C0M44Y65K11 
(0%,44%,65%,11%)
(0.00/0.44/0.65/0.11)	

CMYK percentages

%0
%44.3
%64.91
%10.59

Codes

Color #E47F50 in popluar color models

E47F50
RGB22812780
HSL19°73.27%60.39%
HSB/HSV19°64.91%89.41%
CMYK0.00%44.30%64.91%
10.59%

Color #E47F50 in popluar number systems.

HEXE47F50
Decimal22812780
Binary1110010011111111010000
Octal344177120

Shades and tints

Shades of #E47F50

#E47F50
(228,127,80)
#D07449
(208,116,73)
#BC6942
(188,105,66)
#A85E3B
(168,94,59)
#945334
(148,83,52)
#80482D
(128,72,45)
#6C3D26
(108,61,38)
#58321F
(88,50,31)
#442718
(68,39,24)
#301C11
(48,28,17)
#1C110A
(28,17,10)
#000000
(0,0,0)

Tints of #E47F50

#E47F50
(228,127,80)
#E68A5F
(230,138,95)
#E8956E
(232,149,110)
#EAA07D
(234,160,125)
#ECAB8C
(236,171,140)
#EEB69B
(238,182,155)
#F0C1AA
(240,193,170)
#F2CCB9
(242,204,185)
#F4D7C8
(244,215,200)
#F6E2D7
(246,226,215)
#F8EDE6
(248,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47F50 color. Also use rgb(228,127,80) instead hex code.

Text Font Color

.myTextColor { color: #E47F50; }

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

This text font color is #E47F50.


Background Color

.myBgColor { background-color: #E47F50; }

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

This div background color is #E47F50.


Border color

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

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

This div border color is #E47F50.


Opacity

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

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

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

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

This text has shadow with #E47F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47F50 on black background.


Color preview on white background

This text has color #E47F50 on white background.



Black color preview on #E47F50 background

This text has black color on #E47F50 background.


White color preview on #E47F50 background

This text has white color on #E47F50 background.