Shades of Dark Tangerine #EFAF0E
Tints of Dark Tangerine #EFAF0E
RGB
CMYK
RGB Variations
Color information
#EFAF0E (or 0xEFAF0E) is known color: Dark Tangerine. HEX triplet: EF, AF and 0E. RGB value is (239,175,14). Sum of RGB (Red+Green+Blue) = 239+175+14=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF0E is #1050F1. Grayscale: #B0B0B0. Windows color (decimal): -1069298 or 962543. OLE color: 962543.
HSL color Cylindrical-coordinate representation of color #EFAF0E: hue angle of 42.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFAF0E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.06 |
| HSL | 42.93º | 0.89% | 0.5% | - |
| HSV(B) | 42.93º | 0.94% | 0.94% | - |
| XYZ | 51.01 | 49.04 | 7.19 | - |
| YUV | 175.78 | 36.7 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 14 | 0 | 0.27 | 0.94 | 0.06 | 42.93 | 0.89 | 0.5 |
| Hex | EF | AF | E | 0 | 1B | 5E | 6 | 2B | 59 | 32 |
| Octal | 357 | 257 | 16 | 0 | 33 | 136 | 6 | 53 | 131 | 62 |
| Binary | 11101111 | 10101111 | 1110 | 0 | 11011 | 1011110 | 110 | 101011 | 1011001 | 110010 |
Color Harmonies of #EFAF0E
Complementary color
Monochromatic Colors of #EFAF0E
Black with #EFAF0E
Text Example
Text Example
White with #EFAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF0E; }
p { color: rgb(239,175,14); }
H1.HeaderClassName
{
color: #EFAF0E;
}
.AnyTagClassName
{
color: #EFAF0E;
}
</style>
background-color css
<style>
a { background-color: #EFAF0E; }
a { background-color: rgb(239,175,14); }
div.DivClassName
{
background-color: #EFAF0E;
}
.BgClassName
{
background-color: #EFAF0E;
}
</style>
border-color css
<style>
span { border-color: #EFAF0E; }
span { border-color: rgb(239,175,14); }
td.TdClassName
{
border-color: #EFAF0E;
}
.TagClassName
{
border-color: #EFAF0E;
}
</style>