COLOR #E56B54

HEX: #E56B54
RGB: (229,107,84)

Color info

#E56B54 contains mainly red color. Web safe color of #E56B54 is #CC6666 (or #C66).

RGB color model

#E56B54 color RGB value is (229,107,84).

  • red value is 229;
  • green value is 107;
  • blue value is 84.
RGB:
(229,107,84)
(90%,42%,33%)

RGB channels and saturation

R 229 of 255 = 90%
G 107 of 255 = 42%
B 84 of 255 = 33%

229
107
84

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

Portions of RGB colors in percentages

R + G + B =
229 + 107 + 84 = 420 (100%)
R 229 of 420 ~ 54.52%
G 107 of 420 ~ 25.48%
B 84 of 420 ~ 20%

%54.52
%25.48
%20

CMYK color model

#E56B54 color CMYK value is (0,53,63,10).

  • cyan value is 0.00%
  • magenta value is 53.28%
  • yellow value is 63.32%
  • key color value is 10.20%
CMYK:
(0,53,63,10)
C0M53Y63K10 
(0%,53%,63%,10%)
(0.00/0.53/0.63/0.10)	

CMYK percentages

%0
%53.28
%63.32
%10.2

Codes

Color #E56B54 in popluar color models

E56B54
RGB22910784
HSL10°73.60%61.37%
HSB/HSV10°63.32%89.80%
CMYK0.00%53.28%63.32%
10.20%

Color #E56B54 in popluar number systems.

HEXE56B54
Decimal22910784
Binary1110010111010111010100
Octal345153124

Shades and tints

Shades of #E56B54

#E56B54
(229,107,84)
#D1624D
(209,98,77)
#BD5946
(189,89,70)
#A9503F
(169,80,63)
#954738
(149,71,56)
#813E31
(129,62,49)
#6D352A
(109,53,42)
#592C23
(89,44,35)
#45231C
(69,35,28)
#311A15
(49,26,21)
#1D110E
(29,17,14)
#000000
(0,0,0)

Tints of #E56B54

#E56B54
(229,107,84)
#E77863
(231,120,99)
#E98572
(233,133,114)
#EB9281
(235,146,129)
#ED9F90
(237,159,144)
#EFAC9F
(239,172,159)
#F1B9AE
(241,185,174)
#F3C6BD
(243,198,189)
#F5D3CC
(245,211,204)
#F7E0DB
(247,224,219)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56B54 color. Also use rgb(229,107,84) instead hex code.

Text Font Color

.myTextColor { color: #E56B54; }

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

This text font color is #E56B54.


Background Color

.myBgColor { background-color: #E56B54; }

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

This div background color is #E56B54.


Border color

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

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

This div border color is #E56B54.


Opacity

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

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

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

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

This text has shadow with #E56B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56B54 on black background.


Color preview on white background

This text has color #E56B54 on white background.



Black color preview on #E56B54 background

This text has black color on #E56B54 background.


White color preview on #E56B54 background

This text has white color on #E56B54 background.