Shades of Tangerine #E88112
Tints of Tangerine #E88112
RGB
CMYK
RGB Variations
Color information
#E88112 (or 0xE88112) is known color: Tangerine. HEX triplet: E8, 81 and 12. RGB value is (232,129,18). Sum of RGB (Red+Green+Blue) = 232+129+18=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E88112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88112 is #177EED. Grayscale: #939393. Windows color (decimal): -1539822 or 1212904. OLE color: 1212904.
HSL color Cylindrical-coordinate representation of color #E88112: hue angle of 31.12º 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 #E88112 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.09 |
| HSL | 31.12º | 0.86% | 0.49% | - |
| HSV(B) | 31.12º | 0.92% | 0.91% | - |
| XYZ | 41.24 | 32.9 | 4.75 | - |
| YUV | 147.14 | 55.12 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 18 | 0 | 0.44 | 0.92 | 0.09 | 31.12 | 0.86 | 0.49 |
| Hex | E8 | 81 | 12 | 0 | 2C | 5C | 9 | 1F | 56 | 31 |
| Octal | 350 | 201 | 22 | 0 | 54 | 134 | 11 | 37 | 126 | 61 |
| Binary | 11101000 | 10000001 | 10010 | 0 | 101100 | 1011100 | 1001 | 11111 | 1010110 | 110001 |
Color Harmonies of #E88112
Complementary color
Monochromatic Colors of #E88112
Black with #E88112
Text Example
Text Example
White with #E88112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88112; }
p { color: rgb(232,129,18); }
H1.HeaderClassName
{
color: #E88112;
}
.AnyTagClassName
{
color: #E88112;
}
</style>
background-color css
<style>
a { background-color: #E88112; }
a { background-color: rgb(232,129,18); }
div.DivClassName
{
background-color: #E88112;
}
.BgClassName
{
background-color: #E88112;
}
</style>
border-color css
<style>
span { border-color: #E88112; }
span { border-color: rgb(232,129,18); }
td.TdClassName
{
border-color: #E88112;
}
.TagClassName
{
border-color: #E88112;
}
</style>