Shades of Tangerine #EF8610
Tints of Tangerine #EF8610
RGB
CMYK
RGB Variations
Color information
#EF8610 (or 0xEF8610) is known color: Tangerine. HEX triplet: EF, 86 and 10. RGB value is (239,134,16). Sum of RGB (Red+Green+Blue) = 239+134+16=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8610 is #1079EF. Grayscale: #989898. Windows color (decimal): -1079792 or 1083119. OLE color: 1083119.
HSL color Cylindrical-coordinate representation of color #EF8610: hue angle of 31.75º 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 #EF8610 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.06 |
| HSL | 31.75º | 0.87% | 0.5% | - |
| HSV(B) | 31.75º | 0.93% | 0.94% | - |
| XYZ | 44.22 | 35.44 | 5 | - |
| YUV | 151.94 | 51.29 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 16 | 0 | 0.44 | 0.93 | 0.06 | 31.75 | 0.87 | 0.5 |
| Hex | EF | 86 | 10 | 0 | 2C | 5D | 6 | 20 | 57 | 32 |
| Octal | 357 | 206 | 20 | 0 | 54 | 135 | 6 | 40 | 127 | 62 |
| Binary | 11101111 | 10000110 | 10000 | 0 | 101100 | 1011101 | 110 | 100000 | 1010111 | 110010 |
Color Harmonies of #EF8610
Complementary color
Monochromatic Colors of #EF8610
Black with #EF8610
Text Example
Text Example
White with #EF8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8610; }
p { color: rgb(239,134,16); }
H1.HeaderClassName
{
color: #EF8610;
}
.AnyTagClassName
{
color: #EF8610;
}
</style>
background-color css
<style>
a { background-color: #EF8610; }
a { background-color: rgb(239,134,16); }
div.DivClassName
{
background-color: #EF8610;
}
.BgClassName
{
background-color: #EF8610;
}
</style>
border-color css
<style>
span { border-color: #EF8610; }
span { border-color: rgb(239,134,16); }
td.TdClassName
{
border-color: #EF8610;
}
.TagClassName
{
border-color: #EF8610;
}
</style>