Shades of Mango Tango #EB6A0A
Tints of Mango Tango #EB6A0A
RGB
CMYK
RGB Variations
Color information
#EB6A0A (or 0xEB6A0A) is known color: Mango Tango. HEX triplet: EB, 6A and 0A. RGB value is (235,106,10). Sum of RGB (Red+Green+Blue) = 235+106+10=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6A0A is #1495F5. Grayscale: #868686. Windows color (decimal): -1349110 or 682731. OLE color: 682731.
HSL color Cylindrical-coordinate representation of color #EB6A0A: hue angle of 25.6º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB6A0A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 106 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.08 |
| HSL | 25.6º | 0.92% | 0.48% | - |
| HSV(B) | 25.6º | 0.96% | 0.92% | - |
| XYZ | 39.47 | 27.99 | 3.61 | - |
| YUV | 133.63 | 58.24 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 106 | 10 | 0 | 0.55 | 0.96 | 0.08 | 25.6 | 0.92 | 0.48 |
| Hex | EB | 6A | A | 0 | 37 | 60 | 8 | 1A | 5C | 30 |
| Octal | 353 | 152 | 12 | 0 | 67 | 140 | 10 | 32 | 134 | 60 |
| Binary | 11101011 | 1101010 | 1010 | 0 | 110111 | 1100000 | 1000 | 11010 | 1011100 | 110000 |
Color Harmonies of #EB6A0A
Complementary color
Monochromatic Colors of #EB6A0A
Black with #EB6A0A
Text Example
Text Example
White with #EB6A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6A0A; }
p { color: rgb(235,106,10); }
H1.HeaderClassName
{
color: #EB6A0A;
}
.AnyTagClassName
{
color: #EB6A0A;
}
</style>
background-color css
<style>
a { background-color: #EB6A0A; }
a { background-color: rgb(235,106,10); }
div.DivClassName
{
background-color: #EB6A0A;
}
.BgClassName
{
background-color: #EB6A0A;
}
</style>
border-color css
<style>
span { border-color: #EB6A0A; }
span { border-color: rgb(235,106,10); }
td.TdClassName
{
border-color: #EB6A0A;
}
.TagClassName
{
border-color: #EB6A0A;
}
</style>