Shades of Mango Tango #E07500
Tints of Mango Tango #E07500
RGB
CMYK
RGB Variations
Color information
#E07500 (or 0xE07500) is known color: Mango Tango. HEX triplet: E0, 75 and 00. RGB value is (224,117,0). Sum of RGB (Red+Green+Blue) = 224+117+0=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E07500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07500 is #1F8AFF. Grayscale: #888888. Windows color (decimal): -2067200 or 30176. OLE color: 30176.
HSL color Cylindrical-coordinate representation of color #E07500: hue angle of 31.34º 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 #E07500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.12 |
| HSL | 31.34º | 1% | 0.44% | - |
| HSV(B) | 31.34º | 1% | 0.88% | - |
| XYZ | 37.1 | 28.57 | 3.56 | - |
| YUV | 135.66 | 51.45 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 0 | 0 | 0.48 | 1 | 0.12 | 31.34 | 1 | 0.44 |
| Hex | E0 | 75 | 0 | 0 | 30 | 64 | C | 1F | 64 | 2C |
| Octal | 340 | 165 | 0 | 0 | 60 | 144 | 14 | 37 | 144 | 54 |
| Binary | 11100000 | 1110101 | 0 | 0 | 110000 | 1100100 | 1100 | 11111 | 1100100 | 101100 |
Color Harmonies of #E07500
Complementary color
Monochromatic Colors of #E07500
Black with #E07500
Text Example
Text Example
White with #E07500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07500; }
p { color: rgb(224,117,0); }
H1.HeaderClassName
{
color: #E07500;
}
.AnyTagClassName
{
color: #E07500;
}
</style>
background-color css
<style>
a { background-color: #E07500; }
a { background-color: rgb(224,117,0); }
div.DivClassName
{
background-color: #E07500;
}
.BgClassName
{
background-color: #E07500;
}
</style>
border-color css
<style>
span { border-color: #E07500; }
span { border-color: rgb(224,117,0); }
td.TdClassName
{
border-color: #E07500;
}
.TagClassName
{
border-color: #E07500;
}
</style>