HEX: #EFA76C
RGB: (239,167,108)
#EFA76C contains mainly red color. Web safe color of #EFA76C is #FF9966 (or #F96).
#EFA76C color RGB value is (239,167,108).
RGB: (239,167,108)
(94%, 65%, 42%)
R 239 of 255 = 94%
G 167 of 255 = 65%
B 108 of 255 = 42%
R + G + B ~ 67%. #EFA76C is quite light color.
R + G + B = 239 + 167 + 108 = 514 (100%)
R 239 of 514 ~ 46.5%
G 167 of 514 ~ 32.49%
B 108 of 514 ~ 21.01'%
#EFA76C color CMYK value is (0,30,55,6).
CMYK: (0,30,55,6)
C0M30Y55K6 (0%, 30%, 55%, 6%)
(0.00 / 0.30 / 0.55 / 0.06)
Color #EFA76C in popluar color models
EF | A7 | 6C | |
---|---|---|---|
RGB | 239 | 167 | 108 |
HSL | 27° | 80.37% | 68.04% |
HSB/HSV | 27° | 54.81% | 93.73% |
CMYK | 0.00% | 30.13% | 54.81% |
6.27% |
Color #EFA76C in popluar number systems.
HEX | EF | A7 | 6C |
Decimal | 239 | 167 | 108 |
Binary | 11101111 | 10100111 | 1101100 |
Octal | 357 | 247 | 154 |
Shades of #EFA76C
Tints of #EFA76C
Examples of css and html codes for elements with #EFA76C color. Also use rgb(239,167,108) instead hex code.
.myTextColor { color: #EFA76C; }
<p style="color:#EFA76C">This sample text font color is #EFA76C.</p>
This text font color is #EFA76C.
.myBgColor { background-color: #EFA76C; }
<div style="background-color:#EFA76C">Inner text</div>
This div background color is #EFA76C.
.myBorderColor { border: 1px solid #EFA76C; }
<div style="border:3px solid #EFA76C">Div</div>
This div border color is #EFA76C.
.myOpacity80 { color: #EFA76C; opacity: 0.8; }
<p style="color:#EFA76C;opacity:0.8;">80%</p>
Text with #EFA76C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFA76C;}
<p style="text-shadow: 3px 3px 1px #EFA76C">Text here.</p>
This text has shadow with #EFA76C color.
.textShadow {text-shadow: 3px 3px 1px #EFA76C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFA76C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFA76C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFA76C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFA76C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFA76C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFA76C;
-webkit-box-shadow: 1px 1px 3px 2px #EFA76C;
box-shadow: 1px 1px 3px 2px #EFA76C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFA76C; -webkit-box-shadow: 1px 1px 3px 2px #EFA76C; box-shadow:1px 1px 3px 2px #EFA76C;">
Div content here
</div>
This text has color #EFA76C on black background.
This text has color #EFA76C on white background.
This text has black color on #EFA76C background.
This text has white color on #EFA76C background.
Complementary color for #hex is #105893.