COLOR #E88000

HEX: #E88000
RGB: (232,128,0)

Color info

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

RGB color model

#E88000 color RGB value is (232,128,0).

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

RGB channels and saturation

R 232 of 255 = 91%
G 128 of 255 = 50%
B 0 of 255 = 0%

232
128
0

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

Portions of RGB colors in percentages

R + G + B =
232 + 128 + 0 = 360 (100%)
R 232 of 360 ~ 64.44%
G 128 of 360 ~ 35.56%
B 0 of 360 ~ 0%

%64.44
%35.56

CMYK color model

#E88000 color CMYK value is (0,45,100,9).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(0,45,100,9)
C0M45Y100K9 
(0%,45%,100%,9%)
(0.00/0.45/1.00/0.09)	

CMYK percentages

%0
%44.83
%100
%9.02

Codes

Color #E88000 in popluar color models

E88000
RGB2321280
HSL33°100.00%45.49%
HSB/HSV33°100.00%90.98%
CMYK0.00%44.83%100.00%
9.02%

Color #E88000 in popluar number systems.

HEXE88000
Decimal2321280
Binary11101000100000000
Octal3502000

Shades and tints

Shades of #E88000

#E88000
(232,128,0)
#D37500
(211,117,0)
#BE6A00
(190,106,0)
#A95F00
(169,95,0)
#945400
(148,84,0)
#7F4900
(127,73,0)
#6A3E00
(106,62,0)
#553300
(85,51,0)
#402800
(64,40,0)
#2B1D00
(43,29,0)
#161200
(22,18,0)
#000000
(0,0,0)

Tints of #E88000

#E88000
(232,128,0)
#EA8B17
(234,139,23)
#EC962E
(236,150,46)
#EEA145
(238,161,69)
#F0AC5C
(240,172,92)
#F2B773
(242,183,115)
#F4C28A
(244,194,138)
#F6CDA1
(246,205,161)
#F8D8B8
(248,216,184)
#FAE3CF
(250,227,207)
#FCEEE6
(252,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88000; }

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

This text font color is #E88000.


Background Color

.myBgColor { background-color: #E88000; }

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

This div background color is #E88000.


Border color

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

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

This div border color is #E88000.


Opacity

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

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

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

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

This text has shadow with #E88000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88000 on black background.


Color preview on white background

This text has color #E88000 on white background.



Black color preview on #E88000 background

This text has black color on #E88000 background.


White color preview on #E88000 background

This text has white color on #E88000 background.