Shades of Mango Tango #E06F0A
Tints of Mango Tango #E06F0A
RGB
CMYK
RGB Variations
Color information
#E06F0A (or 0xE06F0A) is known color: Mango Tango. HEX triplet: E0, 6F and 0A. RGB value is (224,111,10). Sum of RGB (Red+Green+Blue) = 224+111+10=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F0A is #1F90F5. Grayscale: #858585. Windows color (decimal): -2068726 or 684000. OLE color: 684000.
HSL color Cylindrical-coordinate representation of color #E06F0A: hue angle of 28.32º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E06F0A is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 10 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.12 |
| HSL | 28.32º | 0.91% | 0.46% | - |
| HSV(B) | 28.32º | 0.96% | 0.88% | - |
| XYZ | 36.48 | 27.24 | 3.62 | - |
| YUV | 133.27 | 58.44 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 10 | 0 | 0.50 | 0.96 | 0.12 | 28.32 | 0.91 | 0.46 |
| Hex | E0 | 6F | A | 0 | 32 | 60 | C | 1C | 5B | 2E |
| Octal | 340 | 157 | 12 | 0 | 62 | 140 | 14 | 34 | 133 | 56 |
| Binary | 11100000 | 1101111 | 1010 | 0 | 110010 | 1100000 | 1100 | 11100 | 1011011 | 101110 |
Color Harmonies of #E06F0A
Complementary color
Monochromatic Colors of #E06F0A
Black with #E06F0A
Text Example
Text Example
White with #E06F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F0A; }
p { color: rgb(224,111,10); }
H1.HeaderClassName
{
color: #E06F0A;
}
.AnyTagClassName
{
color: #E06F0A;
}
</style>
background-color css
<style>
a { background-color: #E06F0A; }
a { background-color: rgb(224,111,10); }
div.DivClassName
{
background-color: #E06F0A;
}
.BgClassName
{
background-color: #E06F0A;
}
</style>
border-color css
<style>
span { border-color: #E06F0A; }
span { border-color: rgb(224,111,10); }
td.TdClassName
{
border-color: #E06F0A;
}
.TagClassName
{
border-color: #E06F0A;
}
</style>