Shades of Mango Tango #E56B00
Tints of Mango Tango #E56B00
RGB
CMYK
RGB Variations
Color information
#E56B00 (or 0xE56B00) is known color: Mango Tango. HEX triplet: E5, 6B and 00. RGB value is (229,107,0). Sum of RGB (Red+Green+Blue) = 229+107+0=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56B00 is #1A94FF. Grayscale: #838383. Windows color (decimal): -1742080 or 27621. OLE color: 27621.
HSL color Cylindrical-coordinate representation of color #E56B00: hue angle of 28.03º 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 #E56B00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.10 |
| HSL | 28.03º | 1% | 0.45% | - |
| HSV(B) | 28.03º | 1% | 0.9% | - |
| XYZ | 37.57 | 27.17 | 3.26 | - |
| YUV | 131.28 | 53.92 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 0 | 0 | 0.53 | 1 | 0.10 | 28.03 | 1 | 0.45 |
| Hex | E5 | 6B | 0 | 0 | 35 | 64 | A | 1C | 64 | 2D |
| Octal | 345 | 153 | 0 | 0 | 65 | 144 | 12 | 34 | 144 | 55 |
| Binary | 11100101 | 1101011 | 0 | 0 | 110101 | 1100100 | 1010 | 11100 | 1100100 | 101101 |
Color Harmonies of #E56B00
Complementary color
Monochromatic Colors of #E56B00
Black with #E56B00
Text Example
Text Example
White with #E56B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B00; }
p { color: rgb(229,107,0); }
H1.HeaderClassName
{
color: #E56B00;
}
.AnyTagClassName
{
color: #E56B00;
}
</style>
background-color css
<style>
a { background-color: #E56B00; }
a { background-color: rgb(229,107,0); }
div.DivClassName
{
background-color: #E56B00;
}
.BgClassName
{
background-color: #E56B00;
}
</style>
border-color css
<style>
span { border-color: #E56B00; }
span { border-color: rgb(229,107,0); }
td.TdClassName
{
border-color: #E56B00;
}
.TagClassName
{
border-color: #E56B00;
}
</style>