Shades of Dark Tangerine #EFAF18
Tints of Dark Tangerine #EFAF18
RGB
CMYK
RGB Variations
Color information
#EFAF18 (or 0xEFAF18) is known color: Dark Tangerine. HEX triplet: EF, AF and 18. RGB value is (239,175,24). Sum of RGB (Red+Green+Blue) = 239+175+24=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF18 is #1050E7. Grayscale: #B1B1B1. Windows color (decimal): -1069288 or 1617903. OLE color: 1617903.
HSL color Cylindrical-coordinate representation of color #EFAF18: hue angle of 42.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFAF18 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 24 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.06 |
| HSL | 42.14º | 0.87% | 0.52% | - |
| HSV(B) | 42.14º | 0.9% | 0.94% | - |
| XYZ | 51.09 | 49.08 | 7.64 | - |
| YUV | 176.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 24 | 0 | 0.27 | 0.90 | 0.06 | 42.14 | 0.87 | 0.52 |
| Hex | EF | AF | 18 | 0 | 1B | 5A | 6 | 2A | 57 | 34 |
| Octal | 357 | 257 | 30 | 0 | 33 | 132 | 6 | 52 | 127 | 64 |
| Binary | 11101111 | 10101111 | 11000 | 0 | 11011 | 1011010 | 110 | 101010 | 1010111 | 110100 |
Color Harmonies of #EFAF18
Complementary color
Monochromatic Colors of #EFAF18
Black with #EFAF18
Text Example
Text Example
White with #EFAF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF18; }
p { color: rgb(239,175,24); }
H1.HeaderClassName
{
color: #EFAF18;
}
.AnyTagClassName
{
color: #EFAF18;
}
</style>
background-color css
<style>
a { background-color: #EFAF18; }
a { background-color: rgb(239,175,24); }
div.DivClassName
{
background-color: #EFAF18;
}
.BgClassName
{
background-color: #EFAF18;
}
</style>
border-color css
<style>
span { border-color: #EFAF18; }
span { border-color: rgb(239,175,24); }
td.TdClassName
{
border-color: #EFAF18;
}
.TagClassName
{
border-color: #EFAF18;
}
</style>