COLOR #E56142

HEX: #E56142
RGB: (229,97,66)

Color info

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

RGB color model

#E56142 color RGB value is (229,97,66).

  • red value is 229;
  • green value is 97;
  • blue value is 66.
RGB:
(229,97,66)
(90%,38%,26%)

RGB channels and saturation

R 229 of 255 = 90%
G 97 of 255 = 38%
B 66 of 255 = 26%

229
97
66

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

Portions of RGB colors in percentages

R + G + B =
229 + 97 + 66 = 392 (100%)
R 229 of 392 ~ 58.42%
G 97 of 392 ~ 24.74%
B 66 of 392 ~ 16.84%

%58.42
%24.74
%16.84

CMYK color model

#E56142 color CMYK value is (0,58,71,10).

  • cyan value is 0.00%
  • magenta value is 57.64%
  • yellow value is 71.18%
  • key color value is 10.20%
CMYK:
(0,58,71,10)
C0M58Y71K10 
(0%,58%,71%,10%)
(0.00/0.58/0.71/0.10)	

CMYK percentages

%0
%57.64
%71.18
%10.2

Codes

Color #E56142 in popluar color models

E56142
RGB2299766
HSL11°75.81%57.84%
HSB/HSV11°71.18%89.80%
CMYK0.00%57.64%71.18%
10.20%

Color #E56142 in popluar number systems.

HEXE56142
Decimal2299766
Binary1110010111000011000010
Octal345141102

Shades and tints

Shades of #E56142

#E56142
(229,97,66)
#D1593C
(209,89,60)
#BD5136
(189,81,54)
#A94930
(169,73,48)
#95412A
(149,65,42)
#813924
(129,57,36)
#6D311E
(109,49,30)
#592918
(89,41,24)
#452112
(69,33,18)
#31190C
(49,25,12)
#1D1106
(29,17,6)
#000000
(0,0,0)

Tints of #E56142

#E56142
(229,97,66)
#E76F53
(231,111,83)
#E97D64
(233,125,100)
#EB8B75
(235,139,117)
#ED9986
(237,153,134)
#EFA797
(239,167,151)
#F1B5A8
(241,181,168)
#F3C3B9
(243,195,185)
#F5D1CA
(245,209,202)
#F7DFDB
(247,223,219)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56142 color. Also use rgb(229,97,66) instead hex code.

Text Font Color

.myTextColor { color: #E56142; }

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

This text font color is #E56142.


Background Color

.myBgColor { background-color: #E56142; }

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

This div background color is #E56142.


Border color

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

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

This div border color is #E56142.


Opacity

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

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

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

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

This text has shadow with #E56142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56142 on black background.


Color preview on white background

This text has color #E56142 on white background.



Black color preview on #E56142 background

This text has black color on #E56142 background.


White color preview on #E56142 background

This text has white color on #E56142 background.