Shades of Mango Tango #E06D06
Tints of Mango Tango #E06D06
RGB
CMYK
RGB Variations
Color information
#E06D06 (or 0xE06D06) is known color: Mango Tango. HEX triplet: E0, 6D and 06. RGB value is (224,109,6). Sum of RGB (Red+Green+Blue) = 224+109+6=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D06 is #1F92F9. Grayscale: #848484. Windows color (decimal): -2069242 or 421344. OLE color: 421344.
HSL color Cylindrical-coordinate representation of color #E06D06: hue angle of 28.35º 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 #E06D06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.12 |
| HSL | 28.35º | 0.95% | 0.45% | - |
| HSV(B) | 28.35º | 0.97% | 0.88% | - |
| XYZ | 36.24 | 26.8 | 3.43 | - |
| YUV | 131.64 | 57.1 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 6 | 0 | 0.51 | 0.97 | 0.12 | 28.35 | 0.95 | 0.45 |
| Hex | E0 | 6D | 6 | 0 | 33 | 61 | C | 1C | 5F | 2D |
| Octal | 340 | 155 | 6 | 0 | 63 | 141 | 14 | 34 | 137 | 55 |
| Binary | 11100000 | 1101101 | 110 | 0 | 110011 | 1100001 | 1100 | 11100 | 1011111 | 101101 |
Color Harmonies of #E06D06
Complementary color
Monochromatic Colors of #E06D06
Black with #E06D06
Text Example
Text Example
White with #E06D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D06; }
p { color: rgb(224,109,6); }
H1.HeaderClassName
{
color: #E06D06;
}
.AnyTagClassName
{
color: #E06D06;
}
</style>
background-color css
<style>
a { background-color: #E06D06; }
a { background-color: rgb(224,109,6); }
div.DivClassName
{
background-color: #E06D06;
}
.BgClassName
{
background-color: #E06D06;
}
</style>
border-color css
<style>
span { border-color: #E06D06; }
span { border-color: rgb(224,109,6); }
td.TdClassName
{
border-color: #E06D06;
}
.TagClassName
{
border-color: #E06D06;
}
</style>