Shades of Tangerine #EF8112
Tints of Tangerine #EF8112
RGB
CMYK
RGB Variations
Color information
#EF8112 (or 0xEF8112) is known color: Tangerine. HEX triplet: EF, 81 and 12. RGB value is (239,129,18). Sum of RGB (Red+Green+Blue) = 239+129+18=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8112 is #107EED. Grayscale: #959595. Windows color (decimal): -1081070 or 1212911. OLE color: 1212911.
HSL color Cylindrical-coordinate representation of color #EF8112: hue angle of 30.14º 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 #EF8112 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.06 |
| HSL | 30.14º | 0.87% | 0.5% | - |
| HSV(B) | 30.14º | 0.92% | 0.94% | - |
| XYZ | 43.56 | 34.09 | 4.86 | - |
| YUV | 149.24 | 53.94 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 18 | 0 | 0.46 | 0.92 | 0.06 | 30.14 | 0.87 | 0.5 |
| Hex | EF | 81 | 12 | 0 | 2E | 5C | 6 | 1E | 57 | 32 |
| Octal | 357 | 201 | 22 | 0 | 56 | 134 | 6 | 36 | 127 | 62 |
| Binary | 11101111 | 10000001 | 10010 | 0 | 101110 | 1011100 | 110 | 11110 | 1010111 | 110010 |
Color Harmonies of #EF8112
Complementary color
Monochromatic Colors of #EF8112
Black with #EF8112
Text Example
Text Example
White with #EF8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8112; }
p { color: rgb(239,129,18); }
H1.HeaderClassName
{
color: #EF8112;
}
.AnyTagClassName
{
color: #EF8112;
}
</style>
background-color css
<style>
a { background-color: #EF8112; }
a { background-color: rgb(239,129,18); }
div.DivClassName
{
background-color: #EF8112;
}
.BgClassName
{
background-color: #EF8112;
}
</style>
border-color css
<style>
span { border-color: #EF8112; }
span { border-color: rgb(239,129,18); }
td.TdClassName
{
border-color: #EF8112;
}
.TagClassName
{
border-color: #EF8112;
}
</style>