Shades of Mango Tango #E16B01
Tints of Mango Tango #E16B01
RGB
CMYK
RGB Variations
Color information
#E16B01 (or 0xE16B01) is known color: Mango Tango. HEX triplet: E1, 6B and 01. RGB value is (225,107,1). Sum of RGB (Red+Green+Blue) = 225+107+1=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16B01 is #1E94FE. Grayscale: #828282. Windows color (decimal): -2004223 or 93153. OLE color: 93153.
HSL color Cylindrical-coordinate representation of color #E16B01: hue angle of 28.39º 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 #E16B01 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.12 |
| HSL | 28.39º | 0.99% | 0.44% | - |
| HSV(B) | 28.39º | 1% | 0.88% | - |
| XYZ | 36.31 | 26.53 | 3.23 | - |
| YUV | 130.2 | 55.09 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 1 | 0 | 0.52 | 1.00 | 0.12 | 28.39 | 0.99 | 0.44 |
| Hex | E1 | 6B | 1 | 0 | 34 | 64 | C | 1C | 63 | 2C |
| Octal | 341 | 153 | 1 | 0 | 64 | 144 | 14 | 34 | 143 | 54 |
| Binary | 11100001 | 1101011 | 1 | 0 | 110100 | 1100100 | 1100 | 11100 | 1100011 | 101100 |
Color Harmonies of #E16B01
Complementary color
Monochromatic Colors of #E16B01
Black with #E16B01
Text Example
Text Example
White with #E16B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B01; }
p { color: rgb(225,107,1); }
H1.HeaderClassName
{
color: #E16B01;
}
.AnyTagClassName
{
color: #E16B01;
}
</style>
background-color css
<style>
a { background-color: #E16B01; }
a { background-color: rgb(225,107,1); }
div.DivClassName
{
background-color: #E16B01;
}
.BgClassName
{
background-color: #E16B01;
}
</style>
border-color css
<style>
span { border-color: #E16B01; }
span { border-color: rgb(225,107,1); }
td.TdClassName
{
border-color: #E16B01;
}
.TagClassName
{
border-color: #E16B01;
}
</style>