Shades of Mango Tango #E07007
Tints of Mango Tango #E07007
RGB
CMYK
RGB Variations
Color information
#E07007 (or 0xE07007) is known color: Mango Tango. HEX triplet: E0, 70 and 07. RGB value is (224,112,7). Sum of RGB (Red+Green+Blue) = 224+112+7=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E07007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07007 is #1F8FF8. Grayscale: #868686. Windows color (decimal): -2068473 or 487648. OLE color: 487648.
HSL color Cylindrical-coordinate representation of color #E07007: hue angle of 29.03º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E07007 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.12 |
| HSL | 29.03º | 0.94% | 0.45% | - |
| HSV(B) | 29.03º | 0.97% | 0.88% | - |
| XYZ | 36.57 | 27.45 | 3.57 | - |
| YUV | 133.52 | 56.61 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 7 | 0 | 0.50 | 0.97 | 0.12 | 29.03 | 0.94 | 0.45 |
| Hex | E0 | 70 | 7 | 0 | 32 | 61 | C | 1D | 5E | 2D |
| Octal | 340 | 160 | 7 | 0 | 62 | 141 | 14 | 35 | 136 | 55 |
| Binary | 11100000 | 1110000 | 111 | 0 | 110010 | 1100001 | 1100 | 11101 | 1011110 | 101101 |
Color Harmonies of #E07007
Complementary color
Monochromatic Colors of #E07007
Black with #E07007
Text Example
Text Example
White with #E07007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07007; }
p { color: rgb(224,112,7); }
H1.HeaderClassName
{
color: #E07007;
}
.AnyTagClassName
{
color: #E07007;
}
</style>
background-color css
<style>
a { background-color: #E07007; }
a { background-color: rgb(224,112,7); }
div.DivClassName
{
background-color: #E07007;
}
.BgClassName
{
background-color: #E07007;
}
</style>
border-color css
<style>
span { border-color: #E07007; }
span { border-color: rgb(224,112,7); }
td.TdClassName
{
border-color: #E07007;
}
.TagClassName
{
border-color: #E07007;
}
</style>