COLOR #E85D2F

HEX: #E85D2F
RGB: (232,93,47)

Color info

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

RGB color model

#E85D2F color RGB value is (232,93,47).

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

RGB channels and saturation

R 232 of 255 = 91%
G 93 of 255 = 36%
B 47 of 255 = 18%

232
93
47

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

Portions of RGB colors in percentages

R + G + B =
232 + 93 + 47 = 372 (100%)
R 232 of 372 ~ 62.37%
G 93 of 372 ~ 25%
B 47 of 372 ~ 12.63%

%62.37
%25
%12.63

CMYK color model

#E85D2F color CMYK value is (0,60,80,9).

  • cyan value is 0.00%
  • magenta value is 59.91%
  • yellow value is 79.74%
  • key color value is 9.02%
CMYK:
(0,60,80,9)
C0M60Y80K9 
(0%,60%,80%,9%)
(0.00/0.60/0.80/0.09)	

CMYK percentages

%0
%59.91
%79.74
%9.02

Codes

Color #E85D2F in popluar color models

E85D2F
RGB2329347
HSL15°80.09%54.71%
HSB/HSV15°79.74%90.98%
CMYK0.00%59.91%79.74%
9.02%

Color #E85D2F in popluar number systems.

HEXE85D2F
Decimal2329347
Binary111010001011101101111
Octal35013557

Shades and tints

Shades of #E85D2F

#E85D2F
(232,93,47)
#D3552B
(211,85,43)
#BE4D27
(190,77,39)
#A94523
(169,69,35)
#943D1F
(148,61,31)
#7F351B
(127,53,27)
#6A2D17
(106,45,23)
#552513
(85,37,19)
#401D0F
(64,29,15)
#2B150B
(43,21,11)
#160D07
(22,13,7)
#000000
(0,0,0)

Tints of #E85D2F

#E85D2F
(232,93,47)
#EA6B41
(234,107,65)
#EC7953
(236,121,83)
#EE8765
(238,135,101)
#F09577
(240,149,119)
#F2A389
(242,163,137)
#F4B19B
(244,177,155)
#F6BFAD
(246,191,173)
#F8CDBF
(248,205,191)
#FADBD1
(250,219,209)
#FCE9E3
(252,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E85D2F; }

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

This text font color is #E85D2F.


Background Color

.myBgColor { background-color: #E85D2F; }

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

This div background color is #E85D2F.


Border color

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

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

This div border color is #E85D2F.


Opacity

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

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

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

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

This text has shadow with #E85D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85D2F on black background.


Color preview on white background

This text has color #E85D2F on white background.



Black color preview on #E85D2F background

This text has black color on #E85D2F background.


White color preview on #E85D2F background

This text has white color on #E85D2F background.