Shades of Mango Tango #E8680B
Tints of Mango Tango #E8680B
RGB
CMYK
RGB Variations
Color information
#E8680B (or 0xE8680B) is known color: Mango Tango. HEX triplet: E8, 68 and 0B. RGB value is (232,104,11). Sum of RGB (Red+Green+Blue) = 232+104+11=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E8680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8680B is #1797F4. Grayscale: #848484. Windows color (decimal): -1546229 or 747752. OLE color: 747752.
HSL color Cylindrical-coordinate representation of color #E8680B: hue angle of 25.25º 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 #E8680B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.09 |
| HSL | 25.25º | 0.91% | 0.48% | - |
| HSV(B) | 25.25º | 0.95% | 0.91% | - |
| XYZ | 38.29 | 27.08 | 3.53 | - |
| YUV | 131.67 | 59.91 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 11 | 0 | 0.55 | 0.95 | 0.09 | 25.25 | 0.91 | 0.48 |
| Hex | E8 | 68 | B | 0 | 37 | 5F | 9 | 19 | 5B | 30 |
| Octal | 350 | 150 | 13 | 0 | 67 | 137 | 11 | 31 | 133 | 60 |
| Binary | 11101000 | 1101000 | 1011 | 0 | 110111 | 1011111 | 1001 | 11001 | 1011011 | 110000 |
Color Harmonies of #E8680B
Complementary color
Monochromatic Colors of #E8680B
Black with #E8680B
Text Example
Text Example
White with #E8680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8680B; }
p { color: rgb(232,104,11); }
H1.HeaderClassName
{
color: #E8680B;
}
.AnyTagClassName
{
color: #E8680B;
}
</style>
background-color css
<style>
a { background-color: #E8680B; }
a { background-color: rgb(232,104,11); }
div.DivClassName
{
background-color: #E8680B;
}
.BgClassName
{
background-color: #E8680B;
}
</style>
border-color css
<style>
span { border-color: #E8680B; }
span { border-color: rgb(232,104,11); }
td.TdClassName
{
border-color: #E8680B;
}
.TagClassName
{
border-color: #E8680B;
}
</style>