Shades of Mango Tango #EA760F
Tints of Mango Tango #EA760F
RGB
CMYK
RGB Variations
Color information
#EA760F (or 0xEA760F) is known color: Mango Tango. HEX triplet: EA, 76 and 0F. RGB value is (234,118,15). Sum of RGB (Red+Green+Blue) = 234+118+15=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA760F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA760F is #1589F0. Grayscale: #8D8D8D. Windows color (decimal): -1411569 or 1013482. OLE color: 1013482.
HSL color Cylindrical-coordinate representation of color #EA760F: hue angle of 28.22º degrees, saturation: 0.88, 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 #EA760F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.08 |
| HSL | 28.22º | 0.88% | 0.49% | - |
| HSV(B) | 28.22º | 0.94% | 0.92% | - |
| XYZ | 40.5 | 30.48 | 4.2 | - |
| YUV | 140.94 | 56.93 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 15 | 0 | 0.50 | 0.94 | 0.08 | 28.22 | 0.88 | 0.49 |
| Hex | EA | 76 | F | 0 | 32 | 5E | 8 | 1C | 58 | 31 |
| Octal | 352 | 166 | 17 | 0 | 62 | 136 | 10 | 34 | 130 | 61 |
| Binary | 11101010 | 1110110 | 1111 | 0 | 110010 | 1011110 | 1000 | 11100 | 1011000 | 110001 |
Color Harmonies of #EA760F
Complementary color
Monochromatic Colors of #EA760F
Black with #EA760F
Text Example
Text Example
White with #EA760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA760F; }
p { color: rgb(234,118,15); }
H1.HeaderClassName
{
color: #EA760F;
}
.AnyTagClassName
{
color: #EA760F;
}
</style>
background-color css
<style>
a { background-color: #EA760F; }
a { background-color: rgb(234,118,15); }
div.DivClassName
{
background-color: #EA760F;
}
.BgClassName
{
background-color: #EA760F;
}
</style>
border-color css
<style>
span { border-color: #EA760F; }
span { border-color: rgb(234,118,15); }
td.TdClassName
{
border-color: #EA760F;
}
.TagClassName
{
border-color: #EA760F;
}
</style>