Shades of Mango Tango #E57D0C
Tints of Mango Tango #E57D0C
RGB
CMYK
RGB Variations
Color information
#E57D0C (or 0xE57D0C) is known color: Mango Tango. HEX triplet: E5, 7D and 0C. RGB value is (229,125,12). Sum of RGB (Red+Green+Blue) = 229+125+12=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57D0C is #1A82F3. Grayscale: #8F8F8F. Windows color (decimal): -1737460 or 818661. OLE color: 818661.
HSL color Cylindrical-coordinate representation of color #E57D0C: hue angle of 31.24º 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 #E57D0C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 12 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.10 |
| HSL | 31.24º | 0.9% | 0.47% | - |
| HSV(B) | 31.24º | 0.95% | 0.9% | - |
| XYZ | 39.71 | 31.35 | 4.31 | - |
| YUV | 143.21 | 53.96 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 12 | 0 | 0.45 | 0.95 | 0.10 | 31.24 | 0.9 | 0.47 |
| Hex | E5 | 7D | C | 0 | 2D | 5F | A | 1F | 5A | 2F |
| Octal | 345 | 175 | 14 | 0 | 55 | 137 | 12 | 37 | 132 | 57 |
| Binary | 11100101 | 1111101 | 1100 | 0 | 101101 | 1011111 | 1010 | 11111 | 1011010 | 101111 |
Color Harmonies of #E57D0C
Complementary color
Monochromatic Colors of #E57D0C
Black with #E57D0C
Text Example
Text Example
White with #E57D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D0C; }
p { color: rgb(229,125,12); }
H1.HeaderClassName
{
color: #E57D0C;
}
.AnyTagClassName
{
color: #E57D0C;
}
</style>
background-color css
<style>
a { background-color: #E57D0C; }
a { background-color: rgb(229,125,12); }
div.DivClassName
{
background-color: #E57D0C;
}
.BgClassName
{
background-color: #E57D0C;
}
</style>
border-color css
<style>
span { border-color: #E57D0C; }
span { border-color: rgb(229,125,12); }
td.TdClassName
{
border-color: #E57D0C;
}
.TagClassName
{
border-color: #E57D0C;
}
</style>