Shades of Mango Tango #E07504
Tints of Mango Tango #E07504
RGB
CMYK
RGB Variations
Color information
#E07504 (or 0xE07504) is known color: Mango Tango. HEX triplet: E0, 75 and 04. RGB value is (224,117,4). Sum of RGB (Red+Green+Blue) = 224+117+4=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E07504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07504 is #1F8AFB. Grayscale: #888888. Windows color (decimal): -2067196 or 292320. OLE color: 292320.
HSL color Cylindrical-coordinate representation of color #E07504: hue angle of 30.82º 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 #E07504 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 4 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.12 |
| HSL | 30.82º | 0.96% | 0.45% | - |
| HSV(B) | 30.82º | 0.98% | 0.88% | - |
| XYZ | 37.12 | 28.58 | 3.67 | - |
| YUV | 136.11 | 53.45 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 4 | 0 | 0.48 | 0.98 | 0.12 | 30.82 | 0.96 | 0.45 |
| Hex | E0 | 75 | 4 | 0 | 30 | 62 | C | 1F | 60 | 2D |
| Octal | 340 | 165 | 4 | 0 | 60 | 142 | 14 | 37 | 140 | 55 |
| Binary | 11100000 | 1110101 | 100 | 0 | 110000 | 1100010 | 1100 | 11111 | 1100000 | 101101 |
Color Harmonies of #E07504
Complementary color
Monochromatic Colors of #E07504
Black with #E07504
Text Example
Text Example
White with #E07504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07504; }
p { color: rgb(224,117,4); }
H1.HeaderClassName
{
color: #E07504;
}
.AnyTagClassName
{
color: #E07504;
}
</style>
background-color css
<style>
a { background-color: #E07504; }
a { background-color: rgb(224,117,4); }
div.DivClassName
{
background-color: #E07504;
}
.BgClassName
{
background-color: #E07504;
}
</style>
border-color css
<style>
span { border-color: #E07504; }
span { border-color: rgb(224,117,4); }
td.TdClassName
{
border-color: #E07504;
}
.TagClassName
{
border-color: #E07504;
}
</style>