Shades of Mango Tango #EB6E0C
Tints of Mango Tango #EB6E0C
RGB
CMYK
RGB Variations
Color information
#EB6E0C (or 0xEB6E0C) is known color: Mango Tango. HEX triplet: EB, 6E and 0C. RGB value is (235,110,12). Sum of RGB (Red+Green+Blue) = 235+110+12=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6E0C is #1491F3. Grayscale: #888888. Windows color (decimal): -1348084 or 814827. OLE color: 814827.
HSL color Cylindrical-coordinate representation of color #EB6E0C: hue angle of 26.37º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB6E0C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.08 |
| HSL | 26.37º | 0.9% | 0.48% | - |
| HSV(B) | 26.37º | 0.95% | 0.92% | - |
| XYZ | 39.9 | 28.84 | 3.81 | - |
| YUV | 136.2 | 57.91 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 12 | 0 | 0.53 | 0.95 | 0.08 | 26.37 | 0.9 | 0.48 |
| Hex | EB | 6E | C | 0 | 35 | 5F | 8 | 1A | 5A | 30 |
| Octal | 353 | 156 | 14 | 0 | 65 | 137 | 10 | 32 | 132 | 60 |
| Binary | 11101011 | 1101110 | 1100 | 0 | 110101 | 1011111 | 1000 | 11010 | 1011010 | 110000 |
Color Harmonies of #EB6E0C
Complementary color
Monochromatic Colors of #EB6E0C
Black with #EB6E0C
Text Example
Text Example
White with #EB6E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E0C; }
p { color: rgb(235,110,12); }
H1.HeaderClassName
{
color: #EB6E0C;
}
.AnyTagClassName
{
color: #EB6E0C;
}
</style>
background-color css
<style>
a { background-color: #EB6E0C; }
a { background-color: rgb(235,110,12); }
div.DivClassName
{
background-color: #EB6E0C;
}
.BgClassName
{
background-color: #EB6E0C;
}
</style>
border-color css
<style>
span { border-color: #EB6E0C; }
span { border-color: rgb(235,110,12); }
td.TdClassName
{
border-color: #EB6E0C;
}
.TagClassName
{
border-color: #EB6E0C;
}
</style>