Shades of Mango Tango #E56A0B
Tints of Mango Tango #E56A0B
RGB
CMYK
RGB Variations
Color information
#E56A0B (or 0xE56A0B) is known color: Mango Tango. HEX triplet: E5, 6A and 0B. RGB value is (229,106,11). Sum of RGB (Red+Green+Blue) = 229+106+11=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56A0B is #1A95F4. Grayscale: #848484. Windows color (decimal): -1742325 or 748261. OLE color: 748261.
HSL color Cylindrical-coordinate representation of color #E56A0B: hue angle of 26.15º 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 #E56A0B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.10 |
| HSL | 26.15º | 0.91% | 0.47% | - |
| HSV(B) | 26.15º | 0.95% | 0.9% | - |
| XYZ | 37.53 | 26.99 | 3.55 | - |
| YUV | 131.95 | 59.75 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 11 | 0 | 0.54 | 0.95 | 0.10 | 26.15 | 0.91 | 0.47 |
| Hex | E5 | 6A | B | 0 | 36 | 5F | A | 1A | 5B | 2F |
| Octal | 345 | 152 | 13 | 0 | 66 | 137 | 12 | 32 | 133 | 57 |
| Binary | 11100101 | 1101010 | 1011 | 0 | 110110 | 1011111 | 1010 | 11010 | 1011011 | 101111 |
Color Harmonies of #E56A0B
Complementary color
Monochromatic Colors of #E56A0B
Black with #E56A0B
Text Example
Text Example
White with #E56A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A0B; }
p { color: rgb(229,106,11); }
H1.HeaderClassName
{
color: #E56A0B;
}
.AnyTagClassName
{
color: #E56A0B;
}
</style>
background-color css
<style>
a { background-color: #E56A0B; }
a { background-color: rgb(229,106,11); }
div.DivClassName
{
background-color: #E56A0B;
}
.BgClassName
{
background-color: #E56A0B;
}
</style>
border-color css
<style>
span { border-color: #E56A0B; }
span { border-color: rgb(229,106,11); }
td.TdClassName
{
border-color: #E56A0B;
}
.TagClassName
{
border-color: #E56A0B;
}
</style>