Shades of Mango Tango #E56C0C
Tints of Mango Tango #E56C0C
RGB
CMYK
RGB Variations
Color information
#E56C0C (or 0xE56C0C) is known color: Mango Tango. HEX triplet: E5, 6C and 0C. RGB value is (229,108,12). Sum of RGB (Red+Green+Blue) = 229+108+12=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56C0C is #1A93F3. Grayscale: #858585. Windows color (decimal): -1741812 or 814309. OLE color: 814309.
HSL color Cylindrical-coordinate representation of color #E56C0C: hue angle of 26.54º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E56C0C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.10 |
| HSL | 26.54º | 0.9% | 0.47% | - |
| HSV(B) | 26.54º | 0.95% | 0.9% | - |
| XYZ | 37.74 | 27.41 | 3.65 | - |
| YUV | 133.24 | 59.59 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 12 | 0 | 0.53 | 0.95 | 0.10 | 26.54 | 0.9 | 0.47 |
| Hex | E5 | 6C | C | 0 | 35 | 5F | A | 1B | 5A | 2F |
| Octal | 345 | 154 | 14 | 0 | 65 | 137 | 12 | 33 | 132 | 57 |
| Binary | 11100101 | 1101100 | 1100 | 0 | 110101 | 1011111 | 1010 | 11011 | 1011010 | 101111 |
Color Harmonies of #E56C0C
Complementary color
Monochromatic Colors of #E56C0C
Black with #E56C0C
Text Example
Text Example
White with #E56C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C0C; }
p { color: rgb(229,108,12); }
H1.HeaderClassName
{
color: #E56C0C;
}
.AnyTagClassName
{
color: #E56C0C;
}
</style>
background-color css
<style>
a { background-color: #E56C0C; }
a { background-color: rgb(229,108,12); }
div.DivClassName
{
background-color: #E56C0C;
}
.BgClassName
{
background-color: #E56C0C;
}
</style>
border-color css
<style>
span { border-color: #E56C0C; }
span { border-color: rgb(229,108,12); }
td.TdClassName
{
border-color: #E56C0C;
}
.TagClassName
{
border-color: #E56C0C;
}
</style>