Shades of Mango Tango #E6670C
Tints of Mango Tango #E6670C
RGB
CMYK
RGB Variations
Color information
#E6670C (or 0xE6670C) is known color: Mango Tango. HEX triplet: E6, 67 and 0C. RGB value is (230,103,12). Sum of RGB (Red+Green+Blue) = 230+103+12=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6670C is #1998F3. Grayscale: #838383. Windows color (decimal): -1677556 or 813030. OLE color: 813030.
HSL color Cylindrical-coordinate representation of color #E6670C: hue angle of 25.05º 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 #E6670C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.10 |
| HSL | 25.05º | 0.9% | 0.47% | - |
| HSV(B) | 25.05º | 0.95% | 0.9% | - |
| XYZ | 37.55 | 26.55 | 3.49 | - |
| YUV | 130.6 | 61.08 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 12 | 0 | 0.55 | 0.95 | 0.10 | 25.05 | 0.9 | 0.47 |
| Hex | E6 | 67 | C | 0 | 37 | 5F | A | 19 | 5A | 2F |
| Octal | 346 | 147 | 14 | 0 | 67 | 137 | 12 | 31 | 132 | 57 |
| Binary | 11100110 | 1100111 | 1100 | 0 | 110111 | 1011111 | 1010 | 11001 | 1011010 | 101111 |
Color Harmonies of #E6670C
Complementary color
Monochromatic Colors of #E6670C
Black with #E6670C
Text Example
Text Example
White with #E6670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6670C; }
p { color: rgb(230,103,12); }
H1.HeaderClassName
{
color: #E6670C;
}
.AnyTagClassName
{
color: #E6670C;
}
</style>
background-color css
<style>
a { background-color: #E6670C; }
a { background-color: rgb(230,103,12); }
div.DivClassName
{
background-color: #E6670C;
}
.BgClassName
{
background-color: #E6670C;
}
</style>
border-color css
<style>
span { border-color: #E6670C; }
span { border-color: rgb(230,103,12); }
td.TdClassName
{
border-color: #E6670C;
}
.TagClassName
{
border-color: #E6670C;
}
</style>