Shades of Mango Tango #E56C0B
Tints of Mango Tango #E56C0B
RGB
CMYK
RGB Variations
Color information
#E56C0B (or 0xE56C0B) is known color: Mango Tango. HEX triplet: E5, 6C and 0B. RGB value is (229,108,11). Sum of RGB (Red+Green+Blue) = 229+108+11=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56C0B is #1A93F4. Grayscale: #858585. Windows color (decimal): -1741813 or 748773. OLE color: 748773.
HSL color Cylindrical-coordinate representation of color #E56C0B: hue angle of 26.7º degrees, saturation: 0.91, 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 #E56C0B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.10 |
| HSL | 26.7º | 0.91% | 0.47% | - |
| HSV(B) | 26.7º | 0.95% | 0.9% | - |
| XYZ | 37.74 | 27.41 | 3.62 | - |
| YUV | 133.12 | 59.09 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 11 | 0 | 0.53 | 0.95 | 0.10 | 26.7 | 0.91 | 0.47 |
| Hex | E5 | 6C | B | 0 | 35 | 5F | A | 1B | 5B | 2F |
| Octal | 345 | 154 | 13 | 0 | 65 | 137 | 12 | 33 | 133 | 57 |
| Binary | 11100101 | 1101100 | 1011 | 0 | 110101 | 1011111 | 1010 | 11011 | 1011011 | 101111 |
Color Harmonies of #E56C0B
Complementary color
Monochromatic Colors of #E56C0B
Black with #E56C0B
Text Example
Text Example
White with #E56C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C0B; }
p { color: rgb(229,108,11); }
H1.HeaderClassName
{
color: #E56C0B;
}
.AnyTagClassName
{
color: #E56C0B;
}
</style>
background-color css
<style>
a { background-color: #E56C0B; }
a { background-color: rgb(229,108,11); }
div.DivClassName
{
background-color: #E56C0B;
}
.BgClassName
{
background-color: #E56C0B;
}
</style>
border-color css
<style>
span { border-color: #E56C0B; }
span { border-color: rgb(229,108,11); }
td.TdClassName
{
border-color: #E56C0B;
}
.TagClassName
{
border-color: #E56C0B;
}
</style>