Shades of Mango Tango #E56500
Tints of Mango Tango #E56500
RGB
CMYK
RGB Variations
Color information
#E56500 (or 0xE56500) is known color: Mango Tango. HEX triplet: E5, 65 and 00. RGB value is (229,101,0). Sum of RGB (Red+Green+Blue) = 229+101+0=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E56500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56500 is #1A9AFF. Grayscale: #808080. Windows color (decimal): -1743616 or 26085. OLE color: 26085.
HSL color Cylindrical-coordinate representation of color #E56500: hue angle of 26.46º 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 #E56500 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.10 |
| HSL | 26.46º | 1% | 0.45% | - |
| HSV(B) | 26.46º | 1% | 0.9% | - |
| XYZ | 36.97 | 25.97 | 3.06 | - |
| YUV | 127.76 | 55.91 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 0 | 0 | 0.56 | 1 | 0.10 | 26.46 | 1 | 0.45 |
| Hex | E5 | 65 | 0 | 0 | 38 | 64 | A | 1A | 64 | 2D |
| Octal | 345 | 145 | 0 | 0 | 70 | 144 | 12 | 32 | 144 | 55 |
| Binary | 11100101 | 1100101 | 0 | 0 | 111000 | 1100100 | 1010 | 11010 | 1100100 | 101101 |
Color Harmonies of #E56500
Complementary color
Monochromatic Colors of #E56500
Black with #E56500
Text Example
Text Example
White with #E56500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56500; }
p { color: rgb(229,101,0); }
H1.HeaderClassName
{
color: #E56500;
}
.AnyTagClassName
{
color: #E56500;
}
</style>
background-color css
<style>
a { background-color: #E56500; }
a { background-color: rgb(229,101,0); }
div.DivClassName
{
background-color: #E56500;
}
.BgClassName
{
background-color: #E56500;
}
</style>
border-color css
<style>
span { border-color: #E56500; }
span { border-color: rgb(229,101,0); }
td.TdClassName
{
border-color: #E56500;
}
.TagClassName
{
border-color: #E56500;
}
</style>