Shades of Mango Tango #E6700C
Tints of Mango Tango #E6700C
RGB
CMYK
RGB Variations
Color information
#E6700C (or 0xE6700C) is known color: Mango Tango. HEX triplet: E6, 70 and 0C. RGB value is (230,112,12). Sum of RGB (Red+Green+Blue) = 230+112+12=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6700C is #198FF3. Grayscale: #888888. Windows color (decimal): -1675252 or 815334. OLE color: 815334.
HSL color Cylindrical-coordinate representation of color #E6700C: hue angle of 27.52º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6700C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.10 |
| HSL | 27.52º | 0.9% | 0.47% | - |
| HSV(B) | 27.52º | 0.95% | 0.9% | - |
| XYZ | 38.49 | 28.44 | 3.81 | - |
| YUV | 135.88 | 58.09 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 12 | 0 | 0.51 | 0.95 | 0.10 | 27.52 | 0.9 | 0.47 |
| Hex | E6 | 70 | C | 0 | 33 | 5F | A | 1C | 5A | 2F |
| Octal | 346 | 160 | 14 | 0 | 63 | 137 | 12 | 34 | 132 | 57 |
| Binary | 11100110 | 1110000 | 1100 | 0 | 110011 | 1011111 | 1010 | 11100 | 1011010 | 101111 |
Color Harmonies of #E6700C
Complementary color
Monochromatic Colors of #E6700C
Black with #E6700C
Text Example
Text Example
White with #E6700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6700C; }
p { color: rgb(230,112,12); }
H1.HeaderClassName
{
color: #E6700C;
}
.AnyTagClassName
{
color: #E6700C;
}
</style>
background-color css
<style>
a { background-color: #E6700C; }
a { background-color: rgb(230,112,12); }
div.DivClassName
{
background-color: #E6700C;
}
.BgClassName
{
background-color: #E6700C;
}
</style>
border-color css
<style>
span { border-color: #E6700C; }
span { border-color: rgb(230,112,12); }
td.TdClassName
{
border-color: #E6700C;
}
.TagClassName
{
border-color: #E6700C;
}
</style>