Shades of Mango Tango #E06A0A
Tints of Mango Tango #E06A0A
RGB
CMYK
RGB Variations
Color information
#E06A0A (or 0xE06A0A) is known color: Mango Tango. HEX triplet: E0, 6A and 0A. RGB value is (224,106,10). Sum of RGB (Red+Green+Blue) = 224+106+10=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A0A is #1F95F5. Grayscale: #828282. Windows color (decimal): -2070006 or 682720. OLE color: 682720.
HSL color Cylindrical-coordinate representation of color #E06A0A: hue angle of 26.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E06A0A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.12 |
| HSL | 26.92º | 0.91% | 0.46% | - |
| HSV(B) | 26.92º | 0.96% | 0.88% | - |
| XYZ | 35.95 | 26.18 | 3.45 | - |
| YUV | 130.34 | 60.09 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 10 | 0 | 0.53 | 0.96 | 0.12 | 26.92 | 0.91 | 0.46 |
| Hex | E0 | 6A | A | 0 | 35 | 60 | C | 1B | 5B | 2E |
| Octal | 340 | 152 | 12 | 0 | 65 | 140 | 14 | 33 | 133 | 56 |
| Binary | 11100000 | 1101010 | 1010 | 0 | 110101 | 1100000 | 1100 | 11011 | 1011011 | 101110 |
Color Harmonies of #E06A0A
Complementary color
Monochromatic Colors of #E06A0A
Black with #E06A0A
Text Example
Text Example
White with #E06A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A0A; }
p { color: rgb(224,106,10); }
H1.HeaderClassName
{
color: #E06A0A;
}
.AnyTagClassName
{
color: #E06A0A;
}
</style>
background-color css
<style>
a { background-color: #E06A0A; }
a { background-color: rgb(224,106,10); }
div.DivClassName
{
background-color: #E06A0A;
}
.BgClassName
{
background-color: #E06A0A;
}
</style>
border-color css
<style>
span { border-color: #E06A0A; }
span { border-color: rgb(224,106,10); }
td.TdClassName
{
border-color: #E06A0A;
}
.TagClassName
{
border-color: #E06A0A;
}
</style>