Shades of Mango Tango #E0650C
Tints of Mango Tango #E0650C
RGB
CMYK
RGB Variations
Color information
#E0650C (or 0xE0650C) is known color: Mango Tango. HEX triplet: E0, 65 and 0C. RGB value is (224,101,12). Sum of RGB (Red+Green+Blue) = 224+101+12=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0650C is #1F9AF3. Grayscale: #808080. Windows color (decimal): -2071284 or 812512. OLE color: 812512.
HSL color Cylindrical-coordinate representation of color #E0650C: hue angle of 25.19º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0650C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.12 |
| HSL | 25.19º | 0.9% | 0.46% | - |
| HSV(B) | 25.19º | 0.95% | 0.88% | - |
| XYZ | 35.46 | 25.18 | 3.34 | - |
| YUV | 127.63 | 62.75 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 12 | 0 | 0.55 | 0.95 | 0.12 | 25.19 | 0.9 | 0.46 |
| Hex | E0 | 65 | C | 0 | 37 | 5F | C | 19 | 5A | 2E |
| Octal | 340 | 145 | 14 | 0 | 67 | 137 | 14 | 31 | 132 | 56 |
| Binary | 11100000 | 1100101 | 1100 | 0 | 110111 | 1011111 | 1100 | 11001 | 1011010 | 101110 |
Color Harmonies of #E0650C
Complementary color
Monochromatic Colors of #E0650C
Black with #E0650C
Text Example
Text Example
White with #E0650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0650C; }
p { color: rgb(224,101,12); }
H1.HeaderClassName
{
color: #E0650C;
}
.AnyTagClassName
{
color: #E0650C;
}
</style>
background-color css
<style>
a { background-color: #E0650C; }
a { background-color: rgb(224,101,12); }
div.DivClassName
{
background-color: #E0650C;
}
.BgClassName
{
background-color: #E0650C;
}
</style>
border-color css
<style>
span { border-color: #E0650C; }
span { border-color: rgb(224,101,12); }
td.TdClassName
{
border-color: #E0650C;
}
.TagClassName
{
border-color: #E0650C;
}
</style>