Shades of Mango Tango #E87C01
Tints of Mango Tango #E87C01
RGB
CMYK
RGB Variations
Color information
#E87C01 (or 0xE87C01) is known color: Mango Tango. HEX triplet: E8, 7C and 01. RGB value is (232,124,1). Sum of RGB (Red+Green+Blue) = 232+124+1=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E87C01 is #1783FE. Grayscale: #8E8E8E. Windows color (decimal): -1541119 or 97512. OLE color: 97512.
HSL color Cylindrical-coordinate representation of color #E87C01: hue angle of 31.95º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E87C01 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.09 |
| HSL | 31.95º | 0.99% | 0.46% | - |
| HSV(B) | 31.95º | 1% | 0.91% | - |
| XYZ | 40.49 | 31.57 | 3.99 | - |
| YUV | 142.27 | 48.28 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 1 | 0 | 0.47 | 1.00 | 0.09 | 31.95 | 0.99 | 0.46 |
| Hex | E8 | 7C | 1 | 0 | 2F | 64 | 9 | 20 | 63 | 2E |
| Octal | 350 | 174 | 1 | 0 | 57 | 144 | 11 | 40 | 143 | 56 |
| Binary | 11101000 | 1111100 | 1 | 0 | 101111 | 1100100 | 1001 | 100000 | 1100011 | 101110 |
Color Harmonies of #E87C01
Complementary color
Monochromatic Colors of #E87C01
Black with #E87C01
Text Example
Text Example
White with #E87C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87C01; }
p { color: rgb(232,124,1); }
H1.HeaderClassName
{
color: #E87C01;
}
.AnyTagClassName
{
color: #E87C01;
}
</style>
background-color css
<style>
a { background-color: #E87C01; }
a { background-color: rgb(232,124,1); }
div.DivClassName
{
background-color: #E87C01;
}
.BgClassName
{
background-color: #E87C01;
}
</style>
border-color css
<style>
span { border-color: #E87C01; }
span { border-color: rgb(232,124,1); }
td.TdClassName
{
border-color: #E87C01;
}
.TagClassName
{
border-color: #E87C01;
}
</style>