Shades of Mango Tango #E0730B
Tints of Mango Tango #E0730B
RGB
CMYK
RGB Variations
Color information
#E0730B (or 0xE0730B) is known color: Mango Tango. HEX triplet: E0, 73 and 0B. RGB value is (224,115,11). Sum of RGB (Red+Green+Blue) = 224+115+11=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0730B is #1F8CF4. Grayscale: #888888. Windows color (decimal): -2067701 or 750560. OLE color: 750560.
HSL color Cylindrical-coordinate representation of color #E0730B: hue angle of 29.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0730B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.12 |
| HSL | 29.3º | 0.91% | 0.46% | - |
| HSV(B) | 29.3º | 0.95% | 0.88% | - |
| XYZ | 36.93 | 28.13 | 3.8 | - |
| YUV | 135.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 11 | 0 | 0.49 | 0.95 | 0.12 | 29.3 | 0.91 | 0.46 |
| Hex | E0 | 73 | B | 0 | 31 | 5F | C | 1D | 5B | 2E |
| Octal | 340 | 163 | 13 | 0 | 61 | 137 | 14 | 35 | 133 | 56 |
| Binary | 11100000 | 1110011 | 1011 | 0 | 110001 | 1011111 | 1100 | 11101 | 1011011 | 101110 |
Color Harmonies of #E0730B
Complementary color
Monochromatic Colors of #E0730B
Black with #E0730B
Text Example
Text Example
White with #E0730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0730B; }
p { color: rgb(224,115,11); }
H1.HeaderClassName
{
color: #E0730B;
}
.AnyTagClassName
{
color: #E0730B;
}
</style>
background-color css
<style>
a { background-color: #E0730B; }
a { background-color: rgb(224,115,11); }
div.DivClassName
{
background-color: #E0730B;
}
.BgClassName
{
background-color: #E0730B;
}
</style>
border-color css
<style>
span { border-color: #E0730B; }
span { border-color: rgb(224,115,11); }
td.TdClassName
{
border-color: #E0730B;
}
.TagClassName
{
border-color: #E0730B;
}
</style>