Shades of Mango Tango #E26800
Tints of Mango Tango #E26800
RGB
CMYK
RGB Variations
Color information
#E26800 (or 0xE26800) is known color: Mango Tango. HEX triplet: E2, 68 and 00. RGB value is (226,104,0). Sum of RGB (Red+Green+Blue) = 226+104+0=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E26800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26800 is #1D97FF. Grayscale: #818181. Windows color (decimal): -1939456 or 26850. OLE color: 26850.
HSL color Cylindrical-coordinate representation of color #E26800: hue angle of 27.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E26800 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.11 |
| HSL | 27.61º | 1% | 0.44% | - |
| HSV(B) | 27.61º | 1% | 0.89% | - |
| XYZ | 36.31 | 26.07 | 3.12 | - |
| YUV | 128.62 | 55.42 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 0 | 0 | 0.54 | 1 | 0.11 | 27.61 | 1 | 0.44 |
| Hex | E2 | 68 | 0 | 0 | 36 | 64 | B | 1C | 64 | 2C |
| Octal | 342 | 150 | 0 | 0 | 66 | 144 | 13 | 34 | 144 | 54 |
| Binary | 11100010 | 1101000 | 0 | 0 | 110110 | 1100100 | 1011 | 11100 | 1100100 | 101100 |
Color Harmonies of #E26800
Complementary color
Monochromatic Colors of #E26800
Black with #E26800
Text Example
Text Example
White with #E26800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26800; }
p { color: rgb(226,104,0); }
H1.HeaderClassName
{
color: #E26800;
}
.AnyTagClassName
{
color: #E26800;
}
</style>
background-color css
<style>
a { background-color: #E26800; }
a { background-color: rgb(226,104,0); }
div.DivClassName
{
background-color: #E26800;
}
.BgClassName
{
background-color: #E26800;
}
</style>
border-color css
<style>
span { border-color: #E26800; }
span { border-color: rgb(226,104,0); }
td.TdClassName
{
border-color: #E26800;
}
.TagClassName
{
border-color: #E26800;
}
</style>