Shades of Mango Tango #EB700D
Tints of Mango Tango #EB700D
RGB
CMYK
RGB Variations
Color information
#EB700D (or 0xEB700D) is known color: Mango Tango. HEX triplet: EB, 70 and 0D. RGB value is (235,112,13). Sum of RGB (Red+Green+Blue) = 235+112+13=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB700D is #148FF2. Grayscale: #8A8A8A. Windows color (decimal): -1347571 or 880875. OLE color: 880875.
HSL color Cylindrical-coordinate representation of color #EB700D: hue angle of 26.76º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB700D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.08 |
| HSL | 26.76º | 0.9% | 0.49% | - |
| HSV(B) | 26.76º | 0.94% | 0.92% | - |
| XYZ | 40.13 | 29.28 | 3.92 | - |
| YUV | 137.49 | 57.75 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 13 | 0 | 0.52 | 0.94 | 0.08 | 26.76 | 0.9 | 0.49 |
| Hex | EB | 70 | D | 0 | 34 | 5E | 8 | 1B | 5A | 31 |
| Octal | 353 | 160 | 15 | 0 | 64 | 136 | 10 | 33 | 132 | 61 |
| Binary | 11101011 | 1110000 | 1101 | 0 | 110100 | 1011110 | 1000 | 11011 | 1011010 | 110001 |
Color Harmonies of #EB700D
Complementary color
Monochromatic Colors of #EB700D
Black with #EB700D
Text Example
Text Example
White with #EB700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB700D; }
p { color: rgb(235,112,13); }
H1.HeaderClassName
{
color: #EB700D;
}
.AnyTagClassName
{
color: #EB700D;
}
</style>
background-color css
<style>
a { background-color: #EB700D; }
a { background-color: rgb(235,112,13); }
div.DivClassName
{
background-color: #EB700D;
}
.BgClassName
{
background-color: #EB700D;
}
</style>
border-color css
<style>
span { border-color: #EB700D; }
span { border-color: rgb(235,112,13); }
td.TdClassName
{
border-color: #EB700D;
}
.TagClassName
{
border-color: #EB700D;
}
</style>