Shades of Mango Tango #E1710A
Tints of Mango Tango #E1710A
RGB
CMYK
RGB Variations
Color information
#E1710A (or 0xE1710A) is known color: Mango Tango. HEX triplet: E1, 71 and 0A. RGB value is (225,113,10). Sum of RGB (Red+Green+Blue) = 225+113+10=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1710A is #1E8EF5. Grayscale: #878787. Windows color (decimal): -2002678 or 684513. OLE color: 684513.
HSL color Cylindrical-coordinate representation of color #E1710A: hue angle of 28.74º 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 #E1710A is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 10 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.12 |
| HSL | 28.74º | 0.91% | 0.46% | - |
| HSV(B) | 28.74º | 0.96% | 0.88% | - |
| XYZ | 37.01 | 27.84 | 3.71 | - |
| YUV | 134.75 | 57.61 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 10 | 0 | 0.50 | 0.96 | 0.12 | 28.74 | 0.91 | 0.46 |
| Hex | E1 | 71 | A | 0 | 32 | 60 | C | 1D | 5B | 2E |
| Octal | 341 | 161 | 12 | 0 | 62 | 140 | 14 | 35 | 133 | 56 |
| Binary | 11100001 | 1110001 | 1010 | 0 | 110010 | 1100000 | 1100 | 11101 | 1011011 | 101110 |
Color Harmonies of #E1710A
Complementary color
Monochromatic Colors of #E1710A
Black with #E1710A
Text Example
Text Example
White with #E1710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1710A; }
p { color: rgb(225,113,10); }
H1.HeaderClassName
{
color: #E1710A;
}
.AnyTagClassName
{
color: #E1710A;
}
</style>
background-color css
<style>
a { background-color: #E1710A; }
a { background-color: rgb(225,113,10); }
div.DivClassName
{
background-color: #E1710A;
}
.BgClassName
{
background-color: #E1710A;
}
</style>
border-color css
<style>
span { border-color: #E1710A; }
span { border-color: rgb(225,113,10); }
td.TdClassName
{
border-color: #E1710A;
}
.TagClassName
{
border-color: #E1710A;
}
</style>