Shades of Mango Tango #E7690C
Tints of Mango Tango #E7690C
RGB
CMYK
RGB Variations
Color information
#E7690C (or 0xE7690C) is known color: Mango Tango. HEX triplet: E7, 69 and 0C. RGB value is (231,105,12). Sum of RGB (Red+Green+Blue) = 231+105+12=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E7690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7690C is #1896F3. Grayscale: #848484. Windows color (decimal): -1611508 or 813543. OLE color: 813543.
HSL color Cylindrical-coordinate representation of color #E7690C: hue angle of 25.48º 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 #E7690C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.09 |
| HSL | 25.48º | 0.9% | 0.48% | - |
| HSV(B) | 25.48º | 0.95% | 0.91% | - |
| XYZ | 38.07 | 27.12 | 3.58 | - |
| YUV | 132.07 | 60.24 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 12 | 0 | 0.55 | 0.95 | 0.09 | 25.48 | 0.9 | 0.48 |
| Hex | E7 | 69 | C | 0 | 37 | 5F | 9 | 19 | 5A | 30 |
| Octal | 347 | 151 | 14 | 0 | 67 | 137 | 11 | 31 | 132 | 60 |
| Binary | 11100111 | 1101001 | 1100 | 0 | 110111 | 1011111 | 1001 | 11001 | 1011010 | 110000 |
Color Harmonies of #E7690C
Complementary color
Monochromatic Colors of #E7690C
Black with #E7690C
Text Example
Text Example
White with #E7690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7690C; }
p { color: rgb(231,105,12); }
H1.HeaderClassName
{
color: #E7690C;
}
.AnyTagClassName
{
color: #E7690C;
}
</style>
background-color css
<style>
a { background-color: #E7690C; }
a { background-color: rgb(231,105,12); }
div.DivClassName
{
background-color: #E7690C;
}
.BgClassName
{
background-color: #E7690C;
}
</style>
border-color css
<style>
span { border-color: #E7690C; }
span { border-color: rgb(231,105,12); }
td.TdClassName
{
border-color: #E7690C;
}
.TagClassName
{
border-color: #E7690C;
}
</style>