Shades of Mango Tango #E07F05
Tints of Mango Tango #E07F05
RGB
CMYK
RGB Variations
Color information
#E07F05 (or 0xE07F05) is known color: Mango Tango. HEX triplet: E0, 7F and 05. RGB value is (224,127,5). Sum of RGB (Red+Green+Blue) = 224+127+5=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F05 is #1F80FA. Grayscale: #8E8E8E. Windows color (decimal): -2064635 or 360416. OLE color: 360416.
HSL color Cylindrical-coordinate representation of color #E07F05: hue angle of 33.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E07F05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.12 |
| HSL | 33.42º | 0.96% | 0.45% | - |
| HSV(B) | 33.42º | 0.98% | 0.88% | - |
| XYZ | 38.36 | 31.04 | 4.11 | - |
| YUV | 142.1 | 50.64 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 5 | 0 | 0.43 | 0.98 | 0.12 | 33.42 | 0.96 | 0.45 |
| Hex | E0 | 7F | 5 | 0 | 2B | 62 | C | 21 | 60 | 2D |
| Octal | 340 | 177 | 5 | 0 | 53 | 142 | 14 | 41 | 140 | 55 |
| Binary | 11100000 | 1111111 | 101 | 0 | 101011 | 1100010 | 1100 | 100001 | 1100000 | 101101 |
Color Harmonies of #E07F05
Complementary color
Monochromatic Colors of #E07F05
Black with #E07F05
Text Example
Text Example
White with #E07F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F05; }
p { color: rgb(224,127,5); }
H1.HeaderClassName
{
color: #E07F05;
}
.AnyTagClassName
{
color: #E07F05;
}
</style>
background-color css
<style>
a { background-color: #E07F05; }
a { background-color: rgb(224,127,5); }
div.DivClassName
{
background-color: #E07F05;
}
.BgClassName
{
background-color: #E07F05;
}
</style>
border-color css
<style>
span { border-color: #E07F05; }
span { border-color: rgb(224,127,5); }
td.TdClassName
{
border-color: #E07F05;
}
.TagClassName
{
border-color: #E07F05;
}
</style>