Shades of Mango Tango #E06D00
Tints of Mango Tango #E06D00
RGB
CMYK
RGB Variations
Color information
#E06D00 (or 0xE06D00) is known color: Mango Tango. HEX triplet: E0, 6D and 00. RGB value is (224,109,0). Sum of RGB (Red+Green+Blue) = 224+109+0=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D00 is #1F92FF. Grayscale: #838383. Windows color (decimal): -2069248 or 28128. OLE color: 28128.
HSL color Cylindrical-coordinate representation of color #E06D00: hue angle of 29.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E06D00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.12 |
| HSL | 29.2º | 1% | 0.44% | - |
| HSV(B) | 29.2º | 1% | 0.88% | - |
| XYZ | 36.21 | 26.78 | 3.26 | - |
| YUV | 130.96 | 54.1 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 0 | 0 | 0.51 | 1 | 0.12 | 29.2 | 1 | 0.44 |
| Hex | E0 | 6D | 0 | 0 | 33 | 64 | C | 1D | 64 | 2C |
| Octal | 340 | 155 | 0 | 0 | 63 | 144 | 14 | 35 | 144 | 54 |
| Binary | 11100000 | 1101101 | 0 | 0 | 110011 | 1100100 | 1100 | 11101 | 1100100 | 101100 |
Color Harmonies of #E06D00
Complementary color
Monochromatic Colors of #E06D00
Black with #E06D00
Text Example
Text Example
White with #E06D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D00; }
p { color: rgb(224,109,0); }
H1.HeaderClassName
{
color: #E06D00;
}
.AnyTagClassName
{
color: #E06D00;
}
</style>
background-color css
<style>
a { background-color: #E06D00; }
a { background-color: rgb(224,109,0); }
div.DivClassName
{
background-color: #E06D00;
}
.BgClassName
{
background-color: #E06D00;
}
</style>
border-color css
<style>
span { border-color: #E06D00; }
span { border-color: rgb(224,109,0); }
td.TdClassName
{
border-color: #E06D00;
}
.TagClassName
{
border-color: #E06D00;
}
</style>