Shades of Mango Tango #E06E06
Tints of Mango Tango #E06E06
RGB
CMYK
RGB Variations
Color information
#E06E06 (or 0xE06E06) is known color: Mango Tango. HEX triplet: E0, 6E and 06. RGB value is (224,110,6). Sum of RGB (Red+Green+Blue) = 224+110+6=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06E06 is #1F91F9. Grayscale: #848484. Windows color (decimal): -2068986 or 421600. OLE color: 421600.
HSL color Cylindrical-coordinate representation of color #E06E06: hue angle of 28.62º 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 #E06E06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.12 |
| HSL | 28.62º | 0.95% | 0.45% | - |
| HSV(B) | 28.62º | 0.97% | 0.88% | - |
| XYZ | 36.35 | 27.01 | 3.47 | - |
| YUV | 132.23 | 56.77 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 6 | 0 | 0.51 | 0.97 | 0.12 | 28.62 | 0.95 | 0.45 |
| Hex | E0 | 6E | 6 | 0 | 33 | 61 | C | 1D | 5F | 2D |
| Octal | 340 | 156 | 6 | 0 | 63 | 141 | 14 | 35 | 137 | 55 |
| Binary | 11100000 | 1101110 | 110 | 0 | 110011 | 1100001 | 1100 | 11101 | 1011111 | 101101 |
Color Harmonies of #E06E06
Complementary color
Monochromatic Colors of #E06E06
Black with #E06E06
Text Example
Text Example
White with #E06E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E06; }
p { color: rgb(224,110,6); }
H1.HeaderClassName
{
color: #E06E06;
}
.AnyTagClassName
{
color: #E06E06;
}
</style>
background-color css
<style>
a { background-color: #E06E06; }
a { background-color: rgb(224,110,6); }
div.DivClassName
{
background-color: #E06E06;
}
.BgClassName
{
background-color: #E06E06;
}
</style>
border-color css
<style>
span { border-color: #E06E06; }
span { border-color: rgb(224,110,6); }
td.TdClassName
{
border-color: #E06E06;
}
.TagClassName
{
border-color: #E06E06;
}
</style>