COLOR #E86A34

HEX: #E86A34
RGB: (232,106,52)

Color info

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

RGB color model

#E86A34 color RGB value is (232,106,52).

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

RGB channels and saturation

R 232 of 255 = 91%
G 106 of 255 = 42%
B 52 of 255 = 20%

232
106
52

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

Portions of RGB colors in percentages

R + G + B =
232 + 106 + 52 = 390 (100%)
R 232 of 390 ~ 59.49%
G 106 of 390 ~ 27.18%
B 52 of 390 ~ 13.33%

%59.49
%27.18
%13.33

CMYK color model

#E86A34 color CMYK value is (0,54,78,9).

  • cyan value is 0.00%
  • magenta value is 54.31%
  • yellow value is 77.59%
  • key color value is 9.02%
CMYK:
(0,54,78,9)
C0M54Y78K9 
(0%,54%,78%,9%)
(0.00/0.54/0.78/0.09)	

CMYK percentages

%0
%54.31
%77.59
%9.02

Codes

Color #E86A34 in popluar color models

E86A34
RGB23210652
HSL18°79.65%55.69%
HSB/HSV18°77.59%90.98%
CMYK0.00%54.31%77.59%
9.02%

Color #E86A34 in popluar number systems.

HEXE86A34
Decimal23210652
Binary111010001101010110100
Octal35015264

Shades and tints

Shades of #E86A34

#E86A34
(232,106,52)
#D36130
(211,97,48)
#BE582C
(190,88,44)
#A94F28
(169,79,40)
#944624
(148,70,36)
#7F3D20
(127,61,32)
#6A341C
(106,52,28)
#552B18
(85,43,24)
#402214
(64,34,20)
#2B1910
(43,25,16)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #E86A34

#E86A34
(232,106,52)
#EA7746
(234,119,70)
#EC8458
(236,132,88)
#EE916A
(238,145,106)
#F09E7C
(240,158,124)
#F2AB8E
(242,171,142)
#F4B8A0
(244,184,160)
#F6C5B2
(246,197,178)
#F8D2C4
(248,210,196)
#FADFD6
(250,223,214)
#FCECE8
(252,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E86A34; }

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

This text font color is #E86A34.


Background Color

.myBgColor { background-color: #E86A34; }

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

This div background color is #E86A34.


Border color

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

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

This div border color is #E86A34.


Opacity

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

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

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

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

This text has shadow with #E86A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E86A34 on black background.


Color preview on white background

This text has color #E86A34 on white background.



Black color preview on #E86A34 background

This text has black color on #E86A34 background.


White color preview on #E86A34 background

This text has white color on #E86A34 background.