Shades of Mango Tango #E8700B
Tints of Mango Tango #E8700B
RGB
CMYK
RGB Variations
Color information
#E8700B (or 0xE8700B) is known color: Mango Tango. HEX triplet: E8, 70 and 0B. RGB value is (232,112,11). Sum of RGB (Red+Green+Blue) = 232+112+11=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8700B is #178FF4. Grayscale: #888888. Windows color (decimal): -1544181 or 749800. OLE color: 749800.
HSL color Cylindrical-coordinate representation of color #E8700B: hue angle of 27.42º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8700B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.09 |
| HSL | 27.42º | 0.91% | 0.48% | - |
| HSV(B) | 27.42º | 0.95% | 0.91% | - |
| XYZ | 39.13 | 28.77 | 3.81 | - |
| YUV | 136.37 | 57.26 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 11 | 0 | 0.52 | 0.95 | 0.09 | 27.42 | 0.91 | 0.48 |
| Hex | E8 | 70 | B | 0 | 34 | 5F | 9 | 1B | 5B | 30 |
| Octal | 350 | 160 | 13 | 0 | 64 | 137 | 11 | 33 | 133 | 60 |
| Binary | 11101000 | 1110000 | 1011 | 0 | 110100 | 1011111 | 1001 | 11011 | 1011011 | 110000 |
Color Harmonies of #E8700B
Complementary color
Monochromatic Colors of #E8700B
Black with #E8700B
Text Example
Text Example
White with #E8700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8700B; }
p { color: rgb(232,112,11); }
H1.HeaderClassName
{
color: #E8700B;
}
.AnyTagClassName
{
color: #E8700B;
}
</style>
background-color css
<style>
a { background-color: #E8700B; }
a { background-color: rgb(232,112,11); }
div.DivClassName
{
background-color: #E8700B;
}
.BgClassName
{
background-color: #E8700B;
}
</style>
border-color css
<style>
span { border-color: #E8700B; }
span { border-color: rgb(232,112,11); }
td.TdClassName
{
border-color: #E8700B;
}
.TagClassName
{
border-color: #E8700B;
}
</style>