Shades of Tangerine #EF8010
Tints of Tangerine #EF8010
RGB
CMYK
RGB Variations
Color information
#EF8010 (or 0xEF8010) is known color: Tangerine. HEX triplet: EF, 80 and 10. RGB value is (239,128,16). Sum of RGB (Red+Green+Blue) = 239+128+16=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8010 is #107FEF. Grayscale: #949494. Windows color (decimal): -1081328 or 1081583. OLE color: 1081583.
HSL color Cylindrical-coordinate representation of color #EF8010: hue angle of 30.13º 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 #EF8010 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.06 |
| HSL | 30.13º | 0.87% | 0.5% | - |
| HSV(B) | 30.13º | 0.93% | 0.94% | - |
| XYZ | 43.41 | 33.83 | 4.73 | - |
| YUV | 148.42 | 53.27 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 16 | 0 | 0.46 | 0.93 | 0.06 | 30.13 | 0.87 | 0.5 |
| Hex | EF | 80 | 10 | 0 | 2E | 5D | 6 | 1E | 57 | 32 |
| Octal | 357 | 200 | 20 | 0 | 56 | 135 | 6 | 36 | 127 | 62 |
| Binary | 11101111 | 10000000 | 10000 | 0 | 101110 | 1011101 | 110 | 11110 | 1010111 | 110010 |
Color Harmonies of #EF8010
Complementary color
Monochromatic Colors of #EF8010
Black with #EF8010
Text Example
Text Example
White with #EF8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8010; }
p { color: rgb(239,128,16); }
H1.HeaderClassName
{
color: #EF8010;
}
.AnyTagClassName
{
color: #EF8010;
}
</style>
background-color css
<style>
a { background-color: #EF8010; }
a { background-color: rgb(239,128,16); }
div.DivClassName
{
background-color: #EF8010;
}
.BgClassName
{
background-color: #EF8010;
}
</style>
border-color css
<style>
span { border-color: #EF8010; }
span { border-color: rgb(239,128,16); }
td.TdClassName
{
border-color: #EF8010;
}
.TagClassName
{
border-color: #EF8010;
}
</style>