Shades of Dark Tangerine #EFAB0A
Tints of Dark Tangerine #EFAB0A
RGB
CMYK
RGB Variations
Color information
#EFAB0A (or 0xEFAB0A) is known color: Dark Tangerine. HEX triplet: EF, AB and 0A. RGB value is (239,171,10). Sum of RGB (Red+Green+Blue) = 239+171+10=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB0A is #1054F5. Grayscale: #ADADAD. Windows color (decimal): -1070326 or 699375. OLE color: 699375.
HSL color Cylindrical-coordinate representation of color #EFAB0A: hue angle of 42.18º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFAB0A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.06 |
| HSL | 42.18º | 0.92% | 0.49% | - |
| HSV(B) | 42.18º | 0.96% | 0.94% | - |
| XYZ | 50.21 | 47.5 | 6.81 | - |
| YUV | 172.98 | 36.03 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 10 | 0 | 0.28 | 0.96 | 0.06 | 42.18 | 0.92 | 0.49 |
| Hex | EF | AB | A | 0 | 1C | 60 | 6 | 2A | 5C | 31 |
| Octal | 357 | 253 | 12 | 0 | 34 | 140 | 6 | 52 | 134 | 61 |
| Binary | 11101111 | 10101011 | 1010 | 0 | 11100 | 1100000 | 110 | 101010 | 1011100 | 110001 |
Color Harmonies of #EFAB0A
Complementary color
Monochromatic Colors of #EFAB0A
Black with #EFAB0A
Text Example
Text Example
White with #EFAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB0A; }
p { color: rgb(239,171,10); }
H1.HeaderClassName
{
color: #EFAB0A;
}
.AnyTagClassName
{
color: #EFAB0A;
}
</style>
background-color css
<style>
a { background-color: #EFAB0A; }
a { background-color: rgb(239,171,10); }
div.DivClassName
{
background-color: #EFAB0A;
}
.BgClassName
{
background-color: #EFAB0A;
}
</style>
border-color css
<style>
span { border-color: #EFAB0A; }
span { border-color: rgb(239,171,10); }
td.TdClassName
{
border-color: #EFAB0A;
}
.TagClassName
{
border-color: #EFAB0A;
}
</style>