Shades of Mango Tango #E56C08
Tints of Mango Tango #E56C08
RGB
CMYK
RGB Variations
Color information
#E56C08 (or 0xE56C08) is known color: Mango Tango. HEX triplet: E5, 6C and 08. RGB value is (229,108,8). Sum of RGB (Red+Green+Blue) = 229+108+8=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56C08 is #1A93F7. Grayscale: #858585. Windows color (decimal): -1741816 or 552165. OLE color: 552165.
HSL color Cylindrical-coordinate representation of color #E56C08: hue angle of 27.15º degrees, saturation: 0.93, 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 #E56C08 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 8 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.10 |
| HSL | 27.15º | 0.93% | 0.46% | - |
| HSV(B) | 27.15º | 0.97% | 0.9% | - |
| XYZ | 37.72 | 27.4 | 3.53 | - |
| YUV | 132.78 | 57.59 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 8 | 0 | 0.53 | 0.97 | 0.10 | 27.15 | 0.93 | 0.46 |
| Hex | E5 | 6C | 8 | 0 | 35 | 61 | A | 1B | 5D | 2E |
| Octal | 345 | 154 | 10 | 0 | 65 | 141 | 12 | 33 | 135 | 56 |
| Binary | 11100101 | 1101100 | 1000 | 0 | 110101 | 1100001 | 1010 | 11011 | 1011101 | 101110 |
Color Harmonies of #E56C08
Complementary color
Monochromatic Colors of #E56C08
Black with #E56C08
Text Example
Text Example
White with #E56C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C08; }
p { color: rgb(229,108,8); }
H1.HeaderClassName
{
color: #E56C08;
}
.AnyTagClassName
{
color: #E56C08;
}
</style>
background-color css
<style>
a { background-color: #E56C08; }
a { background-color: rgb(229,108,8); }
div.DivClassName
{
background-color: #E56C08;
}
.BgClassName
{
background-color: #E56C08;
}
</style>
border-color css
<style>
span { border-color: #E56C08; }
span { border-color: rgb(229,108,8); }
td.TdClassName
{
border-color: #E56C08;
}
.TagClassName
{
border-color: #E56C08;
}
</style>