Shades of Mango Tango #E66A01
Tints of Mango Tango #E66A01
RGB
CMYK
RGB Variations
Color information
#E66A01 (or 0xE66A01) is known color: Mango Tango. HEX triplet: E6, 6A and 01. RGB value is (230,106,1). Sum of RGB (Red+Green+Blue) = 230+106+1=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66A01 is #1995FE. Grayscale: #838383. Windows color (decimal): -1676799 or 92902. OLE color: 92902.
HSL color Cylindrical-coordinate representation of color #E66A01: hue angle of 27.51º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E66A01 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.10 |
| HSL | 27.51º | 0.99% | 0.45% | - |
| HSV(B) | 27.51º | 1% | 0.9% | - |
| XYZ | 37.79 | 27.13 | 3.27 | - |
| YUV | 131.11 | 54.58 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 1 | 0 | 0.54 | 1.00 | 0.10 | 27.51 | 0.99 | 0.45 |
| Hex | E6 | 6A | 1 | 0 | 36 | 64 | A | 1C | 63 | 2D |
| Octal | 346 | 152 | 1 | 0 | 66 | 144 | 12 | 34 | 143 | 55 |
| Binary | 11100110 | 1101010 | 1 | 0 | 110110 | 1100100 | 1010 | 11100 | 1100011 | 101101 |
Color Harmonies of #E66A01
Complementary color
Monochromatic Colors of #E66A01
Black with #E66A01
Text Example
Text Example
White with #E66A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A01; }
p { color: rgb(230,106,1); }
H1.HeaderClassName
{
color: #E66A01;
}
.AnyTagClassName
{
color: #E66A01;
}
</style>
background-color css
<style>
a { background-color: #E66A01; }
a { background-color: rgb(230,106,1); }
div.DivClassName
{
background-color: #E66A01;
}
.BgClassName
{
background-color: #E66A01;
}
</style>
border-color css
<style>
span { border-color: #E66A01; }
span { border-color: rgb(230,106,1); }
td.TdClassName
{
border-color: #E66A01;
}
.TagClassName
{
border-color: #E66A01;
}
</style>