Shades of Mango Tango #E26C06
Tints of Mango Tango #E26C06
RGB
CMYK
RGB Variations
Color information
#E26C06 (or 0xE26C06) is known color: Mango Tango. HEX triplet: E2, 6C and 06. RGB value is (226,108,6). Sum of RGB (Red+Green+Blue) = 226+108+6=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26C06 is #1D93F9. Grayscale: #848484. Windows color (decimal): -1938426 or 421090. OLE color: 421090.
HSL color Cylindrical-coordinate representation of color #E26C06: hue angle of 27.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E26C06 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.11 |
| HSL | 27.82º | 0.95% | 0.45% | - |
| HSV(B) | 27.82º | 0.97% | 0.89% | - |
| XYZ | 36.76 | 26.91 | 3.43 | - |
| YUV | 131.65 | 57.09 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 6 | 0 | 0.52 | 0.97 | 0.11 | 27.82 | 0.95 | 0.45 |
| Hex | E2 | 6C | 6 | 0 | 34 | 61 | B | 1C | 5F | 2D |
| Octal | 342 | 154 | 6 | 0 | 64 | 141 | 13 | 34 | 137 | 55 |
| Binary | 11100010 | 1101100 | 110 | 0 | 110100 | 1100001 | 1011 | 11100 | 1011111 | 101101 |
Color Harmonies of #E26C06
Complementary color
Monochromatic Colors of #E26C06
Black with #E26C06
Text Example
Text Example
White with #E26C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C06; }
p { color: rgb(226,108,6); }
H1.HeaderClassName
{
color: #E26C06;
}
.AnyTagClassName
{
color: #E26C06;
}
</style>
background-color css
<style>
a { background-color: #E26C06; }
a { background-color: rgb(226,108,6); }
div.DivClassName
{
background-color: #E26C06;
}
.BgClassName
{
background-color: #E26C06;
}
</style>
border-color css
<style>
span { border-color: #E26C06; }
span { border-color: rgb(226,108,6); }
td.TdClassName
{
border-color: #E26C06;
}
.TagClassName
{
border-color: #E26C06;
}
</style>