Shades of Tangerine #EF8510
Tints of Tangerine #EF8510
RGB
CMYK
RGB Variations
Color information
#EF8510 (or 0xEF8510) is known color: Tangerine. HEX triplet: EF, 85 and 10. RGB value is (239,133,16). Sum of RGB (Red+Green+Blue) = 239+133+16=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8510 is #107AEF. Grayscale: #979797. Windows color (decimal): -1080048 or 1082863. OLE color: 1082863.
HSL color Cylindrical-coordinate representation of color #EF8510: hue angle of 31.48º 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 #EF8510 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.06 |
| HSL | 31.48º | 0.87% | 0.5% | - |
| HSV(B) | 31.48º | 0.93% | 0.94% | - |
| XYZ | 44.08 | 35.16 | 4.95 | - |
| YUV | 151.36 | 51.62 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 16 | 0 | 0.44 | 0.93 | 0.06 | 31.48 | 0.87 | 0.5 |
| Hex | EF | 85 | 10 | 0 | 2C | 5D | 6 | 1F | 57 | 32 |
| Octal | 357 | 205 | 20 | 0 | 54 | 135 | 6 | 37 | 127 | 62 |
| Binary | 11101111 | 10000101 | 10000 | 0 | 101100 | 1011101 | 110 | 11111 | 1010111 | 110010 |
Color Harmonies of #EF8510
Complementary color
Monochromatic Colors of #EF8510
Black with #EF8510
Text Example
Text Example
White with #EF8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8510; }
p { color: rgb(239,133,16); }
H1.HeaderClassName
{
color: #EF8510;
}
.AnyTagClassName
{
color: #EF8510;
}
</style>
background-color css
<style>
a { background-color: #EF8510; }
a { background-color: rgb(239,133,16); }
div.DivClassName
{
background-color: #EF8510;
}
.BgClassName
{
background-color: #EF8510;
}
</style>
border-color css
<style>
span { border-color: #EF8510; }
span { border-color: rgb(239,133,16); }
td.TdClassName
{
border-color: #EF8510;
}
.TagClassName
{
border-color: #EF8510;
}
</style>