Shades of Mango Tango #E07C01
Tints of Mango Tango #E07C01
RGB
CMYK
RGB Variations
Color information
#E07C01 (or 0xE07C01) is known color: Mango Tango. HEX triplet: E0, 7C and 01. RGB value is (224,124,1). Sum of RGB (Red+Green+Blue) = 224+124+1=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07C01 is #1F83FE. Grayscale: #8C8C8C. Windows color (decimal): -2065407 or 97504. OLE color: 97504.
HSL color Cylindrical-coordinate representation of color #E07C01: hue angle of 33.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E07C01 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.12 |
| HSL | 33.09º | 0.99% | 0.44% | - |
| HSV(B) | 33.09º | 1% | 0.88% | - |
| XYZ | 37.95 | 30.26 | 3.87 | - |
| YUV | 139.88 | 49.63 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 1 | 0 | 0.45 | 1.00 | 0.12 | 33.09 | 0.99 | 0.44 |
| Hex | E0 | 7C | 1 | 0 | 2D | 64 | C | 21 | 63 | 2C |
| Octal | 340 | 174 | 1 | 0 | 55 | 144 | 14 | 41 | 143 | 54 |
| Binary | 11100000 | 1111100 | 1 | 0 | 101101 | 1100100 | 1100 | 100001 | 1100011 | 101100 |
Color Harmonies of #E07C01
Complementary color
Monochromatic Colors of #E07C01
Black with #E07C01
Text Example
Text Example
White with #E07C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C01; }
p { color: rgb(224,124,1); }
H1.HeaderClassName
{
color: #E07C01;
}
.AnyTagClassName
{
color: #E07C01;
}
</style>
background-color css
<style>
a { background-color: #E07C01; }
a { background-color: rgb(224,124,1); }
div.DivClassName
{
background-color: #E07C01;
}
.BgClassName
{
background-color: #E07C01;
}
</style>
border-color css
<style>
span { border-color: #E07C01; }
span { border-color: rgb(224,124,1); }
td.TdClassName
{
border-color: #E07C01;
}
.TagClassName
{
border-color: #E07C01;
}
</style>