Shades of Mango Tango #EA7B09
Tints of Mango Tango #EA7B09
RGB
CMYK
RGB Variations
Color information
#EA7B09 (or 0xEA7B09) is known color: Mango Tango. HEX triplet: EA, 7B and 09. RGB value is (234,123,9). Sum of RGB (Red+Green+Blue) = 234+123+9=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7B09 is #1584F6. Grayscale: #8F8F8F. Windows color (decimal): -1410295 or 621546. OLE color: 621546.
HSL color Cylindrical-coordinate representation of color #EA7B09: hue angle of 30.4º degrees, saturation: 0.93, 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 #EA7B09 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.08 |
| HSL | 30.4º | 0.93% | 0.48% | - |
| HSV(B) | 30.4º | 0.96% | 0.92% | - |
| XYZ | 41.06 | 31.68 | 4.21 | - |
| YUV | 143.19 | 52.27 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 9 | 0 | 0.47 | 0.96 | 0.08 | 30.4 | 0.93 | 0.48 |
| Hex | EA | 7B | 9 | 0 | 2F | 60 | 8 | 1E | 5D | 30 |
| Octal | 352 | 173 | 11 | 0 | 57 | 140 | 10 | 36 | 135 | 60 |
| Binary | 11101010 | 1111011 | 1001 | 0 | 101111 | 1100000 | 1000 | 11110 | 1011101 | 110000 |
Color Harmonies of #EA7B09
Complementary color
Monochromatic Colors of #EA7B09
Black with #EA7B09
Text Example
Text Example
White with #EA7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B09; }
p { color: rgb(234,123,9); }
H1.HeaderClassName
{
color: #EA7B09;
}
.AnyTagClassName
{
color: #EA7B09;
}
</style>
background-color css
<style>
a { background-color: #EA7B09; }
a { background-color: rgb(234,123,9); }
div.DivClassName
{
background-color: #EA7B09;
}
.BgClassName
{
background-color: #EA7B09;
}
</style>
border-color css
<style>
span { border-color: #EA7B09; }
span { border-color: rgb(234,123,9); }
td.TdClassName
{
border-color: #EA7B09;
}
.TagClassName
{
border-color: #EA7B09;
}
</style>