HEX: #EC8E60
RGB: (236,142,96)
#EC8E60 contains mainly red color. Web safe color of #EC8E60 is #FF9966 (or #F96).
#EC8E60 color RGB value is (236,142,96).
RGB: (236,142,96)
(93%, 56%, 38%)
R 236 of 255 = 93%
G 142 of 255 = 56%
B 96 of 255 = 38%
R + G + B ~ 62%. #EC8E60 is quite light color.
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'%
#EC8E60 color CMYK value is (0,40,59,7).
CMYK: (0,40,59,7) C0M40Y59K7 (0%,40%,59%,7%) (0.00/0.40/0.59/0.07)
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 of #EC8E60
Tints of #EC8E60
Examples of css and html codes for elements with #EC8E60 color. Also use rgb(236,142,96) instead hex code.
.myTextColor { color: #EC8E60; }
<p style="color:#EC8E60">This sample text font color is #EC8E60.</p>
This text font color is #EC8E60.
.myBgColor { background-color: #EC8E60; }
<div style="background-color:#EC8E60">Inner text</div>
This div background color is #EC8E60.
.myBorderColor { border: 1px solid #EC8E60; }
<div style="border:3px solid #EC8E60">Div</div>
This div border color is #EC8E60.
.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%.
.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.
/* 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 text has color #EC8E60 on black background.
This text has color #EC8E60 on white background.
This text has black color on #EC8E60 background.
This text has white color on #EC8E60 background.
Complementary color for #hex is #13719F.