Shades of Mango Tango #E16506
Tints of Mango Tango #E16506
RGB
CMYK
RGB Variations
Color information
#E16506 (or 0xE16506) is known color: Mango Tango. HEX triplet: E1, 65 and 06. RGB value is (225,101,6). Sum of RGB (Red+Green+Blue) = 225+101+6=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E16506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16506 is #1E9AF9. Grayscale: #7F7F7F. Windows color (decimal): -2005754 or 419297. OLE color: 419297.
HSL color Cylindrical-coordinate representation of color #E16506: hue angle of 26.03º 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 #E16506 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.12 |
| HSL | 26.03º | 0.95% | 0.45% | - |
| HSV(B) | 26.03º | 0.97% | 0.88% | - |
| XYZ | 35.74 | 25.33 | 3.18 | - |
| YUV | 127.25 | 59.58 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 6 | 0 | 0.55 | 0.97 | 0.12 | 26.03 | 0.95 | 0.45 |
| Hex | E1 | 65 | 6 | 0 | 37 | 61 | C | 1A | 5F | 2D |
| Octal | 341 | 145 | 6 | 0 | 67 | 141 | 14 | 32 | 137 | 55 |
| Binary | 11100001 | 1100101 | 110 | 0 | 110111 | 1100001 | 1100 | 11010 | 1011111 | 101101 |
Color Harmonies of #E16506
Complementary color
Monochromatic Colors of #E16506
Black with #E16506
Text Example
Text Example
White with #E16506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16506; }
p { color: rgb(225,101,6); }
H1.HeaderClassName
{
color: #E16506;
}
.AnyTagClassName
{
color: #E16506;
}
</style>
background-color css
<style>
a { background-color: #E16506; }
a { background-color: rgb(225,101,6); }
div.DivClassName
{
background-color: #E16506;
}
.BgClassName
{
background-color: #E16506;
}
</style>
border-color css
<style>
span { border-color: #E16506; }
span { border-color: rgb(225,101,6); }
td.TdClassName
{
border-color: #E16506;
}
.TagClassName
{
border-color: #E16506;
}
</style>