Shades of Mango Tango #E67006
Tints of Mango Tango #E67006
RGB
CMYK
RGB Variations
Color information
#E67006 (or 0xE67006) is known color: Mango Tango. HEX triplet: E6, 70 and 06. RGB value is (230,112,6). Sum of RGB (Red+Green+Blue) = 230+112+6=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E67006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67006 is #198FF9. Grayscale: #878787. Windows color (decimal): -1675258 or 422118. OLE color: 422118.
HSL color Cylindrical-coordinate representation of color #E67006: hue angle of 28.39º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E67006 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.10 |
| HSL | 28.39º | 0.95% | 0.46% | - |
| HSV(B) | 28.39º | 0.97% | 0.9% | - |
| XYZ | 38.46 | 28.42 | 3.63 | - |
| YUV | 135.2 | 55.09 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 6 | 0 | 0.51 | 0.97 | 0.10 | 28.39 | 0.95 | 0.46 |
| Hex | E6 | 70 | 6 | 0 | 33 | 61 | A | 1C | 5F | 2E |
| Octal | 346 | 160 | 6 | 0 | 63 | 141 | 12 | 34 | 137 | 56 |
| Binary | 11100110 | 1110000 | 110 | 0 | 110011 | 1100001 | 1010 | 11100 | 1011111 | 101110 |
Color Harmonies of #E67006
Complementary color
Monochromatic Colors of #E67006
Black with #E67006
Text Example
Text Example
White with #E67006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67006; }
p { color: rgb(230,112,6); }
H1.HeaderClassName
{
color: #E67006;
}
.AnyTagClassName
{
color: #E67006;
}
</style>
background-color css
<style>
a { background-color: #E67006; }
a { background-color: rgb(230,112,6); }
div.DivClassName
{
background-color: #E67006;
}
.BgClassName
{
background-color: #E67006;
}
</style>
border-color css
<style>
span { border-color: #E67006; }
span { border-color: rgb(230,112,6); }
td.TdClassName
{
border-color: #E67006;
}
.TagClassName
{
border-color: #E67006;
}
</style>