COLOR #EC8E60

HEX: #EC8E60 RGB: (236,142,96)

Color info

#EC8E60 contains mainly red color. Web safe color of #EC8E60 is #FF9966 (or #F96).

RGB color model

#EC8E60 color RGB value is (236,142,96).

RGB: (236,142,96) (93%, 56%, 38%)

RGB channels and saturation

R 236 of 255 = 93%
G 142 of 255 = 56%
B 96 of 255 = 38%

236
142
96

R + G + B ~ 62%. #EC8E60 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 142 + 96 = 474 (100%)
R 236 of 474 ~ 49.79%
G 142 of 474 ~ 29.96%
B 96 of 474 ~ 20.25'%

%49.79
%29.96
%20.25

CMYK color model

#EC8E60 color CMYK value is (0,40,59,7).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 59.32%
  • key color value is 7.45%
CMYK: (0,40,59,7) C0M40Y59K7 (0%,40%,59%,7%) (0.00/0.40/0.59/0.07) 

CMYK percentages

%0
%39.83
%59.32
%7.45

Codes

Color #EC8E60 in popluar color models

EC 8E 60
RGB 236 142 96
HSL 20° 78.65% 65.10%
HSB/HSV 20° 59.32% 92.55%
CMYK 0.00% 39.83% 59.32%
7.45%

Color #EC8E60 in popluar number systems.

HEX EC 8E 60
Decimal 236 142 96
Binary 11101100 10001110 1100000
Octal 354 216 140

Shades and tints

Shades of #EC8E60

#EC8E60
(236,142,96)
#D78258
(215,130,88)
#C27650
(194,118,80)
#AD6A48
(173,106,72)
#985E40
(152,94,64)
#835238
(131,82,56)
#6E4630
(110,70,48)
#593A28
(89,58,40)
#442E20
(68,46,32)
#2F2218
(47,34,24)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #EC8E60

#EC8E60
(236,142,96)
#ED986E
(237,152,110)
#EEA27C
(238,162,124)
#EFAC8A
(239,172,138)
#F0B698
(240,182,152)
#F1C0A6
(241,192,166)
#F2CAB4
(242,202,180)
#F3D4C2
(243,212,194)
#F4DED0
(244,222,208)
#F5E8DE
(245,232,222)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8E60 color. Also use rgb(236,142,96) instead hex code.

Text Font Color

.myTextColor { color: #EC8E60; }

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

This text font color is #EC8E60.

Background Color

.myBgColor { background-color: #EC8E60; }

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

This div background color is #EC8E60.

Border color

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

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

This div border color is #EC8E60.

Opacity

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

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

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

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

This text has shadow with #EC8E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC8E60.

Preview

Color preview on black background

This text has color #EC8E60 on black background.


Color preview on white background

This text has color #EC8E60 on white background.


Black color preview on #EC8E60 background

This text has black color on #EC8E60 background.


White color preview on #EC8E60 background

This text has white color on #EC8E60 background.


Related colors

Complementary color

Complementary color for #hex is #13719F.


I love getcolorcode.com

Triadic colors

1 #60EC8E and #8E60EC with #EC8E60 are triadic colors.

2 #608EEC and #8EEC60 with #EC8E60 are triadic colors.