Shades of Mango Tango #E66D01
Tints of Mango Tango #E66D01
RGB
CMYK
RGB Variations
Color information
#E66D01 (or 0xE66D01) is known color: Mango Tango. HEX triplet: E6, 6D and 01. RGB value is (230,109,1). Sum of RGB (Red+Green+Blue) = 230+109+1=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66D01 is #1992FE. Grayscale: #858585. Windows color (decimal): -1676031 or 93670. OLE color: 93670.
HSL color Cylindrical-coordinate representation of color #E66D01: hue angle of 28.3º 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 #E66D01 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.10 |
| HSL | 28.3º | 0.99% | 0.45% | - |
| HSV(B) | 28.3º | 1% | 0.9% | - |
| XYZ | 38.11 | 27.76 | 3.38 | - |
| YUV | 132.87 | 53.59 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 1 | 0 | 0.53 | 1.00 | 0.10 | 28.3 | 0.99 | 0.45 |
| Hex | E6 | 6D | 1 | 0 | 35 | 64 | A | 1C | 63 | 2D |
| Octal | 346 | 155 | 1 | 0 | 65 | 144 | 12 | 34 | 143 | 55 |
| Binary | 11100110 | 1101101 | 1 | 0 | 110101 | 1100100 | 1010 | 11100 | 1100011 | 101101 |
Color Harmonies of #E66D01
Complementary color
Monochromatic Colors of #E66D01
Black with #E66D01
Text Example
Text Example
White with #E66D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D01; }
p { color: rgb(230,109,1); }
H1.HeaderClassName
{
color: #E66D01;
}
.AnyTagClassName
{
color: #E66D01;
}
</style>
background-color css
<style>
a { background-color: #E66D01; }
a { background-color: rgb(230,109,1); }
div.DivClassName
{
background-color: #E66D01;
}
.BgClassName
{
background-color: #E66D01;
}
</style>
border-color css
<style>
span { border-color: #E66D01; }
span { border-color: rgb(230,109,1); }
td.TdClassName
{
border-color: #E66D01;
}
.TagClassName
{
border-color: #E66D01;
}
</style>