Shades of Mango Tango #E26810
Tints of Mango Tango #E26810
RGB
CMYK
RGB Variations
Color information
#E26810 (or 0xE26810) is known color: Mango Tango. HEX triplet: E2, 68 and 10. RGB value is (226,104,16). Sum of RGB (Red+Green+Blue) = 226+104+16=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E26810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26810 is #1D97EF. Grayscale: #828282. Windows color (decimal): -1939440 or 1075426. OLE color: 1075426.
HSL color Cylindrical-coordinate representation of color #E26810: hue angle of 25.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 #E26810 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.11 |
| HSL | 25.14º | 0.87% | 0.47% | - |
| HSV(B) | 25.14º | 0.93% | 0.89% | - |
| XYZ | 36.41 | 26.11 | 3.61 | - |
| YUV | 130.45 | 63.42 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 16 | 0 | 0.54 | 0.93 | 0.11 | 25.14 | 0.87 | 0.47 |
| Hex | E2 | 68 | 10 | 0 | 36 | 5D | B | 19 | 57 | 2F |
| Octal | 342 | 150 | 20 | 0 | 66 | 135 | 13 | 31 | 127 | 57 |
| Binary | 11100010 | 1101000 | 10000 | 0 | 110110 | 1011101 | 1011 | 11001 | 1010111 | 101111 |
Color Harmonies of #E26810
Complementary color
Monochromatic Colors of #E26810
Black with #E26810
Text Example
Text Example
White with #E26810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26810; }
p { color: rgb(226,104,16); }
H1.HeaderClassName
{
color: #E26810;
}
.AnyTagClassName
{
color: #E26810;
}
</style>
background-color css
<style>
a { background-color: #E26810; }
a { background-color: rgb(226,104,16); }
div.DivClassName
{
background-color: #E26810;
}
.BgClassName
{
background-color: #E26810;
}
</style>
border-color css
<style>
span { border-color: #E26810; }
span { border-color: rgb(226,104,16); }
td.TdClassName
{
border-color: #E26810;
}
.TagClassName
{
border-color: #E26810;
}
</style>