Shades of Mango Tango #E57F0C
Tints of Mango Tango #E57F0C
RGB
CMYK
RGB Variations
Color information
#E57F0C (or 0xE57F0C) is known color: Mango Tango. HEX triplet: E5, 7F and 0C. RGB value is (229,127,12). Sum of RGB (Red+Green+Blue) = 229+127+12=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57F0C is #1A80F3. Grayscale: #909090. Windows color (decimal): -1736948 or 819173. OLE color: 819173.
HSL color Cylindrical-coordinate representation of color #E57F0C: hue angle of 31.8º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E57F0C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 12 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.10 |
| HSL | 31.8º | 0.9% | 0.47% | - |
| HSV(B) | 31.8º | 0.95% | 0.9% | - |
| XYZ | 39.97 | 31.86 | 4.39 | - |
| YUV | 144.39 | 53.29 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 12 | 0 | 0.45 | 0.95 | 0.10 | 31.8 | 0.9 | 0.47 |
| Hex | E5 | 7F | C | 0 | 2D | 5F | A | 20 | 5A | 2F |
| Octal | 345 | 177 | 14 | 0 | 55 | 137 | 12 | 40 | 132 | 57 |
| Binary | 11100101 | 1111111 | 1100 | 0 | 101101 | 1011111 | 1010 | 100000 | 1011010 | 101111 |
Color Harmonies of #E57F0C
Complementary color
Monochromatic Colors of #E57F0C
Black with #E57F0C
Text Example
Text Example
White with #E57F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F0C; }
p { color: rgb(229,127,12); }
H1.HeaderClassName
{
color: #E57F0C;
}
.AnyTagClassName
{
color: #E57F0C;
}
</style>
background-color css
<style>
a { background-color: #E57F0C; }
a { background-color: rgb(229,127,12); }
div.DivClassName
{
background-color: #E57F0C;
}
.BgClassName
{
background-color: #E57F0C;
}
</style>
border-color css
<style>
span { border-color: #E57F0C; }
span { border-color: rgb(229,127,12); }
td.TdClassName
{
border-color: #E57F0C;
}
.TagClassName
{
border-color: #E57F0C;
}
</style>