Shades of Mango Tango #E16D01
Tints of Mango Tango #E16D01
RGB
CMYK
RGB Variations
Color information
#E16D01 (or 0xE16D01) is known color: Mango Tango. HEX triplet: E1, 6D and 01. RGB value is (225,109,1). Sum of RGB (Red+Green+Blue) = 225+109+1=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16D01 is #1E92FE. Grayscale: #838383. Windows color (decimal): -2003711 or 93665. OLE color: 93665.
HSL color Cylindrical-coordinate representation of color #E16D01: hue angle of 28.93º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E16D01 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.12 |
| HSL | 28.93º | 0.99% | 0.44% | - |
| HSV(B) | 28.93º | 1% | 0.88% | - |
| XYZ | 36.53 | 26.95 | 3.3 | - |
| YUV | 131.37 | 54.43 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 1 | 0 | 0.52 | 1.00 | 0.12 | 28.93 | 0.99 | 0.44 |
| Hex | E1 | 6D | 1 | 0 | 34 | 64 | C | 1D | 63 | 2C |
| Octal | 341 | 155 | 1 | 0 | 64 | 144 | 14 | 35 | 143 | 54 |
| Binary | 11100001 | 1101101 | 1 | 0 | 110100 | 1100100 | 1100 | 11101 | 1100011 | 101100 |
Color Harmonies of #E16D01
Complementary color
Monochromatic Colors of #E16D01
Black with #E16D01
Text Example
Text Example
White with #E16D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D01; }
p { color: rgb(225,109,1); }
H1.HeaderClassName
{
color: #E16D01;
}
.AnyTagClassName
{
color: #E16D01;
}
</style>
background-color css
<style>
a { background-color: #E16D01; }
a { background-color: rgb(225,109,1); }
div.DivClassName
{
background-color: #E16D01;
}
.BgClassName
{
background-color: #E16D01;
}
</style>
border-color css
<style>
span { border-color: #E16D01; }
span { border-color: rgb(225,109,1); }
td.TdClassName
{
border-color: #E16D01;
}
.TagClassName
{
border-color: #E16D01;
}
</style>