Shades of Mango Tango #E1750A
Tints of Mango Tango #E1750A
RGB
CMYK
RGB Variations
Color information
#E1750A (or 0xE1750A) is known color: Mango Tango. HEX triplet: E1, 75 and 0A. RGB value is (225,117,10). Sum of RGB (Red+Green+Blue) = 225+117+10=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1750A is #1E8AF5. Grayscale: #898989. Windows color (decimal): -2001654 or 685537. OLE color: 685537.
HSL color Cylindrical-coordinate representation of color #E1750A: hue angle of 29.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1750A is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 10 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.12 |
| HSL | 29.86º | 0.91% | 0.46% | - |
| HSV(B) | 29.86º | 0.96% | 0.88% | - |
| XYZ | 37.47 | 28.75 | 3.86 | - |
| YUV | 137.09 | 56.28 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 10 | 0 | 0.48 | 0.96 | 0.12 | 29.86 | 0.91 | 0.46 |
| Hex | E1 | 75 | A | 0 | 30 | 60 | C | 1E | 5B | 2E |
| Octal | 341 | 165 | 12 | 0 | 60 | 140 | 14 | 36 | 133 | 56 |
| Binary | 11100001 | 1110101 | 1010 | 0 | 110000 | 1100000 | 1100 | 11110 | 1011011 | 101110 |
Color Harmonies of #E1750A
Complementary color
Monochromatic Colors of #E1750A
Black with #E1750A
Text Example
Text Example
White with #E1750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1750A; }
p { color: rgb(225,117,10); }
H1.HeaderClassName
{
color: #E1750A;
}
.AnyTagClassName
{
color: #E1750A;
}
</style>
background-color css
<style>
a { background-color: #E1750A; }
a { background-color: rgb(225,117,10); }
div.DivClassName
{
background-color: #E1750A;
}
.BgClassName
{
background-color: #E1750A;
}
</style>
border-color css
<style>
span { border-color: #E1750A; }
span { border-color: rgb(225,117,10); }
td.TdClassName
{
border-color: #E1750A;
}
.TagClassName
{
border-color: #E1750A;
}
</style>