Shades of Mango Tango #E56C06
Tints of Mango Tango #E56C06
RGB
CMYK
RGB Variations
Color information
#E56C06 (or 0xE56C06) is known color: Mango Tango. HEX triplet: E5, 6C and 06. RGB value is (229,108,6). Sum of RGB (Red+Green+Blue) = 229+108+6=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56C06 is #1A93F9. Grayscale: #858585. Windows color (decimal): -1741818 or 421093. OLE color: 421093.
HSL color Cylindrical-coordinate representation of color #E56C06: hue angle of 27.44º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E56C06 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.10 |
| HSL | 27.44º | 0.95% | 0.46% | - |
| HSV(B) | 27.44º | 0.97% | 0.9% | - |
| XYZ | 37.71 | 27.4 | 3.47 | - |
| YUV | 132.55 | 56.59 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 6 | 0 | 0.53 | 0.97 | 0.10 | 27.44 | 0.95 | 0.46 |
| Hex | E5 | 6C | 6 | 0 | 35 | 61 | A | 1B | 5F | 2E |
| Octal | 345 | 154 | 6 | 0 | 65 | 141 | 12 | 33 | 137 | 56 |
| Binary | 11100101 | 1101100 | 110 | 0 | 110101 | 1100001 | 1010 | 11011 | 1011111 | 101110 |
Color Harmonies of #E56C06
Complementary color
Monochromatic Colors of #E56C06
Black with #E56C06
Text Example
Text Example
White with #E56C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C06; }
p { color: rgb(229,108,6); }
H1.HeaderClassName
{
color: #E56C06;
}
.AnyTagClassName
{
color: #E56C06;
}
</style>
background-color css
<style>
a { background-color: #E56C06; }
a { background-color: rgb(229,108,6); }
div.DivClassName
{
background-color: #E56C06;
}
.BgClassName
{
background-color: #E56C06;
}
</style>
border-color css
<style>
span { border-color: #E56C06; }
span { border-color: rgb(229,108,6); }
td.TdClassName
{
border-color: #E56C06;
}
.TagClassName
{
border-color: #E56C06;
}
</style>