Shades of Mango Tango #E9700B
Tints of Mango Tango #E9700B
RGB
CMYK
RGB Variations
Color information
#E9700B (or 0xE9700B) is known color: Mango Tango. HEX triplet: E9, 70 and 0B. RGB value is (233,112,11). Sum of RGB (Red+Green+Blue) = 233+112+11=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9700B is #168FF4. Grayscale: #898989. Windows color (decimal): -1478645 or 749801. OLE color: 749801.
HSL color Cylindrical-coordinate representation of color #E9700B: hue angle of 27.3º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9700B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.09 |
| HSL | 27.3º | 0.91% | 0.48% | - |
| HSV(B) | 27.3º | 0.95% | 0.91% | - |
| XYZ | 39.46 | 28.94 | 3.82 | - |
| YUV | 136.67 | 57.09 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 11 | 0 | 0.52 | 0.95 | 0.09 | 27.3 | 0.91 | 0.48 |
| Hex | E9 | 70 | B | 0 | 34 | 5F | 9 | 1B | 5B | 30 |
| Octal | 351 | 160 | 13 | 0 | 64 | 137 | 11 | 33 | 133 | 60 |
| Binary | 11101001 | 1110000 | 1011 | 0 | 110100 | 1011111 | 1001 | 11011 | 1011011 | 110000 |
Color Harmonies of #E9700B
Complementary color
Monochromatic Colors of #E9700B
Black with #E9700B
Text Example
Text Example
White with #E9700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9700B; }
p { color: rgb(233,112,11); }
H1.HeaderClassName
{
color: #E9700B;
}
.AnyTagClassName
{
color: #E9700B;
}
</style>
background-color css
<style>
a { background-color: #E9700B; }
a { background-color: rgb(233,112,11); }
div.DivClassName
{
background-color: #E9700B;
}
.BgClassName
{
background-color: #E9700B;
}
</style>
border-color css
<style>
span { border-color: #E9700B; }
span { border-color: rgb(233,112,11); }
td.TdClassName
{
border-color: #E9700B;
}
.TagClassName
{
border-color: #E9700B;
}
</style>