Shades of Mango Tango #E87A00
Tints of Mango Tango #E87A00
RGB
CMYK
RGB Variations
Color information
#E87A00 (or 0xE87A00) is known color: Mango Tango. HEX triplet: E8, 7A and 00. RGB value is (232,122,0). Sum of RGB (Red+Green+Blue) = 232+122+0=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E87A00 is #1785FF. Grayscale: #8D8D8D. Windows color (decimal): -1541632 or 31464. OLE color: 31464.
HSL color Cylindrical-coordinate representation of color #E87A00: hue angle of 31.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E87A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.09 |
| HSL | 31.55º | 1% | 0.45% | - |
| HSV(B) | 31.55º | 1% | 0.91% | - |
| XYZ | 40.24 | 31.07 | 3.88 | - |
| YUV | 140.98 | 48.44 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 0 | 0 | 0.47 | 1 | 0.09 | 31.55 | 1 | 0.45 |
| Hex | E8 | 7A | 0 | 0 | 2F | 64 | 9 | 20 | 64 | 2D |
| Octal | 350 | 172 | 0 | 0 | 57 | 144 | 11 | 40 | 144 | 55 |
| Binary | 11101000 | 1111010 | 0 | 0 | 101111 | 1100100 | 1001 | 100000 | 1100100 | 101101 |
Color Harmonies of #E87A00
Complementary color
Monochromatic Colors of #E87A00
Black with #E87A00
Text Example
Text Example
White with #E87A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A00; }
p { color: rgb(232,122,0); }
H1.HeaderClassName
{
color: #E87A00;
}
.AnyTagClassName
{
color: #E87A00;
}
</style>
background-color css
<style>
a { background-color: #E87A00; }
a { background-color: rgb(232,122,0); }
div.DivClassName
{
background-color: #E87A00;
}
.BgClassName
{
background-color: #E87A00;
}
</style>
border-color css
<style>
span { border-color: #E87A00; }
span { border-color: rgb(232,122,0); }
td.TdClassName
{
border-color: #E87A00;
}
.TagClassName
{
border-color: #E87A00;
}
</style>