Shades of Mango Tango #E1750F
Tints of Mango Tango #E1750F
RGB
CMYK
RGB Variations
Color information
#E1750F (or 0xE1750F) is known color: Mango Tango. HEX triplet: E1, 75 and 0F. RGB value is (225,117,15). Sum of RGB (Red+Green+Blue) = 225+117+15=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1750F is #1E8AF0. Grayscale: #8A8A8A. Windows color (decimal): -2001649 or 1013217. OLE color: 1013217.
HSL color Cylindrical-coordinate representation of color #E1750F: hue angle of 29.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1750F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.12 |
| HSL | 29.14º | 0.88% | 0.47% | - |
| HSV(B) | 29.14º | 0.93% | 0.88% | - |
| XYZ | 37.5 | 28.76 | 4.03 | - |
| YUV | 137.66 | 58.78 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 15 | 0 | 0.48 | 0.93 | 0.12 | 29.14 | 0.88 | 0.47 |
| Hex | E1 | 75 | F | 0 | 30 | 5D | C | 1D | 58 | 2F |
| Octal | 341 | 165 | 17 | 0 | 60 | 135 | 14 | 35 | 130 | 57 |
| Binary | 11100001 | 1110101 | 1111 | 0 | 110000 | 1011101 | 1100 | 11101 | 1011000 | 101111 |
Color Harmonies of #E1750F
Complementary color
Monochromatic Colors of #E1750F
Black with #E1750F
Text Example
Text Example
White with #E1750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1750F; }
p { color: rgb(225,117,15); }
H1.HeaderClassName
{
color: #E1750F;
}
.AnyTagClassName
{
color: #E1750F;
}
</style>
background-color css
<style>
a { background-color: #E1750F; }
a { background-color: rgb(225,117,15); }
div.DivClassName
{
background-color: #E1750F;
}
.BgClassName
{
background-color: #E1750F;
}
</style>
border-color css
<style>
span { border-color: #E1750F; }
span { border-color: rgb(225,117,15); }
td.TdClassName
{
border-color: #E1750F;
}
.TagClassName
{
border-color: #E1750F;
}
</style>