Shades of Mango Tango #E07E10
Tints of Mango Tango #E07E10
RGB
CMYK
RGB Variations
Color information
#E07E10 (or 0xE07E10) is known color: Mango Tango. HEX triplet: E0, 7E and 10. RGB value is (224,126,16). Sum of RGB (Red+Green+Blue) = 224+126+16=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07E10 is #1F81EF. Grayscale: #8F8F8F. Windows color (decimal): -2064880 or 1081056. OLE color: 1081056.
HSL color Cylindrical-coordinate representation of color #E07E10: hue angle of 31.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E07E10 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.12 |
| HSL | 31.73º | 0.87% | 0.47% | - |
| HSV(B) | 31.73º | 0.93% | 0.88% | - |
| XYZ | 38.29 | 30.81 | 4.42 | - |
| YUV | 142.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 16 | 0 | 0.44 | 0.93 | 0.12 | 31.73 | 0.87 | 0.47 |
| Hex | E0 | 7E | 10 | 0 | 2C | 5D | C | 20 | 57 | 2F |
| Octal | 340 | 176 | 20 | 0 | 54 | 135 | 14 | 40 | 127 | 57 |
| Binary | 11100000 | 1111110 | 10000 | 0 | 101100 | 1011101 | 1100 | 100000 | 1010111 | 101111 |
Color Harmonies of #E07E10
Complementary color
Monochromatic Colors of #E07E10
Black with #E07E10
Text Example
Text Example
White with #E07E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E10; }
p { color: rgb(224,126,16); }
H1.HeaderClassName
{
color: #E07E10;
}
.AnyTagClassName
{
color: #E07E10;
}
</style>
background-color css
<style>
a { background-color: #E07E10; }
a { background-color: rgb(224,126,16); }
div.DivClassName
{
background-color: #E07E10;
}
.BgClassName
{
background-color: #E07E10;
}
</style>
border-color css
<style>
span { border-color: #E07E10; }
span { border-color: rgb(224,126,16); }
td.TdClassName
{
border-color: #E07E10;
}
.TagClassName
{
border-color: #E07E10;
}
</style>