Shades of Mango Tango #EB7000
Tints of Mango Tango #EB7000
RGB
CMYK
RGB Variations
Color information
#EB7000 (or 0xEB7000) is known color: Mango Tango. HEX triplet: EB, 70 and 00. RGB value is (235,112,0). Sum of RGB (Red+Green+Blue) = 235+112+0=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7000 is #148FFF. Grayscale: #888888. Windows color (decimal): -1347584 or 28907. OLE color: 28907.
HSL color Cylindrical-coordinate representation of color #EB7000: hue angle of 28.6º 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 #EB7000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.08 |
| HSL | 28.6º | 1% | 0.46% | - |
| HSV(B) | 28.6º | 1% | 0.92% | - |
| XYZ | 40.06 | 29.25 | 3.53 | - |
| YUV | 136.01 | 51.25 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 0 | 0 | 0.52 | 1 | 0.08 | 28.6 | 1 | 0.46 |
| Hex | EB | 70 | 0 | 0 | 34 | 64 | 8 | 1D | 64 | 2E |
| Octal | 353 | 160 | 0 | 0 | 64 | 144 | 10 | 35 | 144 | 56 |
| Binary | 11101011 | 1110000 | 0 | 0 | 110100 | 1100100 | 1000 | 11101 | 1100100 | 101110 |
Color Harmonies of #EB7000
Complementary color
Monochromatic Colors of #EB7000
Black with #EB7000
Text Example
Text Example
White with #EB7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7000; }
p { color: rgb(235,112,0); }
H1.HeaderClassName
{
color: #EB7000;
}
.AnyTagClassName
{
color: #EB7000;
}
</style>
background-color css
<style>
a { background-color: #EB7000; }
a { background-color: rgb(235,112,0); }
div.DivClassName
{
background-color: #EB7000;
}
.BgClassName
{
background-color: #EB7000;
}
</style>
border-color css
<style>
span { border-color: #EB7000; }
span { border-color: rgb(235,112,0); }
td.TdClassName
{
border-color: #EB7000;
}
.TagClassName
{
border-color: #EB7000;
}
</style>