Shades of Mango Tango #E16A01
Tints of Mango Tango #E16A01
RGB
CMYK
RGB Variations
Color information
#E16A01 (or 0xE16A01) is known color: Mango Tango. HEX triplet: E1, 6A and 01. RGB value is (225,106,1). Sum of RGB (Red+Green+Blue) = 225+106+1=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16A01 is #1E95FE. Grayscale: #828282. Windows color (decimal): -2004479 or 92897. OLE color: 92897.
HSL color Cylindrical-coordinate representation of color #E16A01: hue angle of 28.12º 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 #E16A01 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.12 |
| HSL | 28.13º | 0.99% | 0.44% | - |
| HSV(B) | 28.13º | 1% | 0.88% | - |
| XYZ | 36.21 | 26.32 | 3.2 | - |
| YUV | 129.61 | 55.42 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 1 | 0 | 0.53 | 1.00 | 0.12 | 28.13 | 0.99 | 0.44 |
| Hex | E1 | 6A | 1 | 0 | 35 | 64 | C | 1C | 63 | 2C |
| Octal | 341 | 152 | 1 | 0 | 65 | 144 | 14 | 34 | 143 | 54 |
| Binary | 11100001 | 1101010 | 1 | 0 | 110101 | 1100100 | 1100 | 11100 | 1100011 | 101100 |
Color Harmonies of #E16A01
Complementary color
Monochromatic Colors of #E16A01
Black with #E16A01
Text Example
Text Example
White with #E16A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A01; }
p { color: rgb(225,106,1); }
H1.HeaderClassName
{
color: #E16A01;
}
.AnyTagClassName
{
color: #E16A01;
}
</style>
background-color css
<style>
a { background-color: #E16A01; }
a { background-color: rgb(225,106,1); }
div.DivClassName
{
background-color: #E16A01;
}
.BgClassName
{
background-color: #E16A01;
}
</style>
border-color css
<style>
span { border-color: #E16A01; }
span { border-color: rgb(225,106,1); }
td.TdClassName
{
border-color: #E16A01;
}
.TagClassName
{
border-color: #E16A01;
}
</style>