Shades of Mango Tango #E26600
Tints of Mango Tango #E26600
RGB
CMYK
RGB Variations
Color information
#E26600 (or 0xE26600) is known color: Mango Tango. HEX triplet: E2, 66 and 00. RGB value is (226,102,0). Sum of RGB (Red+Green+Blue) = 226+102+0=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E26600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26600 is #1D99FF. Grayscale: #7F7F7F. Windows color (decimal): -1939968 or 26338. OLE color: 26338.
HSL color Cylindrical-coordinate representation of color #E26600: hue angle of 27.08º 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 #E26600 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.11 |
| HSL | 27.08º | 1% | 0.44% | - |
| HSV(B) | 27.08º | 1% | 0.89% | - |
| XYZ | 36.12 | 25.67 | 3.05 | - |
| YUV | 127.45 | 56.08 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 0 | 0 | 0.55 | 1 | 0.11 | 27.08 | 1 | 0.44 |
| Hex | E2 | 66 | 0 | 0 | 37 | 64 | B | 1B | 64 | 2C |
| Octal | 342 | 146 | 0 | 0 | 67 | 144 | 13 | 33 | 144 | 54 |
| Binary | 11100010 | 1100110 | 0 | 0 | 110111 | 1100100 | 1011 | 11011 | 1100100 | 101100 |
Color Harmonies of #E26600
Complementary color
Monochromatic Colors of #E26600
Black with #E26600
Text Example
Text Example
White with #E26600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26600; }
p { color: rgb(226,102,0); }
H1.HeaderClassName
{
color: #E26600;
}
.AnyTagClassName
{
color: #E26600;
}
</style>
background-color css
<style>
a { background-color: #E26600; }
a { background-color: rgb(226,102,0); }
div.DivClassName
{
background-color: #E26600;
}
.BgClassName
{
background-color: #E26600;
}
</style>
border-color css
<style>
span { border-color: #E26600; }
span { border-color: rgb(226,102,0); }
td.TdClassName
{
border-color: #E26600;
}
.TagClassName
{
border-color: #E26600;
}
</style>