Shades of Mango Tango #E08006
Tints of Mango Tango #E08006
RGB
CMYK
RGB Variations
Color information
#E08006 (or 0xE08006) is known color: Mango Tango. HEX triplet: E0, 80 and 06. RGB value is (224,128,6). Sum of RGB (Red+Green+Blue) = 224+128+6=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E08006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08006 is #1F7FF9. Grayscale: #8F8F8F. Windows color (decimal): -2064378 or 426208. OLE color: 426208.
HSL color Cylindrical-coordinate representation of color #E08006: hue angle of 33.58º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E08006 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 6 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.12 |
| HSL | 33.58º | 0.95% | 0.45% | - |
| HSV(B) | 33.58º | 0.97% | 0.88% | - |
| XYZ | 38.49 | 31.3 | 4.18 | - |
| YUV | 142.8 | 50.8 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 6 | 0 | 0.43 | 0.97 | 0.12 | 33.58 | 0.95 | 0.45 |
| Hex | E0 | 80 | 6 | 0 | 2B | 61 | C | 22 | 5F | 2D |
| Octal | 340 | 200 | 6 | 0 | 53 | 141 | 14 | 42 | 137 | 55 |
| Binary | 11100000 | 10000000 | 110 | 0 | 101011 | 1100001 | 1100 | 100010 | 1011111 | 101101 |
Color Harmonies of #E08006
Complementary color
Monochromatic Colors of #E08006
Black with #E08006
Text Example
Text Example
White with #E08006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08006; }
p { color: rgb(224,128,6); }
H1.HeaderClassName
{
color: #E08006;
}
.AnyTagClassName
{
color: #E08006;
}
</style>
background-color css
<style>
a { background-color: #E08006; }
a { background-color: rgb(224,128,6); }
div.DivClassName
{
background-color: #E08006;
}
.BgClassName
{
background-color: #E08006;
}
</style>
border-color css
<style>
span { border-color: #E08006; }
span { border-color: rgb(224,128,6); }
td.TdClassName
{
border-color: #E08006;
}
.TagClassName
{
border-color: #E08006;
}
</style>