Shades of Mango Tango #E17A12
Tints of Mango Tango #E17A12
RGB
CMYK
RGB Variations
Color information
#E17A12 (or 0xE17A12) is known color: Mango Tango. HEX triplet: E1, 7A and 12. RGB value is (225,122,18). Sum of RGB (Red+Green+Blue) = 225+122+18=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17A12 is #1E85ED. Grayscale: #8D8D8D. Windows color (decimal): -2000366 or 1211105. OLE color: 1211105.
HSL color Cylindrical-coordinate representation of color #E17A12: hue angle of 30.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E17A12 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.12 |
| HSL | 30.14º | 0.85% | 0.48% | - |
| HSV(B) | 30.14º | 0.92% | 0.88% | - |
| XYZ | 38.12 | 29.97 | 4.35 | - |
| YUV | 140.94 | 58.62 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 18 | 0 | 0.46 | 0.92 | 0.12 | 30.14 | 0.85 | 0.48 |
| Hex | E1 | 7A | 12 | 0 | 2E | 5C | C | 1E | 55 | 30 |
| Octal | 341 | 172 | 22 | 0 | 56 | 134 | 14 | 36 | 125 | 60 |
| Binary | 11100001 | 1111010 | 10010 | 0 | 101110 | 1011100 | 1100 | 11110 | 1010101 | 110000 |
Color Harmonies of #E17A12
Complementary color
Monochromatic Colors of #E17A12
Black with #E17A12
Text Example
Text Example
White with #E17A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A12; }
p { color: rgb(225,122,18); }
H1.HeaderClassName
{
color: #E17A12;
}
.AnyTagClassName
{
color: #E17A12;
}
</style>
background-color css
<style>
a { background-color: #E17A12; }
a { background-color: rgb(225,122,18); }
div.DivClassName
{
background-color: #E17A12;
}
.BgClassName
{
background-color: #E17A12;
}
</style>
border-color css
<style>
span { border-color: #E17A12; }
span { border-color: rgb(225,122,18); }
td.TdClassName
{
border-color: #E17A12;
}
.TagClassName
{
border-color: #E17A12;
}
</style>