Shades of Dark Tangerine #EFAF11
Tints of Dark Tangerine #EFAF11
RGB
CMYK
RGB Variations
Color information
#EFAF11 (or 0xEFAF11) is known color: Dark Tangerine. HEX triplet: EF, AF and 11. RGB value is (239,175,17). Sum of RGB (Red+Green+Blue) = 239+175+17=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF11 is #1050EE. Grayscale: #B0B0B0. Windows color (decimal): -1069295 or 1159151. OLE color: 1159151.
HSL color Cylindrical-coordinate representation of color #EFAF11: hue angle of 42.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFAF11 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.06 |
| HSL | 42.7º | 0.87% | 0.5% | - |
| HSV(B) | 42.7º | 0.93% | 0.94% | - |
| XYZ | 51.03 | 49.05 | 7.31 | - |
| YUV | 176.12 | 38.2 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 17 | 0 | 0.27 | 0.93 | 0.06 | 42.7 | 0.87 | 0.5 |
| Hex | EF | AF | 11 | 0 | 1B | 5D | 6 | 2B | 57 | 32 |
| Octal | 357 | 257 | 21 | 0 | 33 | 135 | 6 | 53 | 127 | 62 |
| Binary | 11101111 | 10101111 | 10001 | 0 | 11011 | 1011101 | 110 | 101011 | 1010111 | 110010 |
Color Harmonies of #EFAF11
Complementary color
Monochromatic Colors of #EFAF11
Black with #EFAF11
Text Example
Text Example
White with #EFAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF11; }
p { color: rgb(239,175,17); }
H1.HeaderClassName
{
color: #EFAF11;
}
.AnyTagClassName
{
color: #EFAF11;
}
</style>
background-color css
<style>
a { background-color: #EFAF11; }
a { background-color: rgb(239,175,17); }
div.DivClassName
{
background-color: #EFAF11;
}
.BgClassName
{
background-color: #EFAF11;
}
</style>
border-color css
<style>
span { border-color: #EFAF11; }
span { border-color: rgb(239,175,17); }
td.TdClassName
{
border-color: #EFAF11;
}
.TagClassName
{
border-color: #EFAF11;
}
</style>