Shades of Mango Tango #E56800
Tints of Mango Tango #E56800
RGB
CMYK
RGB Variations
Color information
#E56800 (or 0xE56800) is known color: Mango Tango. HEX triplet: E5, 68 and 00. RGB value is (229,104,0). Sum of RGB (Red+Green+Blue) = 229+104+0=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E56800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56800 is #1A97FF. Grayscale: #828282. Windows color (decimal): -1742848 or 26853. OLE color: 26853.
HSL color Cylindrical-coordinate representation of color #E56800: hue angle of 27.25º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E56800 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.10 |
| HSL | 27.25º | 1% | 0.45% | - |
| HSV(B) | 27.25º | 1% | 0.9% | - |
| XYZ | 37.26 | 26.56 | 3.16 | - |
| YUV | 129.52 | 54.91 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 0 | 0 | 0.55 | 1 | 0.10 | 27.25 | 1 | 0.45 |
| Hex | E5 | 68 | 0 | 0 | 37 | 64 | A | 1B | 64 | 2D |
| Octal | 345 | 150 | 0 | 0 | 67 | 144 | 12 | 33 | 144 | 55 |
| Binary | 11100101 | 1101000 | 0 | 0 | 110111 | 1100100 | 1010 | 11011 | 1100100 | 101101 |
Color Harmonies of #E56800
Complementary color
Monochromatic Colors of #E56800
Black with #E56800
Text Example
Text Example
White with #E56800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56800; }
p { color: rgb(229,104,0); }
H1.HeaderClassName
{
color: #E56800;
}
.AnyTagClassName
{
color: #E56800;
}
</style>
background-color css
<style>
a { background-color: #E56800; }
a { background-color: rgb(229,104,0); }
div.DivClassName
{
background-color: #E56800;
}
.BgClassName
{
background-color: #E56800;
}
</style>
border-color css
<style>
span { border-color: #E56800; }
span { border-color: rgb(229,104,0); }
td.TdClassName
{
border-color: #E56800;
}
.TagClassName
{
border-color: #E56800;
}
</style>