Shades of Mango Tango #E66D12
Tints of Mango Tango #E66D12
RGB
CMYK
RGB Variations
Color information
#E66D12 (or 0xE66D12) is known color: Mango Tango. HEX triplet: E6, 6D and 12. RGB value is (230,109,18). Sum of RGB (Red+Green+Blue) = 230+109+18=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66D12 is #1992ED. Grayscale: #878787. Windows color (decimal): -1676014 or 1207782. OLE color: 1207782.
HSL color Cylindrical-coordinate representation of color #E66D12: hue angle of 25.75º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E66D12 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.10 |
| HSL | 25.75º | 0.85% | 0.49% | - |
| HSV(B) | 25.75º | 0.92% | 0.9% | - |
| XYZ | 38.21 | 27.8 | 3.93 | - |
| YUV | 134.81 | 62.09 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 18 | 0 | 0.53 | 0.92 | 0.10 | 25.75 | 0.85 | 0.49 |
| Hex | E6 | 6D | 12 | 0 | 35 | 5C | A | 1A | 55 | 31 |
| Octal | 346 | 155 | 22 | 0 | 65 | 134 | 12 | 32 | 125 | 61 |
| Binary | 11100110 | 1101101 | 10010 | 0 | 110101 | 1011100 | 1010 | 11010 | 1010101 | 110001 |
Color Harmonies of #E66D12
Complementary color
Monochromatic Colors of #E66D12
Black with #E66D12
Text Example
Text Example
White with #E66D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D12; }
p { color: rgb(230,109,18); }
H1.HeaderClassName
{
color: #E66D12;
}
.AnyTagClassName
{
color: #E66D12;
}
</style>
background-color css
<style>
a { background-color: #E66D12; }
a { background-color: rgb(230,109,18); }
div.DivClassName
{
background-color: #E66D12;
}
.BgClassName
{
background-color: #E66D12;
}
</style>
border-color css
<style>
span { border-color: #E66D12; }
span { border-color: rgb(230,109,18); }
td.TdClassName
{
border-color: #E66D12;
}
.TagClassName
{
border-color: #E66D12;
}
</style>