Shades of Mango Tango #EB6A00
Tints of Mango Tango #EB6A00
RGB
CMYK
RGB Variations
Color information
#EB6A00 (or 0xEB6A00) is known color: Mango Tango. HEX triplet: EB, 6A and 00. RGB value is (235,106,0). Sum of RGB (Red+Green+Blue) = 235+106+0=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6A00 is #1495FF. Grayscale: #858585. Windows color (decimal): -1349120 or 27371. OLE color: 27371.
HSL color Cylindrical-coordinate representation of color #EB6A00: hue angle of 27.06º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB6A00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 106 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.08 |
| HSL | 27.06º | 1% | 0.46% | - |
| HSV(B) | 27.06º | 1% | 0.92% | - |
| XYZ | 39.41 | 27.97 | 3.32 | - |
| YUV | 132.49 | 53.24 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 106 | 0 | 0 | 0.55 | 1 | 0.08 | 27.06 | 1 | 0.46 |
| Hex | EB | 6A | 0 | 0 | 37 | 64 | 8 | 1B | 64 | 2E |
| Octal | 353 | 152 | 0 | 0 | 67 | 144 | 10 | 33 | 144 | 56 |
| Binary | 11101011 | 1101010 | 0 | 0 | 110111 | 1100100 | 1000 | 11011 | 1100100 | 101110 |
Color Harmonies of #EB6A00
Complementary color
Monochromatic Colors of #EB6A00
Black with #EB6A00
Text Example
Text Example
White with #EB6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6A00; }
p { color: rgb(235,106,0); }
H1.HeaderClassName
{
color: #EB6A00;
}
.AnyTagClassName
{
color: #EB6A00;
}
</style>
background-color css
<style>
a { background-color: #EB6A00; }
a { background-color: rgb(235,106,0); }
div.DivClassName
{
background-color: #EB6A00;
}
.BgClassName
{
background-color: #EB6A00;
}
</style>
border-color css
<style>
span { border-color: #EB6A00; }
span { border-color: rgb(235,106,0); }
td.TdClassName
{
border-color: #EB6A00;
}
.TagClassName
{
border-color: #EB6A00;
}
</style>