Shades of Tangerine #EF8512
Tints of Tangerine #EF8512
RGB
CMYK
RGB Variations
Color information
#EF8512 (or 0xEF8512) is known color: Tangerine. HEX triplet: EF, 85 and 12. RGB value is (239,133,18). Sum of RGB (Red+Green+Blue) = 239+133+18=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8512 is #107AED. Grayscale: #989898. Windows color (decimal): -1080046 or 1213935. OLE color: 1213935.
HSL color Cylindrical-coordinate representation of color #EF8512: hue angle of 31.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8512 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.06 |
| HSL | 31.22º | 0.87% | 0.5% | - |
| HSV(B) | 31.22º | 0.92% | 0.94% | - |
| XYZ | 44.09 | 35.17 | 5.04 | - |
| YUV | 151.58 | 52.62 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 18 | 0 | 0.44 | 0.92 | 0.06 | 31.22 | 0.87 | 0.5 |
| Hex | EF | 85 | 12 | 0 | 2C | 5C | 6 | 1F | 57 | 32 |
| Octal | 357 | 205 | 22 | 0 | 54 | 134 | 6 | 37 | 127 | 62 |
| Binary | 11101111 | 10000101 | 10010 | 0 | 101100 | 1011100 | 110 | 11111 | 1010111 | 110010 |
Color Harmonies of #EF8512
Complementary color
Monochromatic Colors of #EF8512
Black with #EF8512
Text Example
Text Example
White with #EF8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8512; }
p { color: rgb(239,133,18); }
H1.HeaderClassName
{
color: #EF8512;
}
.AnyTagClassName
{
color: #EF8512;
}
</style>
background-color css
<style>
a { background-color: #EF8512; }
a { background-color: rgb(239,133,18); }
div.DivClassName
{
background-color: #EF8512;
}
.BgClassName
{
background-color: #EF8512;
}
</style>
border-color css
<style>
span { border-color: #EF8512; }
span { border-color: rgb(239,133,18); }
td.TdClassName
{
border-color: #EF8512;
}
.TagClassName
{
border-color: #EF8512;
}
</style>