Shades of Dark Tangerine #EFAB16
Tints of Dark Tangerine #EFAB16
RGB
CMYK
RGB Variations
Color information
#EFAB16 (or 0xEFAB16) is known color: Dark Tangerine. HEX triplet: EF, AB and 16. RGB value is (239,171,22). Sum of RGB (Red+Green+Blue) = 239+171+22=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB16 is #1054E9. Grayscale: #AFAFAF. Windows color (decimal): -1070314 or 1485807. OLE color: 1485807.
HSL color Cylindrical-coordinate representation of color #EFAB16: hue angle of 41.2º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFAB16 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.06 |
| HSL | 41.2º | 0.87% | 0.51% | - |
| HSV(B) | 41.2º | 0.91% | 0.94% | - |
| XYZ | 50.3 | 47.53 | 7.28 | - |
| YUV | 174.35 | 42.03 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 22 | 0 | 0.28 | 0.91 | 0.06 | 41.2 | 0.87 | 0.51 |
| Hex | EF | AB | 16 | 0 | 1C | 5B | 6 | 29 | 57 | 33 |
| Octal | 357 | 253 | 26 | 0 | 34 | 133 | 6 | 51 | 127 | 63 |
| Binary | 11101111 | 10101011 | 10110 | 0 | 11100 | 1011011 | 110 | 101001 | 1010111 | 110011 |
Color Harmonies of #EFAB16
Complementary color
Monochromatic Colors of #EFAB16
Black with #EFAB16
Text Example
Text Example
White with #EFAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB16; }
p { color: rgb(239,171,22); }
H1.HeaderClassName
{
color: #EFAB16;
}
.AnyTagClassName
{
color: #EFAB16;
}
</style>
background-color css
<style>
a { background-color: #EFAB16; }
a { background-color: rgb(239,171,22); }
div.DivClassName
{
background-color: #EFAB16;
}
.BgClassName
{
background-color: #EFAB16;
}
</style>
border-color css
<style>
span { border-color: #EFAB16; }
span { border-color: rgb(239,171,22); }
td.TdClassName
{
border-color: #EFAB16;
}
.TagClassName
{
border-color: #EFAB16;
}
</style>