Shades of Mango Tango #E66A05
Tints of Mango Tango #E66A05
RGB
CMYK
RGB Variations
Color information
#E66A05 (or 0xE66A05) is known color: Mango Tango. HEX triplet: E6, 6A and 05. RGB value is (230,106,5). Sum of RGB (Red+Green+Blue) = 230+106+5=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66A05 is #1995FA. Grayscale: #848484. Windows color (decimal): -1676795 or 355046. OLE color: 355046.
HSL color Cylindrical-coordinate representation of color #E66A05: hue angle of 26.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E66A05 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.10 |
| HSL | 26.93º | 0.96% | 0.46% | - |
| HSV(B) | 26.93º | 0.98% | 0.9% | - |
| XYZ | 37.81 | 27.14 | 3.39 | - |
| YUV | 131.56 | 56.58 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 5 | 0 | 0.54 | 0.98 | 0.10 | 26.93 | 0.96 | 0.46 |
| Hex | E6 | 6A | 5 | 0 | 36 | 62 | A | 1B | 60 | 2E |
| Octal | 346 | 152 | 5 | 0 | 66 | 142 | 12 | 33 | 140 | 56 |
| Binary | 11100110 | 1101010 | 101 | 0 | 110110 | 1100010 | 1010 | 11011 | 1100000 | 101110 |
Color Harmonies of #E66A05
Complementary color
Monochromatic Colors of #E66A05
Black with #E66A05
Text Example
Text Example
White with #E66A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A05; }
p { color: rgb(230,106,5); }
H1.HeaderClassName
{
color: #E66A05;
}
.AnyTagClassName
{
color: #E66A05;
}
</style>
background-color css
<style>
a { background-color: #E66A05; }
a { background-color: rgb(230,106,5); }
div.DivClassName
{
background-color: #E66A05;
}
.BgClassName
{
background-color: #E66A05;
}
</style>
border-color css
<style>
span { border-color: #E66A05; }
span { border-color: rgb(230,106,5); }
td.TdClassName
{
border-color: #E66A05;
}
.TagClassName
{
border-color: #E66A05;
}
</style>