COLOR #E87F2D

HEX: #E87F2D
RGB: (232,127,45)

Color info

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

RGB color model

#E87F2D color RGB value is (232,127,45).

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

RGB channels and saturation

R 232 of 255 = 91%
G 127 of 255 = 50%
B 45 of 255 = 18%

232
127
45

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

Portions of RGB colors in percentages

R + G + B =
232 + 127 + 45 = 404 (100%)
R 232 of 404 ~ 57.43%
G 127 of 404 ~ 31.44%
B 45 of 404 ~ 11.14%

%57.43
%31.44
%11.14

CMYK color model

#E87F2D color CMYK value is (0,45,81,9).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 80.60%
  • key color value is 9.02%
CMYK:
(0,45,81,9)
C0M45Y81K9 
(0%,45%,81%,9%)
(0.00/0.45/0.81/0.09)	

CMYK percentages

%0
%45.26
%80.6
%9.02

Codes

Color #E87F2D in popluar color models

E87F2D
RGB23212745
HSL26°80.26%54.31%
HSB/HSV26°80.60%90.98%
CMYK0.00%45.26%80.60%
9.02%

Color #E87F2D in popluar number systems.

HEXE87F2D
Decimal23212745
Binary111010001111111101101
Octal35017755

Shades and tints

Shades of #E87F2D

#E87F2D
(232,127,45)
#D37429
(211,116,41)
#BE6925
(190,105,37)
#A95E21
(169,94,33)
#94531D
(148,83,29)
#7F4819
(127,72,25)
#6A3D15
(106,61,21)
#553211
(85,50,17)
#40270D
(64,39,13)
#2B1C09
(43,28,9)
#161105
(22,17,5)
#000000
(0,0,0)

Tints of #E87F2D

#E87F2D
(232,127,45)
#EA8A40
(234,138,64)
#EC9553
(236,149,83)
#EEA066
(238,160,102)
#F0AB79
(240,171,121)
#F2B68C
(242,182,140)
#F4C19F
(244,193,159)
#F6CCB2
(246,204,178)
#F8D7C5
(248,215,197)
#FAE2D8
(250,226,216)
#FCEDEB
(252,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E87F2D; }

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

This text font color is #E87F2D.


Background Color

.myBgColor { background-color: #E87F2D; }

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

This div background color is #E87F2D.


Border color

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

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

This div border color is #E87F2D.


Opacity

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

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

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

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

This text has shadow with #E87F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87F2D on black background.


Color preview on white background

This text has color #E87F2D on white background.



Black color preview on #E87F2D background

This text has black color on #E87F2D background.


White color preview on #E87F2D background

This text has white color on #E87F2D background.