Shades of Mango Tango #E07B13
Tints of Mango Tango #E07B13
RGB
CMYK
RGB Variations
Color information
#E07B13 (or 0xE07B13) is known color: Mango Tango. HEX triplet: E0, 7B and 13. RGB value is (224,123,19). Sum of RGB (Red+Green+Blue) = 224+123+19=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07B13 is #1F84EC. Grayscale: #8D8D8D. Windows color (decimal): -2065645 or 1276896. OLE color: 1276896.
HSL color Cylindrical-coordinate representation of color #E07B13: hue angle of 30.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E07B13 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 19 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.12 |
| HSL | 30.44º | 0.84% | 0.48% | - |
| HSV(B) | 30.44º | 0.92% | 0.88% | - |
| XYZ | 37.94 | 30.06 | 4.42 | - |
| YUV | 141.34 | 58.96 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 19 | 0 | 0.45 | 0.92 | 0.12 | 30.44 | 0.84 | 0.48 |
| Hex | E0 | 7B | 13 | 0 | 2D | 5C | C | 1E | 54 | 30 |
| Octal | 340 | 173 | 23 | 0 | 55 | 134 | 14 | 36 | 124 | 60 |
| Binary | 11100000 | 1111011 | 10011 | 0 | 101101 | 1011100 | 1100 | 11110 | 1010100 | 110000 |
Color Harmonies of #E07B13
Complementary color
Monochromatic Colors of #E07B13
Black with #E07B13
Text Example
Text Example
White with #E07B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B13; }
p { color: rgb(224,123,19); }
H1.HeaderClassName
{
color: #E07B13;
}
.AnyTagClassName
{
color: #E07B13;
}
</style>
background-color css
<style>
a { background-color: #E07B13; }
a { background-color: rgb(224,123,19); }
div.DivClassName
{
background-color: #E07B13;
}
.BgClassName
{
background-color: #E07B13;
}
</style>
border-color css
<style>
span { border-color: #E07B13; }
span { border-color: rgb(224,123,19); }
td.TdClassName
{
border-color: #E07B13;
}
.TagClassName
{
border-color: #E07B13;
}
</style>