Shades of Tangerine #E87F12
Tints of Tangerine #E87F12
RGB
CMYK
RGB Variations
Color information
#E87F12 (or 0xE87F12) is known color: Tangerine. HEX triplet: E8, 7F and 12. RGB value is (232,127,18). Sum of RGB (Red+Green+Blue) = 232+127+18=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E87F12 is #1780ED. Grayscale: #929292. Windows color (decimal): -1540334 or 1212392. OLE color: 1212392.
HSL color Cylindrical-coordinate representation of color #E87F12: hue angle of 30.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E87F12 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.09 |
| HSL | 30.56º | 0.86% | 0.49% | - |
| HSV(B) | 30.56º | 0.92% | 0.91% | - |
| XYZ | 40.98 | 32.38 | 4.66 | - |
| YUV | 145.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 18 | 0 | 0.45 | 0.92 | 0.09 | 30.56 | 0.86 | 0.49 |
| Hex | E8 | 7F | 12 | 0 | 2D | 5C | 9 | 1F | 56 | 31 |
| Octal | 350 | 177 | 22 | 0 | 55 | 134 | 11 | 37 | 126 | 61 |
| Binary | 11101000 | 1111111 | 10010 | 0 | 101101 | 1011100 | 1001 | 11111 | 1010110 | 110001 |
Color Harmonies of #E87F12
Complementary color
Monochromatic Colors of #E87F12
Black with #E87F12
Text Example
Text Example
White with #E87F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F12; }
p { color: rgb(232,127,18); }
H1.HeaderClassName
{
color: #E87F12;
}
.AnyTagClassName
{
color: #E87F12;
}
</style>
background-color css
<style>
a { background-color: #E87F12; }
a { background-color: rgb(232,127,18); }
div.DivClassName
{
background-color: #E87F12;
}
.BgClassName
{
background-color: #E87F12;
}
</style>
border-color css
<style>
span { border-color: #E87F12; }
span { border-color: rgb(232,127,18); }
td.TdClassName
{
border-color: #E87F12;
}
.TagClassName
{
border-color: #E87F12;
}
</style>