Shades of Mango Tango #E86A0A
Tints of Mango Tango #E86A0A
RGB
CMYK
RGB Variations
Color information
#E86A0A (or 0xE86A0A) is known color: Mango Tango. HEX triplet: E8, 6A and 0A. RGB value is (232,106,10). Sum of RGB (Red+Green+Blue) = 232+106+10=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86A0A is #1795F5. Grayscale: #858585. Windows color (decimal): -1545718 or 682728. OLE color: 682728.
HSL color Cylindrical-coordinate representation of color #E86A0A: hue angle of 25.95º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E86A0A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.09 |
| HSL | 25.95º | 0.92% | 0.47% | - |
| HSV(B) | 25.95º | 0.96% | 0.91% | - |
| XYZ | 38.49 | 27.49 | 3.56 | - |
| YUV | 132.73 | 58.74 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 10 | 0 | 0.54 | 0.96 | 0.09 | 25.95 | 0.92 | 0.47 |
| Hex | E8 | 6A | A | 0 | 36 | 60 | 9 | 1A | 5C | 2F |
| Octal | 350 | 152 | 12 | 0 | 66 | 140 | 11 | 32 | 134 | 57 |
| Binary | 11101000 | 1101010 | 1010 | 0 | 110110 | 1100000 | 1001 | 11010 | 1011100 | 101111 |
Color Harmonies of #E86A0A
Complementary color
Monochromatic Colors of #E86A0A
Black with #E86A0A
Text Example
Text Example
White with #E86A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A0A; }
p { color: rgb(232,106,10); }
H1.HeaderClassName
{
color: #E86A0A;
}
.AnyTagClassName
{
color: #E86A0A;
}
</style>
background-color css
<style>
a { background-color: #E86A0A; }
a { background-color: rgb(232,106,10); }
div.DivClassName
{
background-color: #E86A0A;
}
.BgClassName
{
background-color: #E86A0A;
}
</style>
border-color css
<style>
span { border-color: #E86A0A; }
span { border-color: rgb(232,106,10); }
td.TdClassName
{
border-color: #E86A0A;
}
.TagClassName
{
border-color: #E86A0A;
}
</style>