Shades of Dark Tangerine #EFAF17
Tints of Dark Tangerine #EFAF17
RGB
CMYK
RGB Variations
Color information
#EFAF17 (or 0xEFAF17) is known color: Dark Tangerine. HEX triplet: EF, AF and 17. RGB value is (239,175,23). Sum of RGB (Red+Green+Blue) = 239+175+23=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF17 is #1050E8. Grayscale: #B1B1B1. Windows color (decimal): -1069289 or 1552367. OLE color: 1552367.
HSL color Cylindrical-coordinate representation of color #EFAF17: hue angle of 42.22º 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 #EFAF17 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.06 |
| HSL | 42.22º | 0.87% | 0.51% | - |
| HSV(B) | 42.22º | 0.9% | 0.94% | - |
| XYZ | 51.08 | 49.07 | 7.59 | - |
| YUV | 176.81 | 41.2 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 23 | 0 | 0.27 | 0.90 | 0.06 | 42.22 | 0.87 | 0.51 |
| Hex | EF | AF | 17 | 0 | 1B | 5A | 6 | 2A | 57 | 33 |
| Octal | 357 | 257 | 27 | 0 | 33 | 132 | 6 | 52 | 127 | 63 |
| Binary | 11101111 | 10101111 | 10111 | 0 | 11011 | 1011010 | 110 | 101010 | 1010111 | 110011 |
Color Harmonies of #EFAF17
Complementary color
Monochromatic Colors of #EFAF17
Black with #EFAF17
Text Example
Text Example
White with #EFAF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF17; }
p { color: rgb(239,175,23); }
H1.HeaderClassName
{
color: #EFAF17;
}
.AnyTagClassName
{
color: #EFAF17;
}
</style>
background-color css
<style>
a { background-color: #EFAF17; }
a { background-color: rgb(239,175,23); }
div.DivClassName
{
background-color: #EFAF17;
}
.BgClassName
{
background-color: #EFAF17;
}
</style>
border-color css
<style>
span { border-color: #EFAF17; }
span { border-color: rgb(239,175,23); }
td.TdClassName
{
border-color: #EFAF17;
}
.TagClassName
{
border-color: #EFAF17;
}
</style>