Shades of Mango Tango #E07006
Tints of Mango Tango #E07006
RGB
CMYK
RGB Variations
Color information
#E07006 (or 0xE07006) is known color: Mango Tango. HEX triplet: E0, 70 and 06. RGB value is (224,112,6). Sum of RGB (Red+Green+Blue) = 224+112+6=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E07006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07006 is #1F8FF9. Grayscale: #858585. Windows color (decimal): -2068474 or 422112. OLE color: 422112.
HSL color Cylindrical-coordinate representation of color #E07006: hue angle of 29.17º 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 #E07006 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.12 |
| HSL | 29.17º | 0.95% | 0.45% | - |
| HSV(B) | 29.17º | 0.97% | 0.88% | - |
| XYZ | 36.57 | 27.45 | 3.54 | - |
| YUV | 133.4 | 56.11 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 6 | 0 | 0.50 | 0.97 | 0.12 | 29.17 | 0.95 | 0.45 |
| Hex | E0 | 70 | 6 | 0 | 32 | 61 | C | 1D | 5F | 2D |
| Octal | 340 | 160 | 6 | 0 | 62 | 141 | 14 | 35 | 137 | 55 |
| Binary | 11100000 | 1110000 | 110 | 0 | 110010 | 1100001 | 1100 | 11101 | 1011111 | 101101 |
Color Harmonies of #E07006
Complementary color
Monochromatic Colors of #E07006
Black with #E07006
Text Example
Text Example
White with #E07006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07006; }
p { color: rgb(224,112,6); }
H1.HeaderClassName
{
color: #E07006;
}
.AnyTagClassName
{
color: #E07006;
}
</style>
background-color css
<style>
a { background-color: #E07006; }
a { background-color: rgb(224,112,6); }
div.DivClassName
{
background-color: #E07006;
}
.BgClassName
{
background-color: #E07006;
}
</style>
border-color css
<style>
span { border-color: #E07006; }
span { border-color: rgb(224,112,6); }
td.TdClassName
{
border-color: #E07006;
}
.TagClassName
{
border-color: #E07006;
}
</style>