Shades of Mango Tango #E6680B
Tints of Mango Tango #E6680B
RGB
CMYK
RGB Variations
Color information
#E6680B (or 0xE6680B) is known color: Mango Tango. HEX triplet: E6, 68 and 0B. RGB value is (230,104,11). Sum of RGB (Red+Green+Blue) = 230+104+11=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6680B is #1997F4. Grayscale: #838383. Windows color (decimal): -1677301 or 747750. OLE color: 747750.
HSL color Cylindrical-coordinate representation of color #E6680B: hue angle of 25.48º 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 #E6680B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.10 |
| HSL | 25.48º | 0.91% | 0.47% | - |
| HSV(B) | 25.48º | 0.95% | 0.9% | - |
| XYZ | 37.64 | 26.75 | 3.5 | - |
| YUV | 131.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 11 | 0 | 0.55 | 0.95 | 0.10 | 25.48 | 0.91 | 0.47 |
| Hex | E6 | 68 | B | 0 | 37 | 5F | A | 19 | 5B | 2F |
| Octal | 346 | 150 | 13 | 0 | 67 | 137 | 12 | 31 | 133 | 57 |
| Binary | 11100110 | 1101000 | 1011 | 0 | 110111 | 1011111 | 1010 | 11001 | 1011011 | 101111 |
Color Harmonies of #E6680B
Complementary color
Monochromatic Colors of #E6680B
Black with #E6680B
Text Example
Text Example
White with #E6680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6680B; }
p { color: rgb(230,104,11); }
H1.HeaderClassName
{
color: #E6680B;
}
.AnyTagClassName
{
color: #E6680B;
}
</style>
background-color css
<style>
a { background-color: #E6680B; }
a { background-color: rgb(230,104,11); }
div.DivClassName
{
background-color: #E6680B;
}
.BgClassName
{
background-color: #E6680B;
}
</style>
border-color css
<style>
span { border-color: #E6680B; }
span { border-color: rgb(230,104,11); }
td.TdClassName
{
border-color: #E6680B;
}
.TagClassName
{
border-color: #E6680B;
}
</style>