Shades of Mango Tango #E6750E
Tints of Mango Tango #E6750E
RGB
CMYK
RGB Variations
Color information
#E6750E (or 0xE6750E) is known color: Mango Tango. HEX triplet: E6, 75 and 0E. RGB value is (230,117,14). Sum of RGB (Red+Green+Blue) = 230+117+14=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6750E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6750E is #198AF1. Grayscale: #8B8B8B. Windows color (decimal): -1673970 or 947686. OLE color: 947686.
HSL color Cylindrical-coordinate representation of color #E6750E: hue angle of 28.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6750E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.10 |
| HSL | 28.61º | 0.89% | 0.48% | - |
| HSV(B) | 28.61º | 0.94% | 0.9% | - |
| XYZ | 39.07 | 29.58 | 4.07 | - |
| YUV | 139.05 | 57.44 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 14 | 0 | 0.49 | 0.94 | 0.10 | 28.61 | 0.89 | 0.48 |
| Hex | E6 | 75 | E | 0 | 31 | 5E | A | 1D | 59 | 30 |
| Octal | 346 | 165 | 16 | 0 | 61 | 136 | 12 | 35 | 131 | 60 |
| Binary | 11100110 | 1110101 | 1110 | 0 | 110001 | 1011110 | 1010 | 11101 | 1011001 | 110000 |
Color Harmonies of #E6750E
Complementary color
Monochromatic Colors of #E6750E
Black with #E6750E
Text Example
Text Example
White with #E6750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6750E; }
p { color: rgb(230,117,14); }
H1.HeaderClassName
{
color: #E6750E;
}
.AnyTagClassName
{
color: #E6750E;
}
</style>
background-color css
<style>
a { background-color: #E6750E; }
a { background-color: rgb(230,117,14); }
div.DivClassName
{
background-color: #E6750E;
}
.BgClassName
{
background-color: #E6750E;
}
</style>
border-color css
<style>
span { border-color: #E6750E; }
span { border-color: rgb(230,117,14); }
td.TdClassName
{
border-color: #E6750E;
}
.TagClassName
{
border-color: #E6750E;
}
</style>