Shades of Tangerine #EF8511
Tints of Tangerine #EF8511
RGB
CMYK
RGB Variations
Color information
#EF8511 (or 0xEF8511) is known color: Tangerine. HEX triplet: EF, 85 and 11. RGB value is (239,133,17). Sum of RGB (Red+Green+Blue) = 239+133+17=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8511 is #107AEE. Grayscale: #989898. Windows color (decimal): -1080047 or 1148399. OLE color: 1148399.
HSL color Cylindrical-coordinate representation of color #EF8511: hue angle of 31.35º 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 #EF8511 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 17 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.06 |
| HSL | 31.35º | 0.87% | 0.5% | - |
| HSV(B) | 31.35º | 0.93% | 0.94% | - |
| XYZ | 44.09 | 35.17 | 4.99 | - |
| YUV | 151.47 | 52.12 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 17 | 0 | 0.44 | 0.93 | 0.06 | 31.35 | 0.87 | 0.5 |
| Hex | EF | 85 | 11 | 0 | 2C | 5D | 6 | 1F | 57 | 32 |
| Octal | 357 | 205 | 21 | 0 | 54 | 135 | 6 | 37 | 127 | 62 |
| Binary | 11101111 | 10000101 | 10001 | 0 | 101100 | 1011101 | 110 | 11111 | 1010111 | 110010 |
Color Harmonies of #EF8511
Complementary color
Monochromatic Colors of #EF8511
Black with #EF8511
Text Example
Text Example
White with #EF8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8511; }
p { color: rgb(239,133,17); }
H1.HeaderClassName
{
color: #EF8511;
}
.AnyTagClassName
{
color: #EF8511;
}
</style>
background-color css
<style>
a { background-color: #EF8511; }
a { background-color: rgb(239,133,17); }
div.DivClassName
{
background-color: #EF8511;
}
.BgClassName
{
background-color: #EF8511;
}
</style>
border-color css
<style>
span { border-color: #EF8511; }
span { border-color: rgb(239,133,17); }
td.TdClassName
{
border-color: #EF8511;
}
.TagClassName
{
border-color: #EF8511;
}
</style>