Shades of Mango Tango #E56F06
Tints of Mango Tango #E56F06
RGB
CMYK
RGB Variations
Color information
#E56F06 (or 0xE56F06) is known color: Mango Tango. HEX triplet: E5, 6F and 06. RGB value is (229,111,6). Sum of RGB (Red+Green+Blue) = 229+111+6=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56F06 is #1A90F9. Grayscale: #868686. Windows color (decimal): -1741050 or 421861. OLE color: 421861.
HSL color Cylindrical-coordinate representation of color #E56F06: hue angle of 28.25º 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 #E56F06 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.10 |
| HSL | 28.25º | 0.95% | 0.46% | - |
| HSV(B) | 28.25º | 0.97% | 0.9% | - |
| XYZ | 38.03 | 28.04 | 3.58 | - |
| YUV | 134.31 | 55.59 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 6 | 0 | 0.52 | 0.97 | 0.10 | 28.25 | 0.95 | 0.46 |
| Hex | E5 | 6F | 6 | 0 | 34 | 61 | A | 1C | 5F | 2E |
| Octal | 345 | 157 | 6 | 0 | 64 | 141 | 12 | 34 | 137 | 56 |
| Binary | 11100101 | 1101111 | 110 | 0 | 110100 | 1100001 | 1010 | 11100 | 1011111 | 101110 |
Color Harmonies of #E56F06
Complementary color
Monochromatic Colors of #E56F06
Black with #E56F06
Text Example
Text Example
White with #E56F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F06; }
p { color: rgb(229,111,6); }
H1.HeaderClassName
{
color: #E56F06;
}
.AnyTagClassName
{
color: #E56F06;
}
</style>
background-color css
<style>
a { background-color: #E56F06; }
a { background-color: rgb(229,111,6); }
div.DivClassName
{
background-color: #E56F06;
}
.BgClassName
{
background-color: #E56F06;
}
</style>
border-color css
<style>
span { border-color: #E56F06; }
span { border-color: rgb(229,111,6); }
td.TdClassName
{
border-color: #E56F06;
}
.TagClassName
{
border-color: #E56F06;
}
</style>