Shades of Mango Tango #E6780C
Tints of Mango Tango #E6780C
RGB
CMYK
RGB Variations
Color information
#E6780C (or 0xE6780C) is known color: Mango Tango. HEX triplet: E6, 78 and 0C. RGB value is (230,120,12). Sum of RGB (Red+Green+Blue) = 230+120+12=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6780C is #1987F3. Grayscale: #8D8D8D. Windows color (decimal): -1673204 or 817382. OLE color: 817382.
HSL color Cylindrical-coordinate representation of color #E6780C: hue angle of 29.72º degrees, saturation: 0.9, 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 #E6780C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.10 |
| HSL | 29.72º | 0.9% | 0.47% | - |
| HSV(B) | 29.72º | 0.95% | 0.9% | - |
| XYZ | 39.42 | 30.28 | 4.12 | - |
| YUV | 140.58 | 55.44 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 12 | 0 | 0.48 | 0.95 | 0.10 | 29.72 | 0.9 | 0.47 |
| Hex | E6 | 78 | C | 0 | 30 | 5F | A | 1E | 5A | 2F |
| Octal | 346 | 170 | 14 | 0 | 60 | 137 | 12 | 36 | 132 | 57 |
| Binary | 11100110 | 1111000 | 1100 | 0 | 110000 | 1011111 | 1010 | 11110 | 1011010 | 101111 |
Color Harmonies of #E6780C
Complementary color
Monochromatic Colors of #E6780C
Black with #E6780C
Text Example
Text Example
White with #E6780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6780C; }
p { color: rgb(230,120,12); }
H1.HeaderClassName
{
color: #E6780C;
}
.AnyTagClassName
{
color: #E6780C;
}
</style>
background-color css
<style>
a { background-color: #E6780C; }
a { background-color: rgb(230,120,12); }
div.DivClassName
{
background-color: #E6780C;
}
.BgClassName
{
background-color: #E6780C;
}
</style>
border-color css
<style>
span { border-color: #E6780C; }
span { border-color: rgb(230,120,12); }
td.TdClassName
{
border-color: #E6780C;
}
.TagClassName
{
border-color: #E6780C;
}
</style>