Shades of Mango Tango #E5730B
Tints of Mango Tango #E5730B
RGB
CMYK
RGB Variations
Color information
#E5730B (or 0xE5730B) is known color: Mango Tango. HEX triplet: E5, 73 and 0B. RGB value is (229,115,11). Sum of RGB (Red+Green+Blue) = 229+115+11=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5730B is #1A8CF4. Grayscale: #898989. Windows color (decimal): -1740021 or 750565. OLE color: 750565.
HSL color Cylindrical-coordinate representation of color #E5730B: hue angle of 28.62º 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 #E5730B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.10 |
| HSL | 28.62º | 0.91% | 0.47% | - |
| HSV(B) | 28.62º | 0.95% | 0.9% | - |
| XYZ | 38.5 | 28.94 | 3.87 | - |
| YUV | 137.23 | 56.77 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 11 | 0 | 0.50 | 0.95 | 0.10 | 28.62 | 0.91 | 0.47 |
| Hex | E5 | 73 | B | 0 | 32 | 5F | A | 1D | 5B | 2F |
| Octal | 345 | 163 | 13 | 0 | 62 | 137 | 12 | 35 | 133 | 57 |
| Binary | 11100101 | 1110011 | 1011 | 0 | 110010 | 1011111 | 1010 | 11101 | 1011011 | 101111 |
Color Harmonies of #E5730B
Complementary color
Monochromatic Colors of #E5730B
Black with #E5730B
Text Example
Text Example
White with #E5730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5730B; }
p { color: rgb(229,115,11); }
H1.HeaderClassName
{
color: #E5730B;
}
.AnyTagClassName
{
color: #E5730B;
}
</style>
background-color css
<style>
a { background-color: #E5730B; }
a { background-color: rgb(229,115,11); }
div.DivClassName
{
background-color: #E5730B;
}
.BgClassName
{
background-color: #E5730B;
}
</style>
border-color css
<style>
span { border-color: #E5730B; }
span { border-color: rgb(229,115,11); }
td.TdClassName
{
border-color: #E5730B;
}
.TagClassName
{
border-color: #E5730B;
}
</style>