Shades of Mango Tango #E06B05
Tints of Mango Tango #E06B05
RGB
CMYK
RGB Variations
Color information
#E06B05 (or 0xE06B05) is known color: Mango Tango. HEX triplet: E0, 6B and 05. RGB value is (224,107,5). Sum of RGB (Red+Green+Blue) = 224+107+5=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06B05 is #1F94FA. Grayscale: #828282. Windows color (decimal): -2069755 or 355296. OLE color: 355296.
HSL color Cylindrical-coordinate representation of color #E06B05: hue angle of 27.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E06B05 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.12 |
| HSL | 27.95º | 0.96% | 0.45% | - |
| HSV(B) | 27.95º | 0.98% | 0.88% | - |
| XYZ | 36.03 | 26.37 | 3.34 | - |
| YUV | 130.36 | 57.26 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 5 | 0 | 0.52 | 0.98 | 0.12 | 27.95 | 0.96 | 0.45 |
| Hex | E0 | 6B | 5 | 0 | 34 | 62 | C | 1C | 60 | 2D |
| Octal | 340 | 153 | 5 | 0 | 64 | 142 | 14 | 34 | 140 | 55 |
| Binary | 11100000 | 1101011 | 101 | 0 | 110100 | 1100010 | 1100 | 11100 | 1100000 | 101101 |
Color Harmonies of #E06B05
Complementary color
Monochromatic Colors of #E06B05
Black with #E06B05
Text Example
Text Example
White with #E06B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B05; }
p { color: rgb(224,107,5); }
H1.HeaderClassName
{
color: #E06B05;
}
.AnyTagClassName
{
color: #E06B05;
}
</style>
background-color css
<style>
a { background-color: #E06B05; }
a { background-color: rgb(224,107,5); }
div.DivClassName
{
background-color: #E06B05;
}
.BgClassName
{
background-color: #E06B05;
}
</style>
border-color css
<style>
span { border-color: #E06B05; }
span { border-color: rgb(224,107,5); }
td.TdClassName
{
border-color: #E06B05;
}
.TagClassName
{
border-color: #E06B05;
}
</style>