Shades of Mango Tango #E7670C
Tints of Mango Tango #E7670C
RGB
CMYK
RGB Variations
Color information
#E7670C (or 0xE7670C) is known color: Mango Tango. HEX triplet: E7, 67 and 0C. RGB value is (231,103,12). Sum of RGB (Red+Green+Blue) = 231+103+12=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7670C is #1898F3. Grayscale: #838383. Windows color (decimal): -1612020 or 813031. OLE color: 813031.
HSL color Cylindrical-coordinate representation of color #E7670C: hue angle of 24.93º degrees, saturation: 0.9, 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 #E7670C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.09 |
| HSL | 24.93º | 0.9% | 0.48% | - |
| HSV(B) | 24.93º | 0.95% | 0.91% | - |
| XYZ | 37.87 | 26.72 | 3.51 | - |
| YUV | 130.9 | 60.91 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 12 | 0 | 0.55 | 0.95 | 0.09 | 24.93 | 0.9 | 0.48 |
| Hex | E7 | 67 | C | 0 | 37 | 5F | 9 | 19 | 5A | 30 |
| Octal | 347 | 147 | 14 | 0 | 67 | 137 | 11 | 31 | 132 | 60 |
| Binary | 11100111 | 1100111 | 1100 | 0 | 110111 | 1011111 | 1001 | 11001 | 1011010 | 110000 |
Color Harmonies of #E7670C
Complementary color
Monochromatic Colors of #E7670C
Black with #E7670C
Text Example
Text Example
White with #E7670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7670C; }
p { color: rgb(231,103,12); }
H1.HeaderClassName
{
color: #E7670C;
}
.AnyTagClassName
{
color: #E7670C;
}
</style>
background-color css
<style>
a { background-color: #E7670C; }
a { background-color: rgb(231,103,12); }
div.DivClassName
{
background-color: #E7670C;
}
.BgClassName
{
background-color: #E7670C;
}
</style>
border-color css
<style>
span { border-color: #E7670C; }
span { border-color: rgb(231,103,12); }
td.TdClassName
{
border-color: #E7670C;
}
.TagClassName
{
border-color: #E7670C;
}
</style>