COLOR #E88C00

HEX: #E88C00
RGB: (232,140,0)

Color info

#E88C00 contains mainly red color. Web safe color of #E88C00 is #FF9900 (or #F90).

RGB color model

#E88C00 color RGB value is (232,140,0).

  • red value is 232;
  • green value is 140;
  • blue value is 0.
RGB:
(232,140,0)
(91%,55%,0%)

RGB channels and saturation

R 232 of 255 = 91%
G 140 of 255 = 55%
B 0 of 255 = 0%

232
140
0

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

Portions of RGB colors in percentages

R + G + B =
232 + 140 + 0 = 372 (100%)
R 232 of 372 ~ 62.37%
G 140 of 372 ~ 37.63%
B 0 of 372 ~ 0%

%62.37
%37.63

CMYK color model

#E88C00 color CMYK value is (0,40,100,9).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(0,40,100,9)
C0M40Y100K9 
(0%,40%,100%,9%)
(0.00/0.40/1.00/0.09)	

CMYK percentages

%0
%39.66
%100
%9.02

Codes

Color #E88C00 in popluar color models

E88C00
RGB2321400
HSL36°100.00%45.49%
HSB/HSV36°100.00%90.98%
CMYK0.00%39.66%100.00%
9.02%

Color #E88C00 in popluar number systems.

HEXE88C00
Decimal2321400
Binary11101000100011000
Octal3502140

Shades and tints

Shades of #E88C00

#E88C00
(232,140,0)
#D38000
(211,128,0)
#BE7400
(190,116,0)
#A96800
(169,104,0)
#945C00
(148,92,0)
#7F5000
(127,80,0)
#6A4400
(106,68,0)
#553800
(85,56,0)
#402C00
(64,44,0)
#2B2000
(43,32,0)
#161400
(22,20,0)
#000000
(0,0,0)

Tints of #E88C00

#E88C00
(232,140,0)
#EA9617
(234,150,23)
#ECA02E
(236,160,46)
#EEAA45
(238,170,69)
#F0B45C
(240,180,92)
#F2BE73
(242,190,115)
#F4C88A
(244,200,138)
#F6D2A1
(246,210,161)
#F8DCB8
(248,220,184)
#FAE6CF
(250,230,207)
#FCF0E6
(252,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88C00; }

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

This text font color is #E88C00.


Background Color

.myBgColor { background-color: #E88C00; }

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

This div background color is #E88C00.


Border color

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

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

This div border color is #E88C00.


Opacity

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

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

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

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

This text has shadow with #E88C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88C00 on black background.


Color preview on white background

This text has color #E88C00 on white background.



Black color preview on #E88C00 background

This text has black color on #E88C00 background.


White color preview on #E88C00 background

This text has white color on #E88C00 background.