COLOR #E56A36

HEX: #E56A36
RGB: (229,106,54)

Color info

#E56A36 contains mainly red color. Web safe color of #E56A36 is #CC6633 (or #C63).

RGB color model

#E56A36 color RGB value is (229,106,54).

  • red value is 229;
  • green value is 106;
  • blue value is 54.
RGB:
(229,106,54)
(90%,42%,21%)

RGB channels and saturation

R 229 of 255 = 90%
G 106 of 255 = 42%
B 54 of 255 = 21%

229
106
54

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

Portions of RGB colors in percentages

R + G + B =
229 + 106 + 54 = 389 (100%)
R 229 of 389 ~ 58.87%
G 106 of 389 ~ 27.25%
B 54 of 389 ~ 13.88%

%58.87
%27.25
%13.88

CMYK color model

#E56A36 color CMYK value is (0,54,76,10).

  • cyan value is 0.00%
  • magenta value is 53.71%
  • yellow value is 76.42%
  • key color value is 10.20%
CMYK:
(0,54,76,10)
C0M54Y76K10 
(0%,54%,76%,10%)
(0.00/0.54/0.76/0.10)	

CMYK percentages

%0
%53.71
%76.42
%10.2

Codes

Color #E56A36 in popluar color models

E56A36
RGB22910654
HSL18°77.09%55.49%
HSB/HSV18°76.42%89.80%
CMYK0.00%53.71%76.42%
10.20%

Color #E56A36 in popluar number systems.

HEXE56A36
Decimal22910654
Binary111001011101010110110
Octal34515266

Shades and tints

Shades of #E56A36

#E56A36
(229,106,54)
#D16132
(209,97,50)
#BD582E
(189,88,46)
#A94F2A
(169,79,42)
#954626
(149,70,38)
#813D22
(129,61,34)
#6D341E
(109,52,30)
#592B1A
(89,43,26)
#452216
(69,34,22)
#311912
(49,25,18)
#1D100E
(29,16,14)
#000000
(0,0,0)

Tints of #E56A36

#E56A36
(229,106,54)
#E77748
(231,119,72)
#E9845A
(233,132,90)
#EB916C
(235,145,108)
#ED9E7E
(237,158,126)
#EFAB90
(239,171,144)
#F1B8A2
(241,184,162)
#F3C5B4
(243,197,180)
#F5D2C6
(245,210,198)
#F7DFD8
(247,223,216)
#F9ECEA
(249,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56A36 color. Also use rgb(229,106,54) instead hex code.

Text Font Color

.myTextColor { color: #E56A36; }

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

This text font color is #E56A36.


Background Color

.myBgColor { background-color: #E56A36; }

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

This div background color is #E56A36.


Border color

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

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

This div border color is #E56A36.


Opacity

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

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

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

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

This text has shadow with #E56A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56A36 on black background.


Color preview on white background

This text has color #E56A36 on white background.



Black color preview on #E56A36 background

This text has black color on #E56A36 background.


White color preview on #E56A36 background

This text has white color on #E56A36 background.