COLOR #E85B31

HEX: #E85B31
RGB: (232,91,49)

Color info

#E85B31 contains mainly red color. Web safe color of #E85B31 is #FF6633 (or #F63).

RGB color model

#E85B31 color RGB value is (232,91,49).

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

RGB channels and saturation

R 232 of 255 = 91%
G 91 of 255 = 36%
B 49 of 255 = 19%

232
91
49

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

Portions of RGB colors in percentages

R + G + B =
232 + 91 + 49 = 372 (100%)
R 232 of 372 ~ 62.37%
G 91 of 372 ~ 24.46%
B 49 of 372 ~ 13.17%

%62.37
%24.46
%13.17

CMYK color model

#E85B31 color CMYK value is (0,61,79,9).

  • cyan value is 0.00%
  • magenta value is 60.78%
  • yellow value is 78.88%
  • key color value is 9.02%
CMYK:
(0,61,79,9)
C0M61Y79K9 
(0%,61%,79%,9%)
(0.00/0.61/0.79/0.09)	

CMYK percentages

%0
%60.78
%78.88
%9.02

Codes

Color #E85B31 in popluar color models

E85B31
RGB2329149
HSL14°79.91%55.10%
HSB/HSV14°78.88%90.98%
CMYK0.00%60.78%78.88%
9.02%

Color #E85B31 in popluar number systems.

HEXE85B31
Decimal2329149
Binary111010001011011110001
Octal35013361

Shades and tints

Shades of #E85B31

#E85B31
(232,91,49)
#D3532D
(211,83,45)
#BE4B29
(190,75,41)
#A94325
(169,67,37)
#943B21
(148,59,33)
#7F331D
(127,51,29)
#6A2B19
(106,43,25)
#552315
(85,35,21)
#401B11
(64,27,17)
#2B130D
(43,19,13)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #E85B31

#E85B31
(232,91,49)
#EA6943
(234,105,67)
#EC7755
(236,119,85)
#EE8567
(238,133,103)
#F09379
(240,147,121)
#F2A18B
(242,161,139)
#F4AF9D
(244,175,157)
#F6BDAF
(246,189,175)
#F8CBC1
(248,203,193)
#FAD9D3
(250,217,211)
#FCE7E5
(252,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E85B31; }

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

This text font color is #E85B31.


Background Color

.myBgColor { background-color: #E85B31; }

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

This div background color is #E85B31.


Border color

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

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

This div border color is #E85B31.


Opacity

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

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

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

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

This text has shadow with #E85B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85B31 on black background.


Color preview on white background

This text has color #E85B31 on white background.



Black color preview on #E85B31 background

This text has black color on #E85B31 background.


White color preview on #E85B31 background

This text has white color on #E85B31 background.