Shades of Mango Tango #E07700
Tints of Mango Tango #E07700
RGB
CMYK
RGB Variations
Color information
#E07700 (or 0xE07700) is known color: Mango Tango. HEX triplet: E0, 77 and 00. RGB value is (224,119,0). Sum of RGB (Red+Green+Blue) = 224+119+0=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E07700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07700 is #1F88FF. Grayscale: #898989. Windows color (decimal): -2066688 or 30688. OLE color: 30688.
HSL color Cylindrical-coordinate representation of color #E07700: hue angle of 31.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E07700 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.12 |
| HSL | 31.88º | 1% | 0.44% | - |
| HSV(B) | 31.88º | 1% | 0.88% | - |
| XYZ | 37.34 | 29.04 | 3.64 | - |
| YUV | 136.83 | 50.79 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 0 | 0 | 0.47 | 1 | 0.12 | 31.88 | 1 | 0.44 |
| Hex | E0 | 77 | 0 | 0 | 2F | 64 | C | 20 | 64 | 2C |
| Octal | 340 | 167 | 0 | 0 | 57 | 144 | 14 | 40 | 144 | 54 |
| Binary | 11100000 | 1110111 | 0 | 0 | 101111 | 1100100 | 1100 | 100000 | 1100100 | 101100 |
Color Harmonies of #E07700
Complementary color
Monochromatic Colors of #E07700
Black with #E07700
Text Example
Text Example
White with #E07700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07700; }
p { color: rgb(224,119,0); }
H1.HeaderClassName
{
color: #E07700;
}
.AnyTagClassName
{
color: #E07700;
}
</style>
background-color css
<style>
a { background-color: #E07700; }
a { background-color: rgb(224,119,0); }
div.DivClassName
{
background-color: #E07700;
}
.BgClassName
{
background-color: #E07700;
}
</style>
border-color css
<style>
span { border-color: #E07700; }
span { border-color: rgb(224,119,0); }
td.TdClassName
{
border-color: #E07700;
}
.TagClassName
{
border-color: #E07700;
}
</style>