Shades of Mango Tango #EA6C0E
Tints of Mango Tango #EA6C0E
RGB
CMYK
RGB Variations
Color information
#EA6C0E (or 0xEA6C0E) is known color: Mango Tango. HEX triplet: EA, 6C and 0E. RGB value is (234,108,14). Sum of RGB (Red+Green+Blue) = 234+108+14=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6C0E is #1593F1. Grayscale: #878787. Windows color (decimal): -1414130 or 945386. OLE color: 945386.
HSL color Cylindrical-coordinate representation of color #EA6C0E: hue angle of 25.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA6C0E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.08 |
| HSL | 25.64º | 0.89% | 0.49% | - |
| HSV(B) | 25.64º | 0.94% | 0.92% | - |
| XYZ | 39.37 | 28.25 | 3.79 | - |
| YUV | 134.96 | 59.74 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 14 | 0 | 0.54 | 0.94 | 0.08 | 25.64 | 0.89 | 0.49 |
| Hex | EA | 6C | E | 0 | 36 | 5E | 8 | 1A | 59 | 31 |
| Octal | 352 | 154 | 16 | 0 | 66 | 136 | 10 | 32 | 131 | 61 |
| Binary | 11101010 | 1101100 | 1110 | 0 | 110110 | 1011110 | 1000 | 11010 | 1011001 | 110001 |
Color Harmonies of #EA6C0E
Complementary color
Monochromatic Colors of #EA6C0E
Black with #EA6C0E
Text Example
Text Example
White with #EA6C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C0E; }
p { color: rgb(234,108,14); }
H1.HeaderClassName
{
color: #EA6C0E;
}
.AnyTagClassName
{
color: #EA6C0E;
}
</style>
background-color css
<style>
a { background-color: #EA6C0E; }
a { background-color: rgb(234,108,14); }
div.DivClassName
{
background-color: #EA6C0E;
}
.BgClassName
{
background-color: #EA6C0E;
}
</style>
border-color css
<style>
span { border-color: #EA6C0E; }
span { border-color: rgb(234,108,14); }
td.TdClassName
{
border-color: #EA6C0E;
}
.TagClassName
{
border-color: #EA6C0E;
}
</style>