Shades of Dark Tangerine #EFA917
Tints of Dark Tangerine #EFA917
RGB
CMYK
RGB Variations
Color information
#EFA917 (or 0xEFA917) is known color: Dark Tangerine. HEX triplet: EF, A9 and 17. RGB value is (239,169,23). Sum of RGB (Red+Green+Blue) = 239+169+23=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA917 is #1056E8. Grayscale: #ADADAD. Windows color (decimal): -1070825 or 1550831. OLE color: 1550831.
HSL color Cylindrical-coordinate representation of color #EFA917: hue angle of 40.56º 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 #EFA917 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.06 |
| HSL | 40.56º | 0.87% | 0.51% | - |
| HSV(B) | 40.56º | 0.9% | 0.94% | - |
| XYZ | 49.94 | 46.79 | 7.21 | - |
| YUV | 173.29 | 43.19 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 23 | 0 | 0.29 | 0.90 | 0.06 | 40.56 | 0.87 | 0.51 |
| Hex | EF | A9 | 17 | 0 | 1D | 5A | 6 | 29 | 57 | 33 |
| Octal | 357 | 251 | 27 | 0 | 35 | 132 | 6 | 51 | 127 | 63 |
| Binary | 11101111 | 10101001 | 10111 | 0 | 11101 | 1011010 | 110 | 101001 | 1010111 | 110011 |
Color Harmonies of #EFA917
Complementary color
Monochromatic Colors of #EFA917
Black with #EFA917
Text Example
Text Example
White with #EFA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA917; }
p { color: rgb(239,169,23); }
H1.HeaderClassName
{
color: #EFA917;
}
.AnyTagClassName
{
color: #EFA917;
}
</style>
background-color css
<style>
a { background-color: #EFA917; }
a { background-color: rgb(239,169,23); }
div.DivClassName
{
background-color: #EFA917;
}
.BgClassName
{
background-color: #EFA917;
}
</style>
border-color css
<style>
span { border-color: #EFA917; }
span { border-color: rgb(239,169,23); }
td.TdClassName
{
border-color: #EFA917;
}
.TagClassName
{
border-color: #EFA917;
}
</style>