Shades of Tangerine #E88008
Tints of Tangerine #E88008
RGB
CMYK
RGB Variations
Color information
#E88008 (or 0xE88008) is known color: Tangerine. HEX triplet: E8, 80 and 08. RGB value is (232,128,8). Sum of RGB (Red+Green+Blue) = 232+128+8=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E88008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88008 is #177FF7. Grayscale: #929292. Windows color (decimal): -1540088 or 557288. OLE color: 557288.
HSL color Cylindrical-coordinate representation of color #E88008: hue angle of 32.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E88008 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.09 |
| HSL | 32.14º | 0.93% | 0.47% | - |
| HSV(B) | 32.14º | 0.97% | 0.91% | - |
| XYZ | 41.04 | 32.61 | 4.36 | - |
| YUV | 145.42 | 50.46 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 8 | 0 | 0.45 | 0.97 | 0.09 | 32.14 | 0.93 | 0.47 |
| Hex | E8 | 80 | 8 | 0 | 2D | 61 | 9 | 20 | 5D | 2F |
| Octal | 350 | 200 | 10 | 0 | 55 | 141 | 11 | 40 | 135 | 57 |
| Binary | 11101000 | 10000000 | 1000 | 0 | 101101 | 1100001 | 1001 | 100000 | 1011101 | 101111 |
Color Harmonies of #E88008
Complementary color
Monochromatic Colors of #E88008
Black with #E88008
Text Example
Text Example
White with #E88008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88008; }
p { color: rgb(232,128,8); }
H1.HeaderClassName
{
color: #E88008;
}
.AnyTagClassName
{
color: #E88008;
}
</style>
background-color css
<style>
a { background-color: #E88008; }
a { background-color: rgb(232,128,8); }
div.DivClassName
{
background-color: #E88008;
}
.BgClassName
{
background-color: #E88008;
}
</style>
border-color css
<style>
span { border-color: #E88008; }
span { border-color: rgb(232,128,8); }
td.TdClassName
{
border-color: #E88008;
}
.TagClassName
{
border-color: #E88008;
}
</style>