Shades of Mango Tango #E07300
Tints of Mango Tango #E07300
RGB
CMYK
RGB Variations
Color information
#E07300 (or 0xE07300) is known color: Mango Tango. HEX triplet: E0, 73 and 00. RGB value is (224,115,0). Sum of RGB (Red+Green+Blue) = 224+115+0=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E07300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07300 is #1F8CFF. Grayscale: #878787. Windows color (decimal): -2067712 or 29664. OLE color: 29664.
HSL color Cylindrical-coordinate representation of color #E07300: hue angle of 30.8º 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 #E07300 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.12 |
| HSL | 30.8º | 1% | 0.44% | - |
| HSV(B) | 30.8º | 1% | 0.88% | - |
| XYZ | 36.87 | 28.11 | 3.48 | - |
| YUV | 134.48 | 52.11 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 0 | 0 | 0.49 | 1 | 0.12 | 30.8 | 1 | 0.44 |
| Hex | E0 | 73 | 0 | 0 | 31 | 64 | C | 1F | 64 | 2C |
| Octal | 340 | 163 | 0 | 0 | 61 | 144 | 14 | 37 | 144 | 54 |
| Binary | 11100000 | 1110011 | 0 | 0 | 110001 | 1100100 | 1100 | 11111 | 1100100 | 101100 |
Color Harmonies of #E07300
Complementary color
Monochromatic Colors of #E07300
Black with #E07300
Text Example
Text Example
White with #E07300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07300; }
p { color: rgb(224,115,0); }
H1.HeaderClassName
{
color: #E07300;
}
.AnyTagClassName
{
color: #E07300;
}
</style>
background-color css
<style>
a { background-color: #E07300; }
a { background-color: rgb(224,115,0); }
div.DivClassName
{
background-color: #E07300;
}
.BgClassName
{
background-color: #E07300;
}
</style>
border-color css
<style>
span { border-color: #E07300; }
span { border-color: rgb(224,115,0); }
td.TdClassName
{
border-color: #E07300;
}
.TagClassName
{
border-color: #E07300;
}
</style>