Shades of Mango Tango #E1720C
Tints of Mango Tango #E1720C
RGB
CMYK
RGB Variations
Color information
#E1720C (or 0xE1720C) is known color: Mango Tango. HEX triplet: E1, 72 and 0C. RGB value is (225,114,12). Sum of RGB (Red+Green+Blue) = 225+114+12=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1720C is #1E8DF3. Grayscale: #888888. Windows color (decimal): -2002420 or 815841. OLE color: 815841.
HSL color Cylindrical-coordinate representation of color #E1720C: hue angle of 28.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1720C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.12 |
| HSL | 28.73º | 0.9% | 0.46% | - |
| HSV(B) | 28.73º | 0.95% | 0.88% | - |
| XYZ | 37.14 | 28.07 | 3.81 | - |
| YUV | 135.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 12 | 0 | 0.49 | 0.95 | 0.12 | 28.73 | 0.9 | 0.46 |
| Hex | E1 | 72 | C | 0 | 31 | 5F | C | 1D | 5A | 2E |
| Octal | 341 | 162 | 14 | 0 | 61 | 137 | 14 | 35 | 132 | 56 |
| Binary | 11100001 | 1110010 | 1100 | 0 | 110001 | 1011111 | 1100 | 11101 | 1011010 | 101110 |
Color Harmonies of #E1720C
Complementary color
Monochromatic Colors of #E1720C
Black with #E1720C
Text Example
Text Example
White with #E1720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1720C; }
p { color: rgb(225,114,12); }
H1.HeaderClassName
{
color: #E1720C;
}
.AnyTagClassName
{
color: #E1720C;
}
</style>
background-color css
<style>
a { background-color: #E1720C; }
a { background-color: rgb(225,114,12); }
div.DivClassName
{
background-color: #E1720C;
}
.BgClassName
{
background-color: #E1720C;
}
</style>
border-color css
<style>
span { border-color: #E1720C; }
span { border-color: rgb(225,114,12); }
td.TdClassName
{
border-color: #E1720C;
}
.TagClassName
{
border-color: #E1720C;
}
</style>