COLOR #E86F34

HEX: #E86F34
RGB: (232,111,52)

Color info

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

RGB color model

#E86F34 color RGB value is (232,111,52).

  • red value is 232;
  • green value is 111;
  • blue value is 52.
RGB:
(232,111,52)
(91%,44%,20%)

RGB channels and saturation

R 232 of 255 = 91%
G 111 of 255 = 44%
B 52 of 255 = 20%

232
111
52

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

Portions of RGB colors in percentages

R + G + B =
232 + 111 + 52 = 395 (100%)
R 232 of 395 ~ 58.73%
G 111 of 395 ~ 28.1%
B 52 of 395 ~ 13.16%

%58.73
%28.1
%13.16

CMYK color model

#E86F34 color CMYK value is (0,52,78,9).

  • cyan value is 0.00%
  • magenta value is 52.16%
  • yellow value is 77.59%
  • key color value is 9.02%
CMYK:
(0,52,78,9)
C0M52Y78K9 
(0%,52%,78%,9%)
(0.00/0.52/0.78/0.09)	

CMYK percentages

%0
%52.16
%77.59
%9.02

Codes

Color #E86F34 in popluar color models

E86F34
RGB23211152
HSL20°79.65%55.69%
HSB/HSV20°77.59%90.98%
CMYK0.00%52.16%77.59%
9.02%

Color #E86F34 in popluar number systems.

HEXE86F34
Decimal23211152
Binary111010001101111110100
Octal35015764

Shades and tints

Shades of #E86F34

#E86F34
(232,111,52)
#D36530
(211,101,48)
#BE5B2C
(190,91,44)
#A95128
(169,81,40)
#944724
(148,71,36)
#7F3D20
(127,61,32)
#6A331C
(106,51,28)
#552918
(85,41,24)
#401F14
(64,31,20)
#2B1510
(43,21,16)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #E86F34

#E86F34
(232,111,52)
#EA7C46
(234,124,70)
#EC8958
(236,137,88)
#EE966A
(238,150,106)
#F0A37C
(240,163,124)
#F2B08E
(242,176,142)
#F4BDA0
(244,189,160)
#F6CAB2
(246,202,178)
#F8D7C4
(248,215,196)
#FAE4D6
(250,228,214)
#FCF1E8
(252,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E86F34 color. Also use rgb(232,111,52) instead hex code.

Text Font Color

.myTextColor { color: #E86F34; }

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

This text font color is #E86F34.


Background Color

.myBgColor { background-color: #E86F34; }

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

This div background color is #E86F34.


Border color

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

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

This div border color is #E86F34.


Opacity

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

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

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

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

This text has shadow with #E86F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86F34 on black background.


Color preview on white background

This text has color #E86F34 on white background.



Black color preview on #E86F34 background

This text has black color on #E86F34 background.


White color preview on #E86F34 background

This text has white color on #E86F34 background.