Shades of Mango Tango #E56705
Tints of Mango Tango #E56705
RGB
CMYK
RGB Variations
Color information
#E56705 (or 0xE56705) is known color: Mango Tango. HEX triplet: E5, 67 and 05. RGB value is (229,103,5). Sum of RGB (Red+Green+Blue) = 229+103+5=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E56705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56705 is #1A98FA. Grayscale: #828282. Windows color (decimal): -1743099 or 354277. OLE color: 354277.
HSL color Cylindrical-coordinate representation of color #E56705: hue angle of 26.25º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E56705 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.10 |
| HSL | 26.25º | 0.96% | 0.46% | - |
| HSV(B) | 26.25º | 0.98% | 0.9% | - |
| XYZ | 37.19 | 26.37 | 3.27 | - |
| YUV | 129.5 | 57.74 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 5 | 0 | 0.55 | 0.98 | 0.10 | 26.25 | 0.96 | 0.46 |
| Hex | E5 | 67 | 5 | 0 | 37 | 62 | A | 1A | 60 | 2E |
| Octal | 345 | 147 | 5 | 0 | 67 | 142 | 12 | 32 | 140 | 56 |
| Binary | 11100101 | 1100111 | 101 | 0 | 110111 | 1100010 | 1010 | 11010 | 1100000 | 101110 |
Color Harmonies of #E56705
Complementary color
Monochromatic Colors of #E56705
Black with #E56705
Text Example
Text Example
White with #E56705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56705; }
p { color: rgb(229,103,5); }
H1.HeaderClassName
{
color: #E56705;
}
.AnyTagClassName
{
color: #E56705;
}
</style>
background-color css
<style>
a { background-color: #E56705; }
a { background-color: rgb(229,103,5); }
div.DivClassName
{
background-color: #E56705;
}
.BgClassName
{
background-color: #E56705;
}
</style>
border-color css
<style>
span { border-color: #E56705; }
span { border-color: rgb(229,103,5); }
td.TdClassName
{
border-color: #E56705;
}
.TagClassName
{
border-color: #E56705;
}
</style>