Shades of Dark Tangerine #EFA717
Tints of Dark Tangerine #EFA717
RGB
CMYK
RGB Variations
Color information
#EFA717 (or 0xEFA717) is known color: Dark Tangerine. HEX triplet: EF, A7 and 17. RGB value is (239,167,23). Sum of RGB (Red+Green+Blue) = 239+167+23=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA717 is #1058E8. Grayscale: #ACACAC. Windows color (decimal): -1071337 or 1550319. OLE color: 1550319.
HSL color Cylindrical-coordinate representation of color #EFA717: hue angle of 40º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFA717 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.06 |
| HSL | 40º | 0.87% | 0.51% | - |
| HSV(B) | 40º | 0.9% | 0.94% | - |
| XYZ | 49.57 | 46.05 | 7.09 | - |
| YUV | 172.11 | 43.85 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 23 | 0 | 0.30 | 0.90 | 0.06 | 40 | 0.87 | 0.51 |
| Hex | EF | A7 | 17 | 0 | 1E | 5A | 6 | 28 | 57 | 33 |
| Octal | 357 | 247 | 27 | 0 | 36 | 132 | 6 | 50 | 127 | 63 |
| Binary | 11101111 | 10100111 | 10111 | 0 | 11110 | 1011010 | 110 | 101000 | 1010111 | 110011 |
Color Harmonies of #EFA717
Complementary color
Monochromatic Colors of #EFA717
Black with #EFA717
Text Example
Text Example
White with #EFA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA717; }
p { color: rgb(239,167,23); }
H1.HeaderClassName
{
color: #EFA717;
}
.AnyTagClassName
{
color: #EFA717;
}
</style>
background-color css
<style>
a { background-color: #EFA717; }
a { background-color: rgb(239,167,23); }
div.DivClassName
{
background-color: #EFA717;
}
.BgClassName
{
background-color: #EFA717;
}
</style>
border-color css
<style>
span { border-color: #EFA717; }
span { border-color: rgb(239,167,23); }
td.TdClassName
{
border-color: #EFA717;
}
.TagClassName
{
border-color: #EFA717;
}
</style>