Shades of Mango Tango #E07A03
Tints of Mango Tango #E07A03
RGB
CMYK
RGB Variations
Color information
#E07A03 (or 0xE07A03) is known color: Mango Tango. HEX triplet: E0, 7A and 03. RGB value is (224,122,3). Sum of RGB (Red+Green+Blue) = 224+122+3=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A03 is #1F85FC. Grayscale: #8B8B8B. Windows color (decimal): -2065917 or 228064. OLE color: 228064.
HSL color Cylindrical-coordinate representation of color #E07A03: hue angle of 32.31º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E07A03 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 3 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.12 |
| HSL | 32.31º | 0.97% | 0.45% | - |
| HSV(B) | 32.31º | 0.99% | 0.88% | - |
| XYZ | 37.72 | 29.77 | 3.85 | - |
| YUV | 138.93 | 51.29 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 3 | 0 | 0.46 | 0.99 | 0.12 | 32.31 | 0.97 | 0.45 |
| Hex | E0 | 7A | 3 | 0 | 2E | 63 | C | 20 | 61 | 2D |
| Octal | 340 | 172 | 3 | 0 | 56 | 143 | 14 | 40 | 141 | 55 |
| Binary | 11100000 | 1111010 | 11 | 0 | 101110 | 1100011 | 1100 | 100000 | 1100001 | 101101 |
Color Harmonies of #E07A03
Complementary color
Monochromatic Colors of #E07A03
Black with #E07A03
Text Example
Text Example
White with #E07A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A03; }
p { color: rgb(224,122,3); }
H1.HeaderClassName
{
color: #E07A03;
}
.AnyTagClassName
{
color: #E07A03;
}
</style>
background-color css
<style>
a { background-color: #E07A03; }
a { background-color: rgb(224,122,3); }
div.DivClassName
{
background-color: #E07A03;
}
.BgClassName
{
background-color: #E07A03;
}
</style>
border-color css
<style>
span { border-color: #E07A03; }
span { border-color: rgb(224,122,3); }
td.TdClassName
{
border-color: #E07A03;
}
.TagClassName
{
border-color: #E07A03;
}
</style>