Shades of Mango Tango #EB6D0C
Tints of Mango Tango #EB6D0C
RGB
CMYK
RGB Variations
Color information
#EB6D0C (or 0xEB6D0C) is known color: Mango Tango. HEX triplet: EB, 6D and 0C. RGB value is (235,109,12). Sum of RGB (Red+Green+Blue) = 235+109+12=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6D0C is #1492F3. Grayscale: #888888. Windows color (decimal): -1348340 or 814571. OLE color: 814571.
HSL color Cylindrical-coordinate representation of color #EB6D0C: hue angle of 26.1º 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 #EB6D0C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.08 |
| HSL | 26.1º | 0.9% | 0.48% | - |
| HSV(B) | 26.1º | 0.95% | 0.92% | - |
| XYZ | 39.8 | 28.63 | 3.78 | - |
| YUV | 135.62 | 58.24 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 12 | 0 | 0.54 | 0.95 | 0.08 | 26.1 | 0.9 | 0.48 |
| Hex | EB | 6D | C | 0 | 36 | 5F | 8 | 1A | 5A | 30 |
| Octal | 353 | 155 | 14 | 0 | 66 | 137 | 10 | 32 | 132 | 60 |
| Binary | 11101011 | 1101101 | 1100 | 0 | 110110 | 1011111 | 1000 | 11010 | 1011010 | 110000 |
Color Harmonies of #EB6D0C
Complementary color
Monochromatic Colors of #EB6D0C
Black with #EB6D0C
Text Example
Text Example
White with #EB6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D0C; }
p { color: rgb(235,109,12); }
H1.HeaderClassName
{
color: #EB6D0C;
}
.AnyTagClassName
{
color: #EB6D0C;
}
</style>
background-color css
<style>
a { background-color: #EB6D0C; }
a { background-color: rgb(235,109,12); }
div.DivClassName
{
background-color: #EB6D0C;
}
.BgClassName
{
background-color: #EB6D0C;
}
</style>
border-color css
<style>
span { border-color: #EB6D0C; }
span { border-color: rgb(235,109,12); }
td.TdClassName
{
border-color: #EB6D0C;
}
.TagClassName
{
border-color: #EB6D0C;
}
</style>