Shades of Mango Tango #EA7512
Tints of Mango Tango #EA7512
RGB
CMYK
RGB Variations
Color information
#EA7512 (or 0xEA7512) is known color: Mango Tango. HEX triplet: EA, 75 and 12. RGB value is (234,117,18). Sum of RGB (Red+Green+Blue) = 234+117+18=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7512 is #158AED. Grayscale: #8D8D8D. Windows color (decimal): -1411822 or 1209834. OLE color: 1209834.
HSL color Cylindrical-coordinate representation of color #EA7512: hue angle of 27.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA7512 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 18 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.08 |
| HSL | 27.5º | 0.86% | 0.49% | - |
| HSV(B) | 27.5º | 0.92% | 0.92% | - |
| XYZ | 40.4 | 30.26 | 4.28 | - |
| YUV | 140.7 | 58.76 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 18 | 0 | 0.5 | 0.92 | 0.08 | 27.5 | 0.86 | 0.49 |
| Hex | EA | 75 | 12 | 0 | 32 | 5C | 8 | 1C | 56 | 31 |
| Octal | 352 | 165 | 22 | 0 | 62 | 134 | 10 | 34 | 126 | 61 |
| Binary | 11101010 | 1110101 | 10010 | 0 | 110010 | 1011100 | 1000 | 11100 | 1010110 | 110001 |
Color Harmonies of #EA7512
Complementary color
Monochromatic Colors of #EA7512
Black with #EA7512
Text Example
Text Example
White with #EA7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7512; }
p { color: rgb(234,117,18); }
H1.HeaderClassName
{
color: #EA7512;
}
.AnyTagClassName
{
color: #EA7512;
}
</style>
background-color css
<style>
a { background-color: #EA7512; }
a { background-color: rgb(234,117,18); }
div.DivClassName
{
background-color: #EA7512;
}
.BgClassName
{
background-color: #EA7512;
}
</style>
border-color css
<style>
span { border-color: #EA7512; }
span { border-color: rgb(234,117,18); }
td.TdClassName
{
border-color: #EA7512;
}
.TagClassName
{
border-color: #EA7512;
}
</style>