Shades of Mango Tango #E6700D
Tints of Mango Tango #E6700D
RGB
CMYK
RGB Variations
Color information
#E6700D (or 0xE6700D) is known color: Mango Tango. HEX triplet: E6, 70 and 0D. RGB value is (230,112,13). Sum of RGB (Red+Green+Blue) = 230+112+13=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6700D is #198FF2. Grayscale: #888888. Windows color (decimal): -1675251 or 880870. OLE color: 880870.
HSL color Cylindrical-coordinate representation of color #E6700D: hue angle of 27.37º 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 #E6700D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.10 |
| HSL | 27.37º | 0.89% | 0.48% | - |
| HSV(B) | 27.37º | 0.94% | 0.9% | - |
| XYZ | 38.5 | 28.44 | 3.84 | - |
| YUV | 136 | 58.59 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 13 | 0 | 0.51 | 0.94 | 0.10 | 27.37 | 0.89 | 0.48 |
| Hex | E6 | 70 | D | 0 | 33 | 5E | A | 1B | 59 | 30 |
| Octal | 346 | 160 | 15 | 0 | 63 | 136 | 12 | 33 | 131 | 60 |
| Binary | 11100110 | 1110000 | 1101 | 0 | 110011 | 1011110 | 1010 | 11011 | 1011001 | 110000 |
Color Harmonies of #E6700D
Complementary color
Monochromatic Colors of #E6700D
Black with #E6700D
Text Example
Text Example
White with #E6700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6700D; }
p { color: rgb(230,112,13); }
H1.HeaderClassName
{
color: #E6700D;
}
.AnyTagClassName
{
color: #E6700D;
}
</style>
background-color css
<style>
a { background-color: #E6700D; }
a { background-color: rgb(230,112,13); }
div.DivClassName
{
background-color: #E6700D;
}
.BgClassName
{
background-color: #E6700D;
}
</style>
border-color css
<style>
span { border-color: #E6700D; }
span { border-color: rgb(230,112,13); }
td.TdClassName
{
border-color: #E6700D;
}
.TagClassName
{
border-color: #E6700D;
}
</style>