Shades of Mango Tango #E1730B
Tints of Mango Tango #E1730B
RGB
CMYK
RGB Variations
Color information
#E1730B (or 0xE1730B) is known color: Mango Tango. HEX triplet: E1, 73 and 0B. RGB value is (225,115,11). Sum of RGB (Red+Green+Blue) = 225+115+11=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1730B is #1E8CF4. Grayscale: #888888. Windows color (decimal): -2002165 or 750561. OLE color: 750561.
HSL color Cylindrical-coordinate representation of color #E1730B: hue angle of 29.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1730B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.12 |
| HSL | 29.16º | 0.91% | 0.46% | - |
| HSV(B) | 29.16º | 0.95% | 0.88% | - |
| XYZ | 37.24 | 28.29 | 3.81 | - |
| YUV | 136.03 | 57.44 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 11 | 0 | 0.49 | 0.95 | 0.12 | 29.16 | 0.91 | 0.46 |
| Hex | E1 | 73 | B | 0 | 31 | 5F | C | 1D | 5B | 2E |
| Octal | 341 | 163 | 13 | 0 | 61 | 137 | 14 | 35 | 133 | 56 |
| Binary | 11100001 | 1110011 | 1011 | 0 | 110001 | 1011111 | 1100 | 11101 | 1011011 | 101110 |
Color Harmonies of #E1730B
Complementary color
Monochromatic Colors of #E1730B
Black with #E1730B
Text Example
Text Example
White with #E1730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1730B; }
p { color: rgb(225,115,11); }
H1.HeaderClassName
{
color: #E1730B;
}
.AnyTagClassName
{
color: #E1730B;
}
</style>
background-color css
<style>
a { background-color: #E1730B; }
a { background-color: rgb(225,115,11); }
div.DivClassName
{
background-color: #E1730B;
}
.BgClassName
{
background-color: #E1730B;
}
</style>
border-color css
<style>
span { border-color: #E1730B; }
span { border-color: rgb(225,115,11); }
td.TdClassName
{
border-color: #E1730B;
}
.TagClassName
{
border-color: #E1730B;
}
</style>