Shades of Mango Tango #E06D0C
Tints of Mango Tango #E06D0C
RGB
CMYK
RGB Variations
Color information
#E06D0C (or 0xE06D0C) is known color: Mango Tango. HEX triplet: E0, 6D and 0C. RGB value is (224,109,12). Sum of RGB (Red+Green+Blue) = 224+109+12=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D0C is #1F92F3. Grayscale: #848484. Windows color (decimal): -2069236 or 814560. OLE color: 814560.
HSL color Cylindrical-coordinate representation of color #E06D0C: hue angle of 27.45º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E06D0C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.12 |
| HSL | 27.45º | 0.9% | 0.46% | - |
| HSV(B) | 27.45º | 0.95% | 0.88% | - |
| XYZ | 36.28 | 26.81 | 3.61 | - |
| YUV | 132.33 | 60.1 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 12 | 0 | 0.51 | 0.95 | 0.12 | 27.45 | 0.9 | 0.46 |
| Hex | E0 | 6D | C | 0 | 33 | 5F | C | 1B | 5A | 2E |
| Octal | 340 | 155 | 14 | 0 | 63 | 137 | 14 | 33 | 132 | 56 |
| Binary | 11100000 | 1101101 | 1100 | 0 | 110011 | 1011111 | 1100 | 11011 | 1011010 | 101110 |
Color Harmonies of #E06D0C
Complementary color
Monochromatic Colors of #E06D0C
Black with #E06D0C
Text Example
Text Example
White with #E06D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D0C; }
p { color: rgb(224,109,12); }
H1.HeaderClassName
{
color: #E06D0C;
}
.AnyTagClassName
{
color: #E06D0C;
}
</style>
background-color css
<style>
a { background-color: #E06D0C; }
a { background-color: rgb(224,109,12); }
div.DivClassName
{
background-color: #E06D0C;
}
.BgClassName
{
background-color: #E06D0C;
}
</style>
border-color css
<style>
span { border-color: #E06D0C; }
span { border-color: rgb(224,109,12); }
td.TdClassName
{
border-color: #E06D0C;
}
.TagClassName
{
border-color: #E06D0C;
}
</style>