Shades of Mango Tango #EB6E0E
Tints of Mango Tango #EB6E0E
RGB
CMYK
RGB Variations
Color information
#EB6E0E (or 0xEB6E0E) is known color: Mango Tango. HEX triplet: EB, 6E and 0E. RGB value is (235,110,14). Sum of RGB (Red+Green+Blue) = 235+110+14=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6E0E is #1491F1. Grayscale: #888888. Windows color (decimal): -1348082 or 945899. OLE color: 945899.
HSL color Cylindrical-coordinate representation of color #EB6E0E: hue angle of 26.06º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB6E0E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.08 |
| HSL | 26.06º | 0.89% | 0.49% | - |
| HSV(B) | 26.06º | 0.94% | 0.92% | - |
| XYZ | 39.92 | 28.85 | 3.88 | - |
| YUV | 136.43 | 58.91 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 14 | 0 | 0.53 | 0.94 | 0.08 | 26.06 | 0.89 | 0.49 |
| Hex | EB | 6E | E | 0 | 35 | 5E | 8 | 1A | 59 | 31 |
| Octal | 353 | 156 | 16 | 0 | 65 | 136 | 10 | 32 | 131 | 61 |
| Binary | 11101011 | 1101110 | 1110 | 0 | 110101 | 1011110 | 1000 | 11010 | 1011001 | 110001 |
Color Harmonies of #EB6E0E
Complementary color
Monochromatic Colors of #EB6E0E
Black with #EB6E0E
Text Example
Text Example
White with #EB6E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E0E; }
p { color: rgb(235,110,14); }
H1.HeaderClassName
{
color: #EB6E0E;
}
.AnyTagClassName
{
color: #EB6E0E;
}
</style>
background-color css
<style>
a { background-color: #EB6E0E; }
a { background-color: rgb(235,110,14); }
div.DivClassName
{
background-color: #EB6E0E;
}
.BgClassName
{
background-color: #EB6E0E;
}
</style>
border-color css
<style>
span { border-color: #EB6E0E; }
span { border-color: rgb(235,110,14); }
td.TdClassName
{
border-color: #EB6E0E;
}
.TagClassName
{
border-color: #EB6E0E;
}
</style>