Shades of Mango Tango #EA6E07
Tints of Mango Tango #EA6E07
RGB
CMYK
RGB Variations
Color information
#EA6E07 (or 0xEA6E07) is known color: Mango Tango. HEX triplet: EA, 6E and 07. RGB value is (234,110,7). Sum of RGB (Red+Green+Blue) = 234+110+7=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6E07 is #1591F8. Grayscale: #878787. Windows color (decimal): -1413625 or 487146. OLE color: 487146.
HSL color Cylindrical-coordinate representation of color #EA6E07: hue angle of 27.22º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA6E07 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.08 |
| HSL | 27.22º | 0.94% | 0.47% | - |
| HSV(B) | 27.22º | 0.97% | 0.92% | - |
| XYZ | 39.55 | 28.66 | 3.65 | - |
| YUV | 135.33 | 55.58 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 7 | 0 | 0.53 | 0.97 | 0.08 | 27.22 | 0.94 | 0.47 |
| Hex | EA | 6E | 7 | 0 | 35 | 61 | 8 | 1B | 5E | 2F |
| Octal | 352 | 156 | 7 | 0 | 65 | 141 | 10 | 33 | 136 | 57 |
| Binary | 11101010 | 1101110 | 111 | 0 | 110101 | 1100001 | 1000 | 11011 | 1011110 | 101111 |
Color Harmonies of #EA6E07
Complementary color
Monochromatic Colors of #EA6E07
Black with #EA6E07
Text Example
Text Example
White with #EA6E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6E07; }
p { color: rgb(234,110,7); }
H1.HeaderClassName
{
color: #EA6E07;
}
.AnyTagClassName
{
color: #EA6E07;
}
</style>
background-color css
<style>
a { background-color: #EA6E07; }
a { background-color: rgb(234,110,7); }
div.DivClassName
{
background-color: #EA6E07;
}
.BgClassName
{
background-color: #EA6E07;
}
</style>
border-color css
<style>
span { border-color: #EA6E07; }
span { border-color: rgb(234,110,7); }
td.TdClassName
{
border-color: #EA6E07;
}
.TagClassName
{
border-color: #EA6E07;
}
</style>