Shades of Mango Tango #E1760A
Tints of Mango Tango #E1760A
RGB
CMYK
RGB Variations
Color information
#E1760A (or 0xE1760A) is known color: Mango Tango. HEX triplet: E1, 76 and 0A. RGB value is (225,118,10). Sum of RGB (Red+Green+Blue) = 225+118+10=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1760A is #1E89F5. Grayscale: #8A8A8A. Windows color (decimal): -2001398 or 685793. OLE color: 685793.
HSL color Cylindrical-coordinate representation of color #E1760A: hue angle of 30.14º 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 #E1760A is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 10 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.12 |
| HSL | 30.14º | 0.91% | 0.46% | - |
| HSV(B) | 30.14º | 0.96% | 0.88% | - |
| XYZ | 37.58 | 28.99 | 3.9 | - |
| YUV | 137.68 | 55.95 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 10 | 0 | 0.48 | 0.96 | 0.12 | 30.14 | 0.91 | 0.46 |
| Hex | E1 | 76 | A | 0 | 30 | 60 | C | 1E | 5B | 2E |
| Octal | 341 | 166 | 12 | 0 | 60 | 140 | 14 | 36 | 133 | 56 |
| Binary | 11100001 | 1110110 | 1010 | 0 | 110000 | 1100000 | 1100 | 11110 | 1011011 | 101110 |
Color Harmonies of #E1760A
Complementary color
Monochromatic Colors of #E1760A
Black with #E1760A
Text Example
Text Example
White with #E1760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1760A; }
p { color: rgb(225,118,10); }
H1.HeaderClassName
{
color: #E1760A;
}
.AnyTagClassName
{
color: #E1760A;
}
</style>
background-color css
<style>
a { background-color: #E1760A; }
a { background-color: rgb(225,118,10); }
div.DivClassName
{
background-color: #E1760A;
}
.BgClassName
{
background-color: #E1760A;
}
</style>
border-color css
<style>
span { border-color: #E1760A; }
span { border-color: rgb(225,118,10); }
td.TdClassName
{
border-color: #E1760A;
}
.TagClassName
{
border-color: #E1760A;
}
</style>