Shades of Mango Tango #E07A07
Tints of Mango Tango #E07A07
RGB
CMYK
RGB Variations
Color information
#E07A07 (or 0xE07A07) is known color: Mango Tango. HEX triplet: E0, 7A and 07. RGB value is (224,122,7). Sum of RGB (Red+Green+Blue) = 224+122+7=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A07 is #1F85F8. Grayscale: #8B8B8B. Windows color (decimal): -2065913 or 490208. OLE color: 490208.
HSL color Cylindrical-coordinate representation of color #E07A07: hue angle of 31.8º 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 #E07A07 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.12 |
| HSL | 31.8º | 0.94% | 0.45% | - |
| HSV(B) | 31.8º | 0.97% | 0.88% | - |
| XYZ | 37.74 | 29.78 | 3.96 | - |
| YUV | 139.39 | 53.29 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 7 | 0 | 0.46 | 0.97 | 0.12 | 31.8 | 0.94 | 0.45 |
| Hex | E0 | 7A | 7 | 0 | 2E | 61 | C | 20 | 5E | 2D |
| Octal | 340 | 172 | 7 | 0 | 56 | 141 | 14 | 40 | 136 | 55 |
| Binary | 11100000 | 1111010 | 111 | 0 | 101110 | 1100001 | 1100 | 100000 | 1011110 | 101101 |
Color Harmonies of #E07A07
Complementary color
Monochromatic Colors of #E07A07
Black with #E07A07
Text Example
Text Example
White with #E07A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A07; }
p { color: rgb(224,122,7); }
H1.HeaderClassName
{
color: #E07A07;
}
.AnyTagClassName
{
color: #E07A07;
}
</style>
background-color css
<style>
a { background-color: #E07A07; }
a { background-color: rgb(224,122,7); }
div.DivClassName
{
background-color: #E07A07;
}
.BgClassName
{
background-color: #E07A07;
}
</style>
border-color css
<style>
span { border-color: #E07A07; }
span { border-color: rgb(224,122,7); }
td.TdClassName
{
border-color: #E07A07;
}
.TagClassName
{
border-color: #E07A07;
}
</style>