HEX: #EF8E5D
RGB: (239,142,93)
#EF8E5D contains mainly red color. Web safe color of #EF8E5D is #FF9966 (or #F96).
#EF8E5D color RGB value is (239,142,93).
RGB: (239,142,93)
(94%, 56%, 36%)
R 239 of 255 = 94%
G 142 of 255 = 56%
B 93 of 255 = 36%
R + G + B ~ 62%. #EF8E5D is quite light color.
R + G + B = 239 + 142 + 93 = 474 (100%)
R 239 of 474 ~ 50.42%
G 142 of 474 ~ 29.96%
B 93 of 474 ~ 19.62'%
#EF8E5D color CMYK value is (0,41,61,6).
CMYK: (0,41,61,6)
C0M41Y61K6 (0%, 41%, 61%, 6%)
(0.00 / 0.41 / 0.61 / 0.06)
Color #EF8E5D in popluar color models
EF | 8E | 5D | |
---|---|---|---|
RGB | 239 | 142 | 93 |
HSL | 20° | 82.02% | 65.10% |
HSB/HSV | 20° | 61.09% | 93.73% |
CMYK | 0.00% | 40.59% | 61.09% |
6.27% |
Color #EF8E5D in popluar number systems.
HEX | EF | 8E | 5D |
Decimal | 239 | 142 | 93 |
Binary | 11101111 | 10001110 | 1011101 |
Octal | 357 | 216 | 135 |
Shades of #EF8E5D
Tints of #EF8E5D
Examples of css and html codes for elements with #EF8E5D color. Also use rgb(239,142,93) instead hex code.
.myTextColor { color: #EF8E5D; }
<p style="color:#EF8E5D">This sample text font color is #EF8E5D.</p>
This text font color is #EF8E5D.
.myBgColor { background-color: #EF8E5D; }
<div style="background-color:#EF8E5D">Inner text</div>
This div background color is #EF8E5D.
.myBorderColor { border: 1px solid #EF8E5D; }
<div style="border:3px solid #EF8E5D">Div</div>
This div border color is #EF8E5D.
.myOpacity80 { color: #EF8E5D; opacity: 0.8; }
<p style="color:#EF8E5D;opacity:0.8;">80%</p>
Text with #EF8E5D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF8E5D;}
<p style="text-shadow: 3px 3px 1px #EF8E5D">Text here.</p>
This text has shadow with #EF8E5D color.
.textShadow {text-shadow: 3px 3px 1px #EF8E5D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF8E5D, 5px 5px 20px red">Text here.</p>
This text has shadow with #EF8E5D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF8E5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF8E5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF8E5D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF8E5D;
-webkit-box-shadow: 1px 1px 3px 2px #EF8E5D;
box-shadow: 1px 1px 3px 2px #EF8E5D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF8E5D; -webkit-box-shadow: 1px 1px 3px 2px #EF8E5D; box-shadow:1px 1px 3px 2px #EF8E5D;">
Div content here
</div>
This text has color #EF8E5D on black background.
This text has color #EF8E5D on white background.
This text has black color on #EF8E5D background.
This text has white color on #EF8E5D background.
Complementary color for #hex is #1071A2.