Shades of Mango Tango #E06F00
Tints of Mango Tango #E06F00
RGB
CMYK
RGB Variations
Color information
#E06F00 (or 0xE06F00) is known color: Mango Tango. HEX triplet: E0, 6F and 00. RGB value is (224,111,0). Sum of RGB (Red+Green+Blue) = 224+111+0=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F00 is #1F90FF. Grayscale: #848484. Windows color (decimal): -2068736 or 28640. OLE color: 28640.
HSL color Cylindrical-coordinate representation of color #E06F00: hue angle of 29.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E06F00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.12 |
| HSL | 29.73º | 1% | 0.44% | - |
| HSV(B) | 29.73º | 1% | 0.88% | - |
| XYZ | 36.42 | 27.22 | 3.33 | - |
| YUV | 132.13 | 53.44 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 0 | 0 | 0.50 | 1 | 0.12 | 29.73 | 1 | 0.44 |
| Hex | E0 | 6F | 0 | 0 | 32 | 64 | C | 1E | 64 | 2C |
| Octal | 340 | 157 | 0 | 0 | 62 | 144 | 14 | 36 | 144 | 54 |
| Binary | 11100000 | 1101111 | 0 | 0 | 110010 | 1100100 | 1100 | 11110 | 1100100 | 101100 |
Color Harmonies of #E06F00
Complementary color
Monochromatic Colors of #E06F00
Black with #E06F00
Text Example
Text Example
White with #E06F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F00; }
p { color: rgb(224,111,0); }
H1.HeaderClassName
{
color: #E06F00;
}
.AnyTagClassName
{
color: #E06F00;
}
</style>
background-color css
<style>
a { background-color: #E06F00; }
a { background-color: rgb(224,111,0); }
div.DivClassName
{
background-color: #E06F00;
}
.BgClassName
{
background-color: #E06F00;
}
</style>
border-color css
<style>
span { border-color: #E06F00; }
span { border-color: rgb(224,111,0); }
td.TdClassName
{
border-color: #E06F00;
}
.TagClassName
{
border-color: #E06F00;
}
</style>