Shades of Mango Tango #E07A06
Tints of Mango Tango #E07A06
RGB
CMYK
RGB Variations
Color information
#E07A06 (or 0xE07A06) is known color: Mango Tango. HEX triplet: E0, 7A and 06. RGB value is (224,122,6). Sum of RGB (Red+Green+Blue) = 224+122+6=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A06 is #1F85F9. Grayscale: #8B8B8B. Windows color (decimal): -2065914 or 424672. OLE color: 424672.
HSL color Cylindrical-coordinate representation of color #E07A06: hue angle of 31.93º degrees, saturation: 0.95, 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 #E07A06 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.12 |
| HSL | 31.93º | 0.95% | 0.45% | - |
| HSV(B) | 31.93º | 0.97% | 0.88% | - |
| XYZ | 37.73 | 29.78 | 3.93 | - |
| YUV | 139.27 | 52.79 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 6 | 0 | 0.46 | 0.97 | 0.12 | 31.93 | 0.95 | 0.45 |
| Hex | E0 | 7A | 6 | 0 | 2E | 61 | C | 20 | 5F | 2D |
| Octal | 340 | 172 | 6 | 0 | 56 | 141 | 14 | 40 | 137 | 55 |
| Binary | 11100000 | 1111010 | 110 | 0 | 101110 | 1100001 | 1100 | 100000 | 1011111 | 101101 |
Color Harmonies of #E07A06
Complementary color
Monochromatic Colors of #E07A06
Black with #E07A06
Text Example
Text Example
White with #E07A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A06; }
p { color: rgb(224,122,6); }
H1.HeaderClassName
{
color: #E07A06;
}
.AnyTagClassName
{
color: #E07A06;
}
</style>
background-color css
<style>
a { background-color: #E07A06; }
a { background-color: rgb(224,122,6); }
div.DivClassName
{
background-color: #E07A06;
}
.BgClassName
{
background-color: #E07A06;
}
</style>
border-color css
<style>
span { border-color: #E07A06; }
span { border-color: rgb(224,122,6); }
td.TdClassName
{
border-color: #E07A06;
}
.TagClassName
{
border-color: #E07A06;
}
</style>