Shades of Mango Tango #E1750C
Tints of Mango Tango #E1750C
RGB
CMYK
RGB Variations
Color information
#E1750C (or 0xE1750C) is known color: Mango Tango. HEX triplet: E1, 75 and 0C. RGB value is (225,117,12). Sum of RGB (Red+Green+Blue) = 225+117+12=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1750C is #1E8AF3. Grayscale: #898989. Windows color (decimal): -2001652 or 816609. OLE color: 816609.
HSL color Cylindrical-coordinate representation of color #E1750C: hue angle of 29.58º 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 #E1750C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.12 |
| HSL | 29.58º | 0.9% | 0.46% | - |
| HSV(B) | 29.58º | 0.95% | 0.88% | - |
| XYZ | 37.48 | 28.76 | 3.92 | - |
| YUV | 137.32 | 57.28 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 12 | 0 | 0.48 | 0.95 | 0.12 | 29.58 | 0.9 | 0.46 |
| Hex | E1 | 75 | C | 0 | 30 | 5F | C | 1E | 5A | 2E |
| Octal | 341 | 165 | 14 | 0 | 60 | 137 | 14 | 36 | 132 | 56 |
| Binary | 11100001 | 1110101 | 1100 | 0 | 110000 | 1011111 | 1100 | 11110 | 1011010 | 101110 |
Color Harmonies of #E1750C
Complementary color
Monochromatic Colors of #E1750C
Black with #E1750C
Text Example
Text Example
White with #E1750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1750C; }
p { color: rgb(225,117,12); }
H1.HeaderClassName
{
color: #E1750C;
}
.AnyTagClassName
{
color: #E1750C;
}
</style>
background-color css
<style>
a { background-color: #E1750C; }
a { background-color: rgb(225,117,12); }
div.DivClassName
{
background-color: #E1750C;
}
.BgClassName
{
background-color: #E1750C;
}
</style>
border-color css
<style>
span { border-color: #E1750C; }
span { border-color: rgb(225,117,12); }
td.TdClassName
{
border-color: #E1750C;
}
.TagClassName
{
border-color: #E1750C;
}
</style>