Shades of Mango Tango #E07804
Tints of Mango Tango #E07804
RGB
CMYK
RGB Variations
Color information
#E07804 (or 0xE07804) is known color: Mango Tango. HEX triplet: E0, 78 and 04. RGB value is (224,120,4). Sum of RGB (Red+Green+Blue) = 224+120+4=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E07804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07804 is #1F87FB. Grayscale: #8A8A8A. Windows color (decimal): -2066428 or 293088. OLE color: 293088.
HSL color Cylindrical-coordinate representation of color #E07804: hue angle of 31.64º 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 #E07804 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.12 |
| HSL | 31.64º | 0.96% | 0.45% | - |
| HSV(B) | 31.64º | 0.98% | 0.88% | - |
| XYZ | 37.48 | 29.29 | 3.79 | - |
| YUV | 137.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 4 | 0 | 0.46 | 0.98 | 0.12 | 31.64 | 0.96 | 0.45 |
| Hex | E0 | 78 | 4 | 0 | 2E | 62 | C | 20 | 60 | 2D |
| Octal | 340 | 170 | 4 | 0 | 56 | 142 | 14 | 40 | 140 | 55 |
| Binary | 11100000 | 1111000 | 100 | 0 | 101110 | 1100010 | 1100 | 100000 | 1100000 | 101101 |
Color Harmonies of #E07804
Complementary color
Monochromatic Colors of #E07804
Black with #E07804
Text Example
Text Example
White with #E07804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07804; }
p { color: rgb(224,120,4); }
H1.HeaderClassName
{
color: #E07804;
}
.AnyTagClassName
{
color: #E07804;
}
</style>
background-color css
<style>
a { background-color: #E07804; }
a { background-color: rgb(224,120,4); }
div.DivClassName
{
background-color: #E07804;
}
.BgClassName
{
background-color: #E07804;
}
</style>
border-color css
<style>
span { border-color: #E07804; }
span { border-color: rgb(224,120,4); }
td.TdClassName
{
border-color: #E07804;
}
.TagClassName
{
border-color: #E07804;
}
</style>