Shades of Mango Tango #E07A0A
Tints of Mango Tango #E07A0A
RGB
CMYK
RGB Variations
Color information
#E07A0A (or 0xE07A0A) is known color: Mango Tango. HEX triplet: E0, 7A and 0A. RGB value is (224,122,10). Sum of RGB (Red+Green+Blue) = 224+122+10=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A0A is #1F85F5. Grayscale: #8C8C8C. Windows color (decimal): -2065910 or 686816. OLE color: 686816.
HSL color Cylindrical-coordinate representation of color #E07A0A: hue angle of 31.4º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E07A0A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.12 |
| HSL | 31.4º | 0.91% | 0.46% | - |
| HSV(B) | 31.4º | 0.96% | 0.88% | - |
| XYZ | 37.75 | 29.79 | 4.05 | - |
| YUV | 139.73 | 54.79 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 10 | 0 | 0.46 | 0.96 | 0.12 | 31.4 | 0.91 | 0.46 |
| Hex | E0 | 7A | A | 0 | 2E | 60 | C | 1F | 5B | 2E |
| Octal | 340 | 172 | 12 | 0 | 56 | 140 | 14 | 37 | 133 | 56 |
| Binary | 11100000 | 1111010 | 1010 | 0 | 101110 | 1100000 | 1100 | 11111 | 1011011 | 101110 |
Color Harmonies of #E07A0A
Complementary color
Monochromatic Colors of #E07A0A
Black with #E07A0A
Text Example
Text Example
White with #E07A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A0A; }
p { color: rgb(224,122,10); }
H1.HeaderClassName
{
color: #E07A0A;
}
.AnyTagClassName
{
color: #E07A0A;
}
</style>
background-color css
<style>
a { background-color: #E07A0A; }
a { background-color: rgb(224,122,10); }
div.DivClassName
{
background-color: #E07A0A;
}
.BgClassName
{
background-color: #E07A0A;
}
</style>
border-color css
<style>
span { border-color: #E07A0A; }
span { border-color: rgb(224,122,10); }
td.TdClassName
{
border-color: #E07A0A;
}
.TagClassName
{
border-color: #E07A0A;
}
</style>