Shades of Mango Tango #E06F0F
Tints of Mango Tango #E06F0F
RGB
CMYK
RGB Variations
Color information
#E06F0F (or 0xE06F0F) is known color: Mango Tango. HEX triplet: E0, 6F and 0F. RGB value is (224,111,15). Sum of RGB (Red+Green+Blue) = 224+111+15=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F0F is #1F90F0. Grayscale: #868686. Windows color (decimal): -2068721 or 1011680. OLE color: 1011680.
HSL color Cylindrical-coordinate representation of color #E06F0F: hue angle of 27.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E06F0F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 15 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.12 |
| HSL | 27.56º | 0.87% | 0.47% | - |
| HSV(B) | 27.56º | 0.93% | 0.88% | - |
| XYZ | 36.51 | 27.25 | 3.79 | - |
| YUV | 133.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 15 | 0 | 0.50 | 0.93 | 0.12 | 27.56 | 0.87 | 0.47 |
| Hex | E0 | 6F | F | 0 | 32 | 5D | C | 1C | 57 | 2F |
| Octal | 340 | 157 | 17 | 0 | 62 | 135 | 14 | 34 | 127 | 57 |
| Binary | 11100000 | 1101111 | 1111 | 0 | 110010 | 1011101 | 1100 | 11100 | 1010111 | 101111 |
Color Harmonies of #E06F0F
Complementary color
Monochromatic Colors of #E06F0F
Black with #E06F0F
Text Example
Text Example
White with #E06F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F0F; }
p { color: rgb(224,111,15); }
H1.HeaderClassName
{
color: #E06F0F;
}
.AnyTagClassName
{
color: #E06F0F;
}
</style>
background-color css
<style>
a { background-color: #E06F0F; }
a { background-color: rgb(224,111,15); }
div.DivClassName
{
background-color: #E06F0F;
}
.BgClassName
{
background-color: #E06F0F;
}
</style>
border-color css
<style>
span { border-color: #E06F0F; }
span { border-color: rgb(224,111,15); }
td.TdClassName
{
border-color: #E06F0F;
}
.TagClassName
{
border-color: #E06F0F;
}
</style>