COLOR #E88C2F

HEX: #E88C2F
RGB: (232,140,47)

Color info

#E88C2F contains mainly red color. Web safe color of #E88C2F is #FF9933 (or #F93).

RGB color model

#E88C2F color RGB value is (232,140,47).

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

RGB channels and saturation

R 232 of 255 = 91%
G 140 of 255 = 55%
B 47 of 255 = 18%

232
140
47

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

Portions of RGB colors in percentages

R + G + B =
232 + 140 + 47 = 419 (100%)
R 232 of 419 ~ 55.37%
G 140 of 419 ~ 33.41%
B 47 of 419 ~ 11.22%

%55.37
%33.41
%11.22

CMYK color model

#E88C2F color CMYK value is (0,40,80,9).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 79.74%
  • key color value is 9.02%
CMYK:
(0,40,80,9)
C0M40Y80K9 
(0%,40%,80%,9%)
(0.00/0.40/0.80/0.09)	

CMYK percentages

%0
%39.66
%79.74
%9.02

Codes

Color #E88C2F in popluar color models

E88C2F
RGB23214047
HSL30°80.09%54.71%
HSB/HSV30°79.74%90.98%
CMYK0.00%39.66%79.74%
9.02%

Color #E88C2F in popluar number systems.

HEXE88C2F
Decimal23214047
Binary1110100010001100101111
Octal35021457

Shades and tints

Shades of #E88C2F

#E88C2F
(232,140,47)
#D3802B
(211,128,43)
#BE7427
(190,116,39)
#A96823
(169,104,35)
#945C1F
(148,92,31)
#7F501B
(127,80,27)
#6A4417
(106,68,23)
#553813
(85,56,19)
#402C0F
(64,44,15)
#2B200B
(43,32,11)
#161407
(22,20,7)
#000000
(0,0,0)

Tints of #E88C2F

#E88C2F
(232,140,47)
#EA9641
(234,150,65)
#ECA053
(236,160,83)
#EEAA65
(238,170,101)
#F0B477
(240,180,119)
#F2BE89
(242,190,137)
#F4C89B
(244,200,155)
#F6D2AD
(246,210,173)
#F8DCBF
(248,220,191)
#FAE6D1
(250,230,209)
#FCF0E3
(252,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88C2F; }

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

This text font color is #E88C2F.


Background Color

.myBgColor { background-color: #E88C2F; }

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

This div background color is #E88C2F.


Border color

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

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

This div border color is #E88C2F.


Opacity

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

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

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

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

This text has shadow with #E88C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88C2F on black background.


Color preview on white background

This text has color #E88C2F on white background.



Black color preview on #E88C2F background

This text has black color on #E88C2F background.


White color preview on #E88C2F background

This text has white color on #E88C2F background.