Shades of Mango Tango #E46F12
Tints of Mango Tango #E46F12
RGB
CMYK
RGB Variations
Color information
#E46F12 (or 0xE46F12) is known color: Mango Tango. HEX triplet: E4, 6F and 12. RGB value is (228,111,18). Sum of RGB (Red+Green+Blue) = 228+111+18=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46F12 is #1B90ED. Grayscale: #878787. Windows color (decimal): -1806574 or 1208292. OLE color: 1208292.
HSL color Cylindrical-coordinate representation of color #E46F12: hue angle of 26.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E46F12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.11 |
| HSL | 26.57º | 0.85% | 0.48% | - |
| HSV(B) | 26.57º | 0.92% | 0.89% | - |
| XYZ | 37.79 | 27.91 | 3.97 | - |
| YUV | 135.38 | 61.76 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 18 | 0 | 0.51 | 0.92 | 0.11 | 26.57 | 0.85 | 0.48 |
| Hex | E4 | 6F | 12 | 0 | 33 | 5C | B | 1B | 55 | 30 |
| Octal | 344 | 157 | 22 | 0 | 63 | 134 | 13 | 33 | 125 | 60 |
| Binary | 11100100 | 1101111 | 10010 | 0 | 110011 | 1011100 | 1011 | 11011 | 1010101 | 110000 |
Color Harmonies of #E46F12
Complementary color
Monochromatic Colors of #E46F12
Black with #E46F12
Text Example
Text Example
White with #E46F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46F12; }
p { color: rgb(228,111,18); }
H1.HeaderClassName
{
color: #E46F12;
}
.AnyTagClassName
{
color: #E46F12;
}
</style>
background-color css
<style>
a { background-color: #E46F12; }
a { background-color: rgb(228,111,18); }
div.DivClassName
{
background-color: #E46F12;
}
.BgClassName
{
background-color: #E46F12;
}
</style>
border-color css
<style>
span { border-color: #E46F12; }
span { border-color: rgb(228,111,18); }
td.TdClassName
{
border-color: #E46F12;
}
.TagClassName
{
border-color: #E46F12;
}
</style>