Shades of Mango Tango #EB6D0B
Tints of Mango Tango #EB6D0B
RGB
CMYK
RGB Variations
Color information
#EB6D0B (or 0xEB6D0B) is known color: Mango Tango. HEX triplet: EB, 6D and 0B. RGB value is (235,109,11). Sum of RGB (Red+Green+Blue) = 235+109+11=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6D0B is #1492F4. Grayscale: #888888. Windows color (decimal): -1348341 or 749035. OLE color: 749035.
HSL color Cylindrical-coordinate representation of color #EB6D0B: hue angle of 26.25º degrees, saturation: 0.91, 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 #EB6D0B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.08 |
| HSL | 26.25º | 0.91% | 0.48% | - |
| HSV(B) | 26.25º | 0.95% | 0.92% | - |
| XYZ | 39.79 | 28.62 | 3.74 | - |
| YUV | 135.5 | 57.74 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 11 | 0 | 0.54 | 0.95 | 0.08 | 26.25 | 0.91 | 0.48 |
| Hex | EB | 6D | B | 0 | 36 | 5F | 8 | 1A | 5B | 30 |
| Octal | 353 | 155 | 13 | 0 | 66 | 137 | 10 | 32 | 133 | 60 |
| Binary | 11101011 | 1101101 | 1011 | 0 | 110110 | 1011111 | 1000 | 11010 | 1011011 | 110000 |
Color Harmonies of #EB6D0B
Complementary color
Monochromatic Colors of #EB6D0B
Black with #EB6D0B
Text Example
Text Example
White with #EB6D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D0B; }
p { color: rgb(235,109,11); }
H1.HeaderClassName
{
color: #EB6D0B;
}
.AnyTagClassName
{
color: #EB6D0B;
}
</style>
background-color css
<style>
a { background-color: #EB6D0B; }
a { background-color: rgb(235,109,11); }
div.DivClassName
{
background-color: #EB6D0B;
}
.BgClassName
{
background-color: #EB6D0B;
}
</style>
border-color css
<style>
span { border-color: #EB6D0B; }
span { border-color: rgb(235,109,11); }
td.TdClassName
{
border-color: #EB6D0B;
}
.TagClassName
{
border-color: #EB6D0B;
}
</style>