COLOR #E56F52

HEX: #E56F52 RGB: (229,111,82)

Color info

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

RGB color model

#E56F52 color RGB value is (229,111,82).

RGB: (229,111,82) (90%, 44%, 32%)

RGB channels and saturation

R 229 of 255 = 90%
G 111 of 255 = 44%
B 82 of 255 = 32%

229
111
82

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

Portions of RGB colors in percentages

R + G + B = 229 + 111 + 82 = 422 (100%)
R 229 of 422 ~ 54.27%
G 111 of 422 ~ 26.3%
B 82 of 422 ~ 19.43'%

%54.27
%26.3
%19.43

CMYK color model

#E56F52 color CMYK value is (0,52,64,10).

  • cyan value is 0.00%
  • magenta value is 51.53%
  • yellow value is 64.19%
  • key color value is 10.20%

CMYK: (0,52,64,10)
C0M52Y64K10 (0%, 52%, 64%, 10%)
(0.00 / 0.52 / 0.64 / 0.10)

CMYK percentages

%0
%51.53
%64.19
%10.2

Codes

Color #E56F52 in popluar color models

E5 6F 52
RGB 229 111 82
HSL 12° 73.87% 60.98%
HSB/HSV 12° 64.19% 89.80%
CMYK 0.00% 51.53% 64.19%
10.20%

Color #E56F52 in popluar number systems.

HEX E5 6F 52
Decimal 229 111 82
Binary 11100101 1101111 1010010
Octal 345 157 122

Shades and tints

Shades of #E56F52

#E56F52
(229,111,82)
#D1654B
(209,101,75)
#BD5B44
(189,91,68)
#A9513D
(169,81,61)
#954736
(149,71,54)
#813D2F
(129,61,47)
#6D3328
(109,51,40)
#592921
(89,41,33)
#451F1A
(69,31,26)
#311513
(49,21,19)
#1D0B0C
(29,11,12)
#000000
(0,0,0)

Tints of #E56F52

#E56F52
(229,111,82)
#E77C61
(231,124,97)
#E98970
(233,137,112)
#EB967F
(235,150,127)
#EDA38E
(237,163,142)
#EFB09D
(239,176,157)
#F1BDAC
(241,189,172)
#F3CABB
(243,202,187)
#F5D7CA
(245,215,202)
#F7E4D9
(247,228,217)
#F9F1E8
(249,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56F52 color. Also use rgb(229,111,82) instead hex code.

Text Font Color

.myTextColor { color: #E56F52; }

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

This text font color is #E56F52.

Background Color

.myBgColor { background-color: #E56F52; }

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

This div background color is #E56F52.

Border color

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

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

This div border color is #E56F52.

Opacity

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

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

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

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

This text has shadow with #E56F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E56F52.

Preview

Color preview on black background

This text has color #E56F52 on black background.


Color preview on white background

This text has color #E56F52 on white background.


Black color preview on #E56F52 background

This text has black color on #E56F52 background.


White color preview on #E56F52 background

This text has white color on #E56F52 background.


Related colors

Complementary color

Complementary color for #hex is #1A90AD.


I love getcolorcode.com

Triadic colors

1 #52E56F and #6F52E5 with #E56F52 are triadic colors.

2 #526FE5 and #6FE552 with #E56F52 are triadic colors.