Shades of Mango Tango #E16505
Tints of Mango Tango #E16505
RGB
CMYK
RGB Variations
Color information
#E16505 (or 0xE16505) is known color: Mango Tango. HEX triplet: E1, 65 and 05. RGB value is (225,101,5). Sum of RGB (Red+Green+Blue) = 225+101+5=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E16505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16505 is #1E9AFA. Grayscale: #7F7F7F. Windows color (decimal): -2005755 or 353761. OLE color: 353761.
HSL color Cylindrical-coordinate representation of color #E16505: hue angle of 26.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E16505 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.12 |
| HSL | 26.18º | 0.96% | 0.45% | - |
| HSV(B) | 26.18º | 0.98% | 0.88% | - |
| XYZ | 35.73 | 25.33 | 3.15 | - |
| YUV | 127.13 | 59.08 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 5 | 0 | 0.55 | 0.98 | 0.12 | 26.18 | 0.96 | 0.45 |
| Hex | E1 | 65 | 5 | 0 | 37 | 62 | C | 1A | 60 | 2D |
| Octal | 341 | 145 | 5 | 0 | 67 | 142 | 14 | 32 | 140 | 55 |
| Binary | 11100001 | 1100101 | 101 | 0 | 110111 | 1100010 | 1100 | 11010 | 1100000 | 101101 |
Color Harmonies of #E16505
Complementary color
Monochromatic Colors of #E16505
Black with #E16505
Text Example
Text Example
White with #E16505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16505; }
p { color: rgb(225,101,5); }
H1.HeaderClassName
{
color: #E16505;
}
.AnyTagClassName
{
color: #E16505;
}
</style>
background-color css
<style>
a { background-color: #E16505; }
a { background-color: rgb(225,101,5); }
div.DivClassName
{
background-color: #E16505;
}
.BgClassName
{
background-color: #E16505;
}
</style>
border-color css
<style>
span { border-color: #E16505; }
span { border-color: rgb(225,101,5); }
td.TdClassName
{
border-color: #E16505;
}
.TagClassName
{
border-color: #E16505;
}
</style>