Shades of Mango Tango #E26A00
Tints of Mango Tango #E26A00
RGB
CMYK
RGB Variations
Color information
#E26A00 (or 0xE26A00) is known color: Mango Tango. HEX triplet: E2, 6A and 00. RGB value is (226,106,0). Sum of RGB (Red+Green+Blue) = 226+106+0=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26A00 is #1D95FF. Grayscale: #828282. Windows color (decimal): -1938944 or 27362. OLE color: 27362.
HSL color Cylindrical-coordinate representation of color #E26A00: hue angle of 28.14º 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 #E26A00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.11 |
| HSL | 28.14º | 1% | 0.44% | - |
| HSV(B) | 28.14º | 1% | 0.89% | - |
| XYZ | 36.52 | 26.48 | 3.19 | - |
| YUV | 129.8 | 54.76 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 0 | 0 | 0.53 | 1 | 0.11 | 28.14 | 1 | 0.44 |
| Hex | E2 | 6A | 0 | 0 | 35 | 64 | B | 1C | 64 | 2C |
| Octal | 342 | 152 | 0 | 0 | 65 | 144 | 13 | 34 | 144 | 54 |
| Binary | 11100010 | 1101010 | 0 | 0 | 110101 | 1100100 | 1011 | 11100 | 1100100 | 101100 |
Color Harmonies of #E26A00
Complementary color
Monochromatic Colors of #E26A00
Black with #E26A00
Text Example
Text Example
White with #E26A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A00; }
p { color: rgb(226,106,0); }
H1.HeaderClassName
{
color: #E26A00;
}
.AnyTagClassName
{
color: #E26A00;
}
</style>
background-color css
<style>
a { background-color: #E26A00; }
a { background-color: rgb(226,106,0); }
div.DivClassName
{
background-color: #E26A00;
}
.BgClassName
{
background-color: #E26A00;
}
</style>
border-color css
<style>
span { border-color: #E26A00; }
span { border-color: rgb(226,106,0); }
td.TdClassName
{
border-color: #E26A00;
}
.TagClassName
{
border-color: #E26A00;
}
</style>