Shades of Mango Tango #E06D0D
Tints of Mango Tango #E06D0D
RGB
CMYK
RGB Variations
Color information
#E06D0D (or 0xE06D0D) is known color: Mango Tango. HEX triplet: E0, 6D and 0D. RGB value is (224,109,13). Sum of RGB (Red+Green+Blue) = 224+109+13=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D0D is #1F92F2. Grayscale: #848484. Windows color (decimal): -2069235 or 880096. OLE color: 880096.
HSL color Cylindrical-coordinate representation of color #E06D0D: hue angle of 27.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E06D0D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.12 |
| HSL | 27.3º | 0.89% | 0.46% | - |
| HSV(B) | 27.3º | 0.94% | 0.88% | - |
| XYZ | 36.28 | 26.81 | 3.64 | - |
| YUV | 132.44 | 60.6 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 13 | 0 | 0.51 | 0.94 | 0.12 | 27.3 | 0.89 | 0.46 |
| Hex | E0 | 6D | D | 0 | 33 | 5E | C | 1B | 59 | 2E |
| Octal | 340 | 155 | 15 | 0 | 63 | 136 | 14 | 33 | 131 | 56 |
| Binary | 11100000 | 1101101 | 1101 | 0 | 110011 | 1011110 | 1100 | 11011 | 1011001 | 101110 |
Color Harmonies of #E06D0D
Complementary color
Monochromatic Colors of #E06D0D
Black with #E06D0D
Text Example
Text Example
White with #E06D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D0D; }
p { color: rgb(224,109,13); }
H1.HeaderClassName
{
color: #E06D0D;
}
.AnyTagClassName
{
color: #E06D0D;
}
</style>
background-color css
<style>
a { background-color: #E06D0D; }
a { background-color: rgb(224,109,13); }
div.DivClassName
{
background-color: #E06D0D;
}
.BgClassName
{
background-color: #E06D0D;
}
</style>
border-color css
<style>
span { border-color: #E06D0D; }
span { border-color: rgb(224,109,13); }
td.TdClassName
{
border-color: #E06D0D;
}
.TagClassName
{
border-color: #E06D0D;
}
</style>