Shades of Mango Tango #E06D0A
Tints of Mango Tango #E06D0A
RGB
CMYK
RGB Variations
Color information
#E06D0A (or 0xE06D0A) is known color: Mango Tango. HEX triplet: E0, 6D and 0A. RGB value is (224,109,10). Sum of RGB (Red+Green+Blue) = 224+109+10=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D0A is #1F92F5. Grayscale: #848484. Windows color (decimal): -2069238 or 683488. OLE color: 683488.
HSL color Cylindrical-coordinate representation of color #E06D0A: hue angle of 27.76º 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 #E06D0A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.12 |
| HSL | 27.76º | 0.91% | 0.46% | - |
| HSV(B) | 27.76º | 0.96% | 0.88% | - |
| XYZ | 36.26 | 26.81 | 3.55 | - |
| YUV | 132.1 | 59.1 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 10 | 0 | 0.51 | 0.96 | 0.12 | 27.76 | 0.91 | 0.46 |
| Hex | E0 | 6D | A | 0 | 33 | 60 | C | 1C | 5B | 2E |
| Octal | 340 | 155 | 12 | 0 | 63 | 140 | 14 | 34 | 133 | 56 |
| Binary | 11100000 | 1101101 | 1010 | 0 | 110011 | 1100000 | 1100 | 11100 | 1011011 | 101110 |
Color Harmonies of #E06D0A
Complementary color
Monochromatic Colors of #E06D0A
Black with #E06D0A
Text Example
Text Example
White with #E06D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D0A; }
p { color: rgb(224,109,10); }
H1.HeaderClassName
{
color: #E06D0A;
}
.AnyTagClassName
{
color: #E06D0A;
}
</style>
background-color css
<style>
a { background-color: #E06D0A; }
a { background-color: rgb(224,109,10); }
div.DivClassName
{
background-color: #E06D0A;
}
.BgClassName
{
background-color: #E06D0A;
}
</style>
border-color css
<style>
span { border-color: #E06D0A; }
span { border-color: rgb(224,109,10); }
td.TdClassName
{
border-color: #E06D0A;
}
.TagClassName
{
border-color: #E06D0A;
}
</style>