Shades of Tangerine #EF8412
Tints of Tangerine #EF8412
RGB
CMYK
RGB Variations
Color information
#EF8412 (or 0xEF8412) is known color: Tangerine. HEX triplet: EF, 84 and 12. RGB value is (239,132,18). Sum of RGB (Red+Green+Blue) = 239+132+18=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8412 is #107BED. Grayscale: #979797. Windows color (decimal): -1080302 or 1213679. OLE color: 1213679.
HSL color Cylindrical-coordinate representation of color #EF8412: hue angle of 30.95º 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 #EF8412 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.06 |
| HSL | 30.95º | 0.87% | 0.5% | - |
| HSV(B) | 30.95º | 0.92% | 0.94% | - |
| XYZ | 43.96 | 34.9 | 4.99 | - |
| YUV | 151 | 52.95 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 18 | 0 | 0.45 | 0.92 | 0.06 | 30.95 | 0.87 | 0.5 |
| Hex | EF | 84 | 12 | 0 | 2D | 5C | 6 | 1F | 57 | 32 |
| Octal | 357 | 204 | 22 | 0 | 55 | 134 | 6 | 37 | 127 | 62 |
| Binary | 11101111 | 10000100 | 10010 | 0 | 101101 | 1011100 | 110 | 11111 | 1010111 | 110010 |
Color Harmonies of #EF8412
Complementary color
Monochromatic Colors of #EF8412
Black with #EF8412
Text Example
Text Example
White with #EF8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8412; }
p { color: rgb(239,132,18); }
H1.HeaderClassName
{
color: #EF8412;
}
.AnyTagClassName
{
color: #EF8412;
}
</style>
background-color css
<style>
a { background-color: #EF8412; }
a { background-color: rgb(239,132,18); }
div.DivClassName
{
background-color: #EF8412;
}
.BgClassName
{
background-color: #EF8412;
}
</style>
border-color css
<style>
span { border-color: #EF8412; }
span { border-color: rgb(239,132,18); }
td.TdClassName
{
border-color: #EF8412;
}
.TagClassName
{
border-color: #EF8412;
}
</style>