HEX: #EF8D60
RGB: (239,141,96)
#EF8D60 contains mainly red color. Web safe color of #EF8D60 is #FF9966 (or #F96).
#EF8D60 color RGB value is (239,141,96).
RGB: (239,141,96)
(94%, 55%, 38%)
R 239 of 255 = 94%
G 141 of 255 = 55%
B 96 of 255 = 38%
R + G + B ~ 62%. #EF8D60 is quite light color.
R + G + B = 239 + 141 + 96 = 476 (100%)
R 239 of 476 ~ 50.21%
G 141 of 476 ~ 29.62%
B 96 of 476 ~ 20.17'%
#EF8D60 color CMYK value is (0,41,60,6).
CMYK: (0,41,60,6)
C0M41Y60K6 (0%, 41%, 60%, 6%)
(0.00 / 0.41 / 0.60 / 0.06)
Color #EF8D60 in popluar color models
EF | 8D | 60 | |
---|---|---|---|
RGB | 239 | 141 | 96 |
HSL | 19° | 81.71% | 65.69% |
HSB/HSV | 19° | 59.83% | 93.73% |
CMYK | 0.00% | 41.00% | 59.83% |
6.27% |
Color #EF8D60 in popluar number systems.
HEX | EF | 8D | 60 |
Decimal | 239 | 141 | 96 |
Binary | 11101111 | 10001101 | 1100000 |
Octal | 357 | 215 | 140 |
Shades of #EF8D60
Tints of #EF8D60
Examples of css and html codes for elements with #EF8D60 color. Also use rgb(239,141,96) instead hex code.
.myTextColor { color: #EF8D60; }
<p style="color:#EF8D60">This sample text font color is #EF8D60.</p>
This text font color is #EF8D60.
.myBgColor { background-color: #EF8D60; }
<div style="background-color:#EF8D60">Inner text</div>
This div background color is #EF8D60.
.myBorderColor { border: 1px solid #EF8D60; }
<div style="border:3px solid #EF8D60">Div</div>
This div border color is #EF8D60.
.myOpacity80 { color: #EF8D60; opacity: 0.8; }
<p style="color:#EF8D60;opacity:0.8;">80%</p>
Text with #EF8D60 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF8D60;}
<p style="text-shadow: 3px 3px 1px #EF8D60">Text here.</p>
This text has shadow with #EF8D60 color.
.textShadow {text-shadow: 3px 3px 1px #EF8D60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF8D60, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF8D60 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF8D60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF8D60, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF8D60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF8D60;
-webkit-box-shadow: 1px 1px 3px 2px #EF8D60;
box-shadow: 1px 1px 3px 2px #EF8D60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF8D60; -webkit-box-shadow: 1px 1px 3px 2px #EF8D60; box-shadow:1px 1px 3px 2px #EF8D60;">
Div content here
</div>
This text has color #EF8D60 on black background.
This text has color #EF8D60 on white background.
This text has black color on #EF8D60 background.
This text has white color on #EF8D60 background.
Complementary color for #hex is #10729F.