Shades of Mango Tango #E96A0B
Tints of Mango Tango #E96A0B
RGB
CMYK
RGB Variations
Color information
#E96A0B (or 0xE96A0B) is known color: Mango Tango. HEX triplet: E9, 6A and 0B. RGB value is (233,106,11). Sum of RGB (Red+Green+Blue) = 233+106+11=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96A0B is #1695F4. Grayscale: #858585. Windows color (decimal): -1480181 or 748265. OLE color: 748265.
HSL color Cylindrical-coordinate representation of color #E96A0B: hue angle of 25.68º 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 #E96A0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.09 |
| HSL | 25.68º | 0.91% | 0.48% | - |
| HSV(B) | 25.68º | 0.95% | 0.91% | - |
| XYZ | 38.82 | 27.66 | 3.61 | - |
| YUV | 133.14 | 59.08 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 11 | 0 | 0.55 | 0.95 | 0.09 | 25.68 | 0.91 | 0.48 |
| Hex | E9 | 6A | B | 0 | 37 | 5F | 9 | 1A | 5B | 30 |
| Octal | 351 | 152 | 13 | 0 | 67 | 137 | 11 | 32 | 133 | 60 |
| Binary | 11101001 | 1101010 | 1011 | 0 | 110111 | 1011111 | 1001 | 11010 | 1011011 | 110000 |
Color Harmonies of #E96A0B
Complementary color
Monochromatic Colors of #E96A0B
Black with #E96A0B
Text Example
Text Example
White with #E96A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A0B; }
p { color: rgb(233,106,11); }
H1.HeaderClassName
{
color: #E96A0B;
}
.AnyTagClassName
{
color: #E96A0B;
}
</style>
background-color css
<style>
a { background-color: #E96A0B; }
a { background-color: rgb(233,106,11); }
div.DivClassName
{
background-color: #E96A0B;
}
.BgClassName
{
background-color: #E96A0B;
}
</style>
border-color css
<style>
span { border-color: #E96A0B; }
span { border-color: rgb(233,106,11); }
td.TdClassName
{
border-color: #E96A0B;
}
.TagClassName
{
border-color: #E96A0B;
}
</style>