Shades of Mango Tango #E06404
Tints of Mango Tango #E06404
RGB
CMYK
RGB Variations
Color information
#E06404 (or 0xE06404) is known color: Mango Tango. HEX triplet: E0, 64 and 04. RGB value is (224,100,4). Sum of RGB (Red+Green+Blue) = 224+100+4=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E06404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06404 is #1F9BFB. Grayscale: #7E7E7E. Windows color (decimal): -2071548 or 287968. OLE color: 287968.
HSL color Cylindrical-coordinate representation of color #E06404: hue angle of 26.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E06404 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.12 |
| HSL | 26.18º | 0.96% | 0.45% | - |
| HSV(B) | 26.18º | 0.98% | 0.88% | - |
| XYZ | 35.32 | 24.97 | 3.07 | - |
| YUV | 126.13 | 59.08 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 4 | 0 | 0.55 | 0.98 | 0.12 | 26.18 | 0.96 | 0.45 |
| Hex | E0 | 64 | 4 | 0 | 37 | 62 | C | 1A | 60 | 2D |
| Octal | 340 | 144 | 4 | 0 | 67 | 142 | 14 | 32 | 140 | 55 |
| Binary | 11100000 | 1100100 | 100 | 0 | 110111 | 1100010 | 1100 | 11010 | 1100000 | 101101 |
Color Harmonies of #E06404
Complementary color
Monochromatic Colors of #E06404
Black with #E06404
Text Example
Text Example
White with #E06404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06404; }
p { color: rgb(224,100,4); }
H1.HeaderClassName
{
color: #E06404;
}
.AnyTagClassName
{
color: #E06404;
}
</style>
background-color css
<style>
a { background-color: #E06404; }
a { background-color: rgb(224,100,4); }
div.DivClassName
{
background-color: #E06404;
}
.BgClassName
{
background-color: #E06404;
}
</style>
border-color css
<style>
span { border-color: #E06404; }
span { border-color: rgb(224,100,4); }
td.TdClassName
{
border-color: #E06404;
}
.TagClassName
{
border-color: #E06404;
}
</style>