Shades of Mango Tango #E67000
Tints of Mango Tango #E67000
RGB
CMYK
RGB Variations
Color information
#E67000 (or 0xE67000) is known color: Mango Tango. HEX triplet: E6, 70 and 00. RGB value is (230,112,0). Sum of RGB (Red+Green+Blue) = 230+112+0=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E67000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67000 is #198FFF. Grayscale: #878787. Windows color (decimal): -1675264 or 28902. OLE color: 28902.
HSL color Cylindrical-coordinate representation of color #E67000: hue angle of 29.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E67000 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.10 |
| HSL | 29.22º | 1% | 0.45% | - |
| HSV(B) | 29.22º | 1% | 0.9% | - |
| XYZ | 38.43 | 28.41 | 3.46 | - |
| YUV | 134.51 | 52.09 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 0 | 0 | 0.51 | 1 | 0.10 | 29.22 | 1 | 0.45 |
| Hex | E6 | 70 | 0 | 0 | 33 | 64 | A | 1D | 64 | 2D |
| Octal | 346 | 160 | 0 | 0 | 63 | 144 | 12 | 35 | 144 | 55 |
| Binary | 11100110 | 1110000 | 0 | 0 | 110011 | 1100100 | 1010 | 11101 | 1100100 | 101101 |
Color Harmonies of #E67000
Complementary color
Monochromatic Colors of #E67000
Black with #E67000
Text Example
Text Example
White with #E67000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67000; }
p { color: rgb(230,112,0); }
H1.HeaderClassName
{
color: #E67000;
}
.AnyTagClassName
{
color: #E67000;
}
</style>
background-color css
<style>
a { background-color: #E67000; }
a { background-color: rgb(230,112,0); }
div.DivClassName
{
background-color: #E67000;
}
.BgClassName
{
background-color: #E67000;
}
</style>
border-color css
<style>
span { border-color: #E67000; }
span { border-color: rgb(230,112,0); }
td.TdClassName
{
border-color: #E67000;
}
.TagClassName
{
border-color: #E67000;
}
</style>