Shades of Mango Tango #E16800
Tints of Mango Tango #E16800
RGB
CMYK
RGB Variations
Color information
#E16800 (or 0xE16800) is known color: Mango Tango. HEX triplet: E1, 68 and 00. RGB value is (225,104,0). Sum of RGB (Red+Green+Blue) = 225+104+0=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E16800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16800 is #1E97FF. Grayscale: #808080. Windows color (decimal): -2004992 or 26849. OLE color: 26849.
HSL color Cylindrical-coordinate representation of color #E16800: hue angle of 27.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E16800 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.12 |
| HSL | 27.73º | 1% | 0.44% | - |
| HSV(B) | 27.73º | 1% | 0.88% | - |
| XYZ | 36 | 25.91 | 3.1 | - |
| YUV | 128.32 | 55.59 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 0 | 0 | 0.54 | 1 | 0.12 | 27.73 | 1 | 0.44 |
| Hex | E1 | 68 | 0 | 0 | 36 | 64 | C | 1C | 64 | 2C |
| Octal | 341 | 150 | 0 | 0 | 66 | 144 | 14 | 34 | 144 | 54 |
| Binary | 11100001 | 1101000 | 0 | 0 | 110110 | 1100100 | 1100 | 11100 | 1100100 | 101100 |
Color Harmonies of #E16800
Complementary color
Monochromatic Colors of #E16800
Black with #E16800
Text Example
Text Example
White with #E16800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16800; }
p { color: rgb(225,104,0); }
H1.HeaderClassName
{
color: #E16800;
}
.AnyTagClassName
{
color: #E16800;
}
</style>
background-color css
<style>
a { background-color: #E16800; }
a { background-color: rgb(225,104,0); }
div.DivClassName
{
background-color: #E16800;
}
.BgClassName
{
background-color: #E16800;
}
</style>
border-color css
<style>
span { border-color: #E16800; }
span { border-color: rgb(225,104,0); }
td.TdClassName
{
border-color: #E16800;
}
.TagClassName
{
border-color: #E16800;
}
</style>