Shades of Mango Tango #E66F14
Tints of Mango Tango #E66F14
RGB
CMYK
RGB Variations
Color information
#E66F14 (or 0xE66F14) is known color: Mango Tango. HEX triplet: E6, 6F and 14. RGB value is (230,111,20). Sum of RGB (Red+Green+Blue) = 230+111+20=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66F14 is #1990EB. Grayscale: #888888. Windows color (decimal): -1675500 or 1339366. OLE color: 1339366.
HSL color Cylindrical-coordinate representation of color #E66F14: hue angle of 26º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E66F14 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.10 |
| HSL | 26º | 0.84% | 0.49% | - |
| HSV(B) | 26º | 0.91% | 0.9% | - |
| XYZ | 38.44 | 28.24 | 4.09 | - |
| YUV | 136.21 | 62.42 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 20 | 0 | 0.52 | 0.91 | 0.10 | 26 | 0.84 | 0.49 |
| Hex | E6 | 6F | 14 | 0 | 34 | 5B | A | 1A | 54 | 31 |
| Octal | 346 | 157 | 24 | 0 | 64 | 133 | 12 | 32 | 124 | 61 |
| Binary | 11100110 | 1101111 | 10100 | 0 | 110100 | 1011011 | 1010 | 11010 | 1010100 | 110001 |
Color Harmonies of #E66F14
Complementary color
Monochromatic Colors of #E66F14
Black with #E66F14
Text Example
Text Example
White with #E66F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F14; }
p { color: rgb(230,111,20); }
H1.HeaderClassName
{
color: #E66F14;
}
.AnyTagClassName
{
color: #E66F14;
}
</style>
background-color css
<style>
a { background-color: #E66F14; }
a { background-color: rgb(230,111,20); }
div.DivClassName
{
background-color: #E66F14;
}
.BgClassName
{
background-color: #E66F14;
}
</style>
border-color css
<style>
span { border-color: #E66F14; }
span { border-color: rgb(230,111,20); }
td.TdClassName
{
border-color: #E66F14;
}
.TagClassName
{
border-color: #E66F14;
}
</style>