Shades of Mango Tango #E26F10
Tints of Mango Tango #E26F10
RGB
CMYK
RGB Variations
Color information
#E26F10 (or 0xE26F10) is known color: Mango Tango. HEX triplet: E2, 6F and 10. RGB value is (226,111,16). Sum of RGB (Red+Green+Blue) = 226+111+16=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26F10 is #1D90EF. Grayscale: #878787. Windows color (decimal): -1937648 or 1077218. OLE color: 1077218.
HSL color Cylindrical-coordinate representation of color #E26F10: hue angle of 27.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E26F10 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.11 |
| HSL | 27.14º | 0.87% | 0.47% | - |
| HSV(B) | 27.14º | 0.93% | 0.89% | - |
| XYZ | 37.14 | 27.58 | 3.86 | - |
| YUV | 134.56 | 61.1 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 16 | 0 | 0.51 | 0.93 | 0.11 | 27.14 | 0.87 | 0.47 |
| Hex | E2 | 6F | 10 | 0 | 33 | 5D | B | 1B | 57 | 2F |
| Octal | 342 | 157 | 20 | 0 | 63 | 135 | 13 | 33 | 127 | 57 |
| Binary | 11100010 | 1101111 | 10000 | 0 | 110011 | 1011101 | 1011 | 11011 | 1010111 | 101111 |
Color Harmonies of #E26F10
Complementary color
Monochromatic Colors of #E26F10
Black with #E26F10
Text Example
Text Example
White with #E26F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F10; }
p { color: rgb(226,111,16); }
H1.HeaderClassName
{
color: #E26F10;
}
.AnyTagClassName
{
color: #E26F10;
}
</style>
background-color css
<style>
a { background-color: #E26F10; }
a { background-color: rgb(226,111,16); }
div.DivClassName
{
background-color: #E26F10;
}
.BgClassName
{
background-color: #E26F10;
}
</style>
border-color css
<style>
span { border-color: #E26F10; }
span { border-color: rgb(226,111,16); }
td.TdClassName
{
border-color: #E26F10;
}
.TagClassName
{
border-color: #E26F10;
}
</style>