Shades of Mango Tango #E57F0B
Tints of Mango Tango #E57F0B
RGB
CMYK
RGB Variations
Color information
#E57F0B (or 0xE57F0B) is known color: Mango Tango. HEX triplet: E5, 7F and 0B. RGB value is (229,127,11). Sum of RGB (Red+Green+Blue) = 229+127+11=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E57F0B is #1A80F4. Grayscale: #909090. Windows color (decimal): -1736949 or 753637. OLE color: 753637.
HSL color Cylindrical-coordinate representation of color #E57F0B: hue angle of 31.93º degrees, saturation: 0.91, 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 #E57F0B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.10 |
| HSL | 31.93º | 0.91% | 0.47% | - |
| HSV(B) | 31.93º | 0.95% | 0.9% | - |
| XYZ | 39.96 | 31.86 | 4.36 | - |
| YUV | 144.27 | 52.79 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 11 | 0 | 0.45 | 0.95 | 0.10 | 31.93 | 0.91 | 0.47 |
| Hex | E5 | 7F | B | 0 | 2D | 5F | A | 20 | 5B | 2F |
| Octal | 345 | 177 | 13 | 0 | 55 | 137 | 12 | 40 | 133 | 57 |
| Binary | 11100101 | 1111111 | 1011 | 0 | 101101 | 1011111 | 1010 | 100000 | 1011011 | 101111 |
Color Harmonies of #E57F0B
Complementary color
Monochromatic Colors of #E57F0B
Black with #E57F0B
Text Example
Text Example
White with #E57F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57F0B; }
p { color: rgb(229,127,11); }
H1.HeaderClassName
{
color: #E57F0B;
}
.AnyTagClassName
{
color: #E57F0B;
}
</style>
background-color css
<style>
a { background-color: #E57F0B; }
a { background-color: rgb(229,127,11); }
div.DivClassName
{
background-color: #E57F0B;
}
.BgClassName
{
background-color: #E57F0B;
}
</style>
border-color css
<style>
span { border-color: #E57F0B; }
span { border-color: rgb(229,127,11); }
td.TdClassName
{
border-color: #E57F0B;
}
.TagClassName
{
border-color: #E57F0B;
}
</style>