COLOR #E87400

HEX: #E87400 RGB: (232,116,0)

Color info

#E87400 contains mainly red color. Web safe color of #E87400 is #FF6600 (or #F60).

RGB color model

#E87400 color RGB value is (232,116,0).

RGB: (232,116,0) (91%, 45%, 0%)

RGB channels and saturation

R 232 of 255 = 91%
G 116 of 255 = 45%
B 0 of 255 = 0%

232
116
0

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

Portions of RGB colors in percentages

R + G + B = 232 + 116 + 0 = 348 (100%)
R 232 of 348 ~ 66.67%
G 116 of 348 ~ 33.33%
B 0 of 348 ~ 0'%

%66.67
%33.33

CMYK color model

#E87400 color CMYK value is (0,50,100,9).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 100.00%
  • key color value is 9.02%

CMYK: (0,50,100,9)
C0M50Y100K9 (0%, 50%, 100%, 9%)
(0.00 / 0.50 / 1.00 / 0.09)

CMYK percentages

%0
%50
%100
%9.02

Codes

Color #E87400 in popluar color models

E8 74 00
RGB 232 116 0
HSL 30° 100.00% 45.49%
HSB/HSV 30° 100.00% 90.98%
CMYK 0.00% 50.00% 100.00%
9.02%

Color #E87400 in popluar number systems.

HEX E8 74 00
Decimal 232 116 0
Binary 11101000 1110100 0
Octal 350 164 0

Shades and tints

Shades of #E87400

#E87400
(232,116,0)
#D36A00
(211,106,0)
#BE6000
(190,96,0)
#A95600
(169,86,0)
#944C00
(148,76,0)
#7F4200
(127,66,0)
#6A3800
(106,56,0)
#552E00
(85,46,0)
#402400
(64,36,0)
#2B1A00
(43,26,0)
#161000
(22,16,0)
#000000
(0,0,0)

Tints of #E87400

#E87400
(232,116,0)
#EA8017
(234,128,23)
#EC8C2E
(236,140,46)
#EE9845
(238,152,69)
#F0A45C
(240,164,92)
#F2B073
(242,176,115)
#F4BC8A
(244,188,138)
#F6C8A1
(246,200,161)
#F8D4B8
(248,212,184)
#FAE0CF
(250,224,207)
#FCECE6
(252,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87400 color. Also use rgb(232,116,0) instead hex code.

Text Font Color

.myTextColor { color: #E87400; }

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

This text font color is #E87400.

Background Color

.myBgColor { background-color: #E87400; }

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

This div background color is #E87400.

Border color

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

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

This div border color is #E87400.

Opacity

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

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

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

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

This text has shadow with #E87400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E87400.

Preview

Color preview on black background

This text has color #E87400 on black background.


Color preview on white background

This text has color #E87400 on white background.


Black color preview on #E87400 background

This text has black color on #E87400 background.


White color preview on #E87400 background

This text has white color on #E87400 background.


Related colors

Complementary color

Complementary color for #hex is #178BFF.


I love getcolorcode.com

Triadic colors

1 #00E874 and #7400E8 with #E87400 are triadic colors.

2 #0074E8 and #74E800 with #E87400 are triadic colors.