Shades of Mango Tango #E86D0B
Tints of Mango Tango #E86D0B
RGB
CMYK
RGB Variations
Color information
#E86D0B (or 0xE86D0B) is known color: Mango Tango. HEX triplet: E8, 6D and 0B. RGB value is (232,109,11). Sum of RGB (Red+Green+Blue) = 232+109+11=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86D0B is #1792F4. Grayscale: #878787. Windows color (decimal): -1544949 or 749032. OLE color: 749032.
HSL color Cylindrical-coordinate representation of color #E86D0B: hue angle of 26.61º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E86D0B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.09 |
| HSL | 26.61º | 0.91% | 0.48% | - |
| HSV(B) | 26.61º | 0.95% | 0.91% | - |
| XYZ | 38.81 | 28.12 | 3.7 | - |
| YUV | 134.61 | 58.25 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 11 | 0 | 0.53 | 0.95 | 0.09 | 26.61 | 0.91 | 0.48 |
| Hex | E8 | 6D | B | 0 | 35 | 5F | 9 | 1B | 5B | 30 |
| Octal | 350 | 155 | 13 | 0 | 65 | 137 | 11 | 33 | 133 | 60 |
| Binary | 11101000 | 1101101 | 1011 | 0 | 110101 | 1011111 | 1001 | 11011 | 1011011 | 110000 |
Color Harmonies of #E86D0B
Complementary color
Monochromatic Colors of #E86D0B
Black with #E86D0B
Text Example
Text Example
White with #E86D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D0B; }
p { color: rgb(232,109,11); }
H1.HeaderClassName
{
color: #E86D0B;
}
.AnyTagClassName
{
color: #E86D0B;
}
</style>
background-color css
<style>
a { background-color: #E86D0B; }
a { background-color: rgb(232,109,11); }
div.DivClassName
{
background-color: #E86D0B;
}
.BgClassName
{
background-color: #E86D0B;
}
</style>
border-color css
<style>
span { border-color: #E86D0B; }
span { border-color: rgb(232,109,11); }
td.TdClassName
{
border-color: #E86D0B;
}
.TagClassName
{
border-color: #E86D0B;
}
</style>