Shades of Mango Tango #EA7B0A
Tints of Mango Tango #EA7B0A
RGB
CMYK
RGB Variations
Color information
#EA7B0A (or 0xEA7B0A) is known color: Mango Tango. HEX triplet: EA, 7B and 0A. RGB value is (234,123,10). Sum of RGB (Red+Green+Blue) = 234+123+10=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7B0A is #1584F5. Grayscale: #8F8F8F. Windows color (decimal): -1410294 or 687082. OLE color: 687082.
HSL color Cylindrical-coordinate representation of color #EA7B0A: hue angle of 30.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA7B0A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 10 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.08 |
| HSL | 30.27º | 0.92% | 0.48% | - |
| HSV(B) | 30.27º | 0.96% | 0.92% | - |
| XYZ | 41.07 | 31.68 | 4.24 | - |
| YUV | 143.31 | 52.77 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 10 | 0 | 0.47 | 0.96 | 0.08 | 30.27 | 0.92 | 0.48 |
| Hex | EA | 7B | A | 0 | 2F | 60 | 8 | 1E | 5C | 30 |
| Octal | 352 | 173 | 12 | 0 | 57 | 140 | 10 | 36 | 134 | 60 |
| Binary | 11101010 | 1111011 | 1010 | 0 | 101111 | 1100000 | 1000 | 11110 | 1011100 | 110000 |
Color Harmonies of #EA7B0A
Complementary color
Monochromatic Colors of #EA7B0A
Black with #EA7B0A
Text Example
Text Example
White with #EA7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B0A; }
p { color: rgb(234,123,10); }
H1.HeaderClassName
{
color: #EA7B0A;
}
.AnyTagClassName
{
color: #EA7B0A;
}
</style>
background-color css
<style>
a { background-color: #EA7B0A; }
a { background-color: rgb(234,123,10); }
div.DivClassName
{
background-color: #EA7B0A;
}
.BgClassName
{
background-color: #EA7B0A;
}
</style>
border-color css
<style>
span { border-color: #EA7B0A; }
span { border-color: rgb(234,123,10); }
td.TdClassName
{
border-color: #EA7B0A;
}
.TagClassName
{
border-color: #EA7B0A;
}
</style>