Shades of Mango Tango #E06F02
Tints of Mango Tango #E06F02
RGB
CMYK
RGB Variations
Color information
#E06F02 (or 0xE06F02) is known color: Mango Tango. HEX triplet: E0, 6F and 02. RGB value is (224,111,2). Sum of RGB (Red+Green+Blue) = 224+111+2=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F02 is #1F90FD. Grayscale: #848484. Windows color (decimal): -2068734 or 159712. OLE color: 159712.
HSL color Cylindrical-coordinate representation of color #E06F02: hue angle of 29.46º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06F02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.12 |
| HSL | 29.46º | 0.98% | 0.44% | - |
| HSV(B) | 29.46º | 0.99% | 0.88% | - |
| XYZ | 36.44 | 27.22 | 3.39 | - |
| YUV | 132.36 | 54.44 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 2 | 0 | 0.50 | 0.99 | 0.12 | 29.46 | 0.98 | 0.44 |
| Hex | E0 | 6F | 2 | 0 | 32 | 63 | C | 1D | 62 | 2C |
| Octal | 340 | 157 | 2 | 0 | 62 | 143 | 14 | 35 | 142 | 54 |
| Binary | 11100000 | 1101111 | 10 | 0 | 110010 | 1100011 | 1100 | 11101 | 1100010 | 101100 |
Color Harmonies of #E06F02
Complementary color
Monochromatic Colors of #E06F02
Black with #E06F02
Text Example
Text Example
White with #E06F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F02; }
p { color: rgb(224,111,2); }
H1.HeaderClassName
{
color: #E06F02;
}
.AnyTagClassName
{
color: #E06F02;
}
</style>
background-color css
<style>
a { background-color: #E06F02; }
a { background-color: rgb(224,111,2); }
div.DivClassName
{
background-color: #E06F02;
}
.BgClassName
{
background-color: #E06F02;
}
</style>
border-color css
<style>
span { border-color: #E06F02; }
span { border-color: rgb(224,111,2); }
td.TdClassName
{
border-color: #E06F02;
}
.TagClassName
{
border-color: #E06F02;
}
</style>