Shades of Mango Tango #E6780A
Tints of Mango Tango #E6780A
RGB
CMYK
RGB Variations
Color information
#E6780A (or 0xE6780A) is known color: Mango Tango. HEX triplet: E6, 78 and 0A. RGB value is (230,120,10). Sum of RGB (Red+Green+Blue) = 230+120+10=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6780A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6780A is #1987F5. Grayscale: #8C8C8C. Windows color (decimal): -1673206 or 686310. OLE color: 686310.
HSL color Cylindrical-coordinate representation of color #E6780A: hue angle of 30º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6780A is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 10 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.10 |
| HSL | 30º | 0.92% | 0.47% | - |
| HSV(B) | 30º | 0.96% | 0.9% | - |
| XYZ | 39.4 | 30.28 | 4.05 | - |
| YUV | 140.35 | 54.44 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 10 | 0 | 0.48 | 0.96 | 0.10 | 30 | 0.92 | 0.47 |
| Hex | E6 | 78 | A | 0 | 30 | 60 | A | 1E | 5C | 2F |
| Octal | 346 | 170 | 12 | 0 | 60 | 140 | 12 | 36 | 134 | 57 |
| Binary | 11100110 | 1111000 | 1010 | 0 | 110000 | 1100000 | 1010 | 11110 | 1011100 | 101111 |
Color Harmonies of #E6780A
Complementary color
Monochromatic Colors of #E6780A
Black with #E6780A
Text Example
Text Example
White with #E6780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6780A; }
p { color: rgb(230,120,10); }
H1.HeaderClassName
{
color: #E6780A;
}
.AnyTagClassName
{
color: #E6780A;
}
</style>
background-color css
<style>
a { background-color: #E6780A; }
a { background-color: rgb(230,120,10); }
div.DivClassName
{
background-color: #E6780A;
}
.BgClassName
{
background-color: #E6780A;
}
</style>
border-color css
<style>
span { border-color: #E6780A; }
span { border-color: rgb(230,120,10); }
td.TdClassName
{
border-color: #E6780A;
}
.TagClassName
{
border-color: #E6780A;
}
</style>