Shades of Mango Tango #E16F01
Tints of Mango Tango #E16F01
RGB
CMYK
RGB Variations
Color information
#E16F01 (or 0xE16F01) is known color: Mango Tango. HEX triplet: E1, 6F and 01. RGB value is (225,111,1). Sum of RGB (Red+Green+Blue) = 225+111+1=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F01 is #1E90FE. Grayscale: #858585. Windows color (decimal): -2003199 or 94177. OLE color: 94177.
HSL color Cylindrical-coordinate representation of color #E16F01: hue angle of 29.46º 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 #E16F01 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.12 |
| HSL | 29.46º | 0.99% | 0.44% | - |
| HSV(B) | 29.46º | 1% | 0.88% | - |
| XYZ | 36.74 | 27.38 | 3.38 | - |
| YUV | 132.55 | 53.77 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 1 | 0 | 0.51 | 1.00 | 0.12 | 29.46 | 0.99 | 0.44 |
| Hex | E1 | 6F | 1 | 0 | 33 | 64 | C | 1D | 63 | 2C |
| Octal | 341 | 157 | 1 | 0 | 63 | 144 | 14 | 35 | 143 | 54 |
| Binary | 11100001 | 1101111 | 1 | 0 | 110011 | 1100100 | 1100 | 11101 | 1100011 | 101100 |
Color Harmonies of #E16F01
Complementary color
Monochromatic Colors of #E16F01
Black with #E16F01
Text Example
Text Example
White with #E16F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F01; }
p { color: rgb(225,111,1); }
H1.HeaderClassName
{
color: #E16F01;
}
.AnyTagClassName
{
color: #E16F01;
}
</style>
background-color css
<style>
a { background-color: #E16F01; }
a { background-color: rgb(225,111,1); }
div.DivClassName
{
background-color: #E16F01;
}
.BgClassName
{
background-color: #E16F01;
}
</style>
border-color css
<style>
span { border-color: #E16F01; }
span { border-color: rgb(225,111,1); }
td.TdClassName
{
border-color: #E16F01;
}
.TagClassName
{
border-color: #E16F01;
}
</style>