COLOR #E87F4B

HEX: #E87F4B
RGB: (232,127,75)

Color info

#E87F4B contains mainly red color. Web safe color of #E87F4B is #FF6633 (or #F63).

RGB color model

#E87F4B color RGB value is (232,127,75).

  • red value is 232;
  • green value is 127;
  • blue value is 75.
RGB:
(232,127,75)
(91%,50%,29%)

RGB channels and saturation

R 232 of 255 = 91%
G 127 of 255 = 50%
B 75 of 255 = 29%

232
127
75

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

Portions of RGB colors in percentages

R + G + B =
232 + 127 + 75 = 434 (100%)
R 232 of 434 ~ 53.46%
G 127 of 434 ~ 29.26%
B 75 of 434 ~ 17.28%

%53.46
%29.26
%17.28

CMYK color model

#E87F4B color CMYK value is (0,45,68,9).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 67.67%
  • key color value is 9.02%
CMYK:
(0,45,68,9)
C0M45Y68K9 
(0%,45%,68%,9%)
(0.00/0.45/0.68/0.09)	

CMYK percentages

%0
%45.26
%67.67
%9.02

Codes

Color #E87F4B in popluar color models

E87F4B
RGB23212775
HSL20°77.34%60.20%
HSB/HSV20°67.67%90.98%
CMYK0.00%45.26%67.67%
9.02%

Color #E87F4B in popluar number systems.

HEXE87F4B
Decimal23212775
Binary1110100011111111001011
Octal350177113

Shades and tints

Shades of #E87F4B

#E87F4B
(232,127,75)
#D37445
(211,116,69)
#BE693F
(190,105,63)
#A95E39
(169,94,57)
#945333
(148,83,51)
#7F482D
(127,72,45)
#6A3D27
(106,61,39)
#553221
(85,50,33)
#40271B
(64,39,27)
#2B1C15
(43,28,21)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #E87F4B

#E87F4B
(232,127,75)
#EA8A5B
(234,138,91)
#EC956B
(236,149,107)
#EEA07B
(238,160,123)
#F0AB8B
(240,171,139)
#F2B69B
(242,182,155)
#F4C1AB
(244,193,171)
#F6CCBB
(246,204,187)
#F8D7CB
(248,215,203)
#FAE2DB
(250,226,219)
#FCEDEB
(252,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87F4B color. Also use rgb(232,127,75) instead hex code.

Text Font Color

.myTextColor { color: #E87F4B; }

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

This text font color is #E87F4B.


Background Color

.myBgColor { background-color: #E87F4B; }

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

This div background color is #E87F4B.


Border color

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

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

This div border color is #E87F4B.


Opacity

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

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

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

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

This text has shadow with #E87F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87F4B on black background.


Color preview on white background

This text has color #E87F4B on white background.



Black color preview on #E87F4B background

This text has black color on #E87F4B background.


White color preview on #E87F4B background

This text has white color on #E87F4B background.