Shades of Mango Tango #E07600
Tints of Mango Tango #E07600
RGB
CMYK
RGB Variations
Color information
#E07600 (or 0xE07600) is known color: Mango Tango. HEX triplet: E0, 76 and 00. RGB value is (224,118,0). Sum of RGB (Red+Green+Blue) = 224+118+0=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E07600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07600 is #1F89FF. Grayscale: #888888. Windows color (decimal): -2066944 or 30432. OLE color: 30432.
HSL color Cylindrical-coordinate representation of color #E07600: hue angle of 31.61º 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 #E07600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.12 |
| HSL | 31.61º | 1% | 0.44% | - |
| HSV(B) | 31.61º | 1% | 0.88% | - |
| XYZ | 37.22 | 28.8 | 3.6 | - |
| YUV | 136.24 | 51.12 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 0 | 0 | 0.47 | 1 | 0.12 | 31.61 | 1 | 0.44 |
| Hex | E0 | 76 | 0 | 0 | 2F | 64 | C | 20 | 64 | 2C |
| Octal | 340 | 166 | 0 | 0 | 57 | 144 | 14 | 40 | 144 | 54 |
| Binary | 11100000 | 1110110 | 0 | 0 | 101111 | 1100100 | 1100 | 100000 | 1100100 | 101100 |
Color Harmonies of #E07600
Complementary color
Monochromatic Colors of #E07600
Black with #E07600
Text Example
Text Example
White with #E07600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07600; }
p { color: rgb(224,118,0); }
H1.HeaderClassName
{
color: #E07600;
}
.AnyTagClassName
{
color: #E07600;
}
</style>
background-color css
<style>
a { background-color: #E07600; }
a { background-color: rgb(224,118,0); }
div.DivClassName
{
background-color: #E07600;
}
.BgClassName
{
background-color: #E07600;
}
</style>
border-color css
<style>
span { border-color: #E07600; }
span { border-color: rgb(224,118,0); }
td.TdClassName
{
border-color: #E07600;
}
.TagClassName
{
border-color: #E07600;
}
</style>