COLOR #E88131

HEX: #E88131
RGB: (232,129,49)

Color info

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

RGB color model

#E88131 color RGB value is (232,129,49).

  • red value is 232;
  • green value is 129;
  • blue value is 49.
RGB:
(232,129,49)
(91%,51%,19%)

RGB channels and saturation

R 232 of 255 = 91%
G 129 of 255 = 51%
B 49 of 255 = 19%

232
129
49

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

Portions of RGB colors in percentages

R + G + B =
232 + 129 + 49 = 410 (100%)
R 232 of 410 ~ 56.59%
G 129 of 410 ~ 31.46%
B 49 of 410 ~ 11.95%

%56.59
%31.46
%11.95

CMYK color model

#E88131 color CMYK value is (0,44,79,9).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 78.88%
  • key color value is 9.02%
CMYK:
(0,44,79,9)
C0M44Y79K9 
(0%,44%,79%,9%)
(0.00/0.44/0.79/0.09)	

CMYK percentages

%0
%44.4
%78.88
%9.02

Codes

Color #E88131 in popluar color models

E88131
RGB23212949
HSL26°79.91%55.10%
HSB/HSV26°78.88%90.98%
CMYK0.00%44.40%78.88%
9.02%

Color #E88131 in popluar number systems.

HEXE88131
Decimal23212949
Binary1110100010000001110001
Octal35020161

Shades and tints

Shades of #E88131

#E88131
(232,129,49)
#D3762D
(211,118,45)
#BE6B29
(190,107,41)
#A96025
(169,96,37)
#945521
(148,85,33)
#7F4A1D
(127,74,29)
#6A3F19
(106,63,25)
#553415
(85,52,21)
#402911
(64,41,17)
#2B1E0D
(43,30,13)
#161309
(22,19,9)
#000000
(0,0,0)

Tints of #E88131

#E88131
(232,129,49)
#EA8C43
(234,140,67)
#EC9755
(236,151,85)
#EEA267
(238,162,103)
#F0AD79
(240,173,121)
#F2B88B
(242,184,139)
#F4C39D
(244,195,157)
#F6CEAF
(246,206,175)
#F8D9C1
(248,217,193)
#FAE4D3
(250,228,211)
#FCEFE5
(252,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88131 color. Also use rgb(232,129,49) instead hex code.

Text Font Color

.myTextColor { color: #E88131; }

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

This text font color is #E88131.


Background Color

.myBgColor { background-color: #E88131; }

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

This div background color is #E88131.


Border color

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

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

This div border color is #E88131.


Opacity

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

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

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

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

This text has shadow with #E88131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88131 on black background.


Color preview on white background

This text has color #E88131 on white background.



Black color preview on #E88131 background

This text has black color on #E88131 background.


White color preview on #E88131 background

This text has white color on #E88131 background.