Shades of Mango Tango #E06E0F
Tints of Mango Tango #E06E0F
RGB
CMYK
RGB Variations
Color information
#E06E0F (or 0xE06E0F) is known color: Mango Tango. HEX triplet: E0, 6E and 0F. RGB value is (224,110,15). Sum of RGB (Red+Green+Blue) = 224+110+15=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06E0F is #1F91F0. Grayscale: #858585. Windows color (decimal): -2068977 or 1011424. OLE color: 1011424.
HSL color Cylindrical-coordinate representation of color #E06E0F: hue angle of 27.27º 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 #E06E0F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 15 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.12 |
| HSL | 27.27º | 0.87% | 0.47% | - |
| HSV(B) | 27.27º | 0.93% | 0.88% | - |
| XYZ | 36.4 | 27.03 | 3.75 | - |
| YUV | 133.26 | 61.27 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 15 | 0 | 0.51 | 0.93 | 0.12 | 27.27 | 0.87 | 0.47 |
| Hex | E0 | 6E | F | 0 | 33 | 5D | C | 1B | 57 | 2F |
| Octal | 340 | 156 | 17 | 0 | 63 | 135 | 14 | 33 | 127 | 57 |
| Binary | 11100000 | 1101110 | 1111 | 0 | 110011 | 1011101 | 1100 | 11011 | 1010111 | 101111 |
Color Harmonies of #E06E0F
Complementary color
Monochromatic Colors of #E06E0F
Black with #E06E0F
Text Example
Text Example
White with #E06E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E0F; }
p { color: rgb(224,110,15); }
H1.HeaderClassName
{
color: #E06E0F;
}
.AnyTagClassName
{
color: #E06E0F;
}
</style>
background-color css
<style>
a { background-color: #E06E0F; }
a { background-color: rgb(224,110,15); }
div.DivClassName
{
background-color: #E06E0F;
}
.BgClassName
{
background-color: #E06E0F;
}
</style>
border-color css
<style>
span { border-color: #E06E0F; }
span { border-color: rgb(224,110,15); }
td.TdClassName
{
border-color: #E06E0F;
}
.TagClassName
{
border-color: #E06E0F;
}
</style>