Shades of Mango Tango #E06B08
Tints of Mango Tango #E06B08
RGB
CMYK
RGB Variations
Color information
#E06B08 (or 0xE06B08) is known color: Mango Tango. HEX triplet: E0, 6B and 08. RGB value is (224,107,8). Sum of RGB (Red+Green+Blue) = 224+107+8=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06B08 is #1F94F7. Grayscale: #838383. Windows color (decimal): -2069752 or 551904. OLE color: 551904.
HSL color Cylindrical-coordinate representation of color #E06B08: hue angle of 27.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E06B08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.12 |
| HSL | 27.5º | 0.93% | 0.45% | - |
| HSV(B) | 27.5º | 0.96% | 0.88% | - |
| XYZ | 36.04 | 26.38 | 3.42 | - |
| YUV | 130.7 | 58.76 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 8 | 0 | 0.52 | 0.96 | 0.12 | 27.5 | 0.93 | 0.45 |
| Hex | E0 | 6B | 8 | 0 | 34 | 60 | C | 1C | 5D | 2D |
| Octal | 340 | 153 | 10 | 0 | 64 | 140 | 14 | 34 | 135 | 55 |
| Binary | 11100000 | 1101011 | 1000 | 0 | 110100 | 1100000 | 1100 | 11100 | 1011101 | 101101 |
Color Harmonies of #E06B08
Complementary color
Monochromatic Colors of #E06B08
Black with #E06B08
Text Example
Text Example
White with #E06B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B08; }
p { color: rgb(224,107,8); }
H1.HeaderClassName
{
color: #E06B08;
}
.AnyTagClassName
{
color: #E06B08;
}
</style>
background-color css
<style>
a { background-color: #E06B08; }
a { background-color: rgb(224,107,8); }
div.DivClassName
{
background-color: #E06B08;
}
.BgClassName
{
background-color: #E06B08;
}
</style>
border-color css
<style>
span { border-color: #E06B08; }
span { border-color: rgb(224,107,8); }
td.TdClassName
{
border-color: #E06B08;
}
.TagClassName
{
border-color: #E06B08;
}
</style>