Shades of Mango Tango #E96C0E
Tints of Mango Tango #E96C0E
RGB
CMYK
RGB Variations
Color information
#E96C0E (or 0xE96C0E) is known color: Mango Tango. HEX triplet: E9, 6C and 0E. RGB value is (233,108,14). Sum of RGB (Red+Green+Blue) = 233+108+14=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96C0E is #1693F1. Grayscale: #878787. Windows color (decimal): -1479666 or 945385. OLE color: 945385.
HSL color Cylindrical-coordinate representation of color #E96C0E: hue angle of 25.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E96C0E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.09 |
| HSL | 25.75º | 0.89% | 0.48% | - |
| HSV(B) | 25.75º | 0.94% | 0.91% | - |
| XYZ | 39.05 | 28.08 | 3.78 | - |
| YUV | 134.66 | 59.91 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 14 | 0 | 0.54 | 0.94 | 0.09 | 25.75 | 0.89 | 0.48 |
| Hex | E9 | 6C | E | 0 | 36 | 5E | 9 | 1A | 59 | 30 |
| Octal | 351 | 154 | 16 | 0 | 66 | 136 | 11 | 32 | 131 | 60 |
| Binary | 11101001 | 1101100 | 1110 | 0 | 110110 | 1011110 | 1001 | 11010 | 1011001 | 110000 |
Color Harmonies of #E96C0E
Complementary color
Monochromatic Colors of #E96C0E
Black with #E96C0E
Text Example
Text Example
White with #E96C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96C0E; }
p { color: rgb(233,108,14); }
H1.HeaderClassName
{
color: #E96C0E;
}
.AnyTagClassName
{
color: #E96C0E;
}
</style>
background-color css
<style>
a { background-color: #E96C0E; }
a { background-color: rgb(233,108,14); }
div.DivClassName
{
background-color: #E96C0E;
}
.BgClassName
{
background-color: #E96C0E;
}
</style>
border-color css
<style>
span { border-color: #E96C0E; }
span { border-color: rgb(233,108,14); }
td.TdClassName
{
border-color: #E96C0E;
}
.TagClassName
{
border-color: #E96C0E;
}
</style>