Shades of Mango Tango #EB6F0A
Tints of Mango Tango #EB6F0A
RGB
CMYK
RGB Variations
Color information
#EB6F0A (or 0xEB6F0A) is known color: Mango Tango. HEX triplet: EB, 6F and 0A. RGB value is (235,111,10). Sum of RGB (Red+Green+Blue) = 235+111+10=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6F0A is #1490F5. Grayscale: #898989. Windows color (decimal): -1347830 or 684011. OLE color: 684011.
HSL color Cylindrical-coordinate representation of color #EB6F0A: hue angle of 26.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB6F0A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.08 |
| HSL | 26.93º | 0.92% | 0.48% | - |
| HSV(B) | 26.93º | 0.96% | 0.92% | - |
| XYZ | 40 | 29.05 | 3.79 | - |
| YUV | 136.56 | 56.58 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 10 | 0 | 0.53 | 0.96 | 0.08 | 26.93 | 0.92 | 0.48 |
| Hex | EB | 6F | A | 0 | 35 | 60 | 8 | 1B | 5C | 30 |
| Octal | 353 | 157 | 12 | 0 | 65 | 140 | 10 | 33 | 134 | 60 |
| Binary | 11101011 | 1101111 | 1010 | 0 | 110101 | 1100000 | 1000 | 11011 | 1011100 | 110000 |
Color Harmonies of #EB6F0A
Complementary color
Monochromatic Colors of #EB6F0A
Black with #EB6F0A
Text Example
Text Example
White with #EB6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6F0A; }
p { color: rgb(235,111,10); }
H1.HeaderClassName
{
color: #EB6F0A;
}
.AnyTagClassName
{
color: #EB6F0A;
}
</style>
background-color css
<style>
a { background-color: #EB6F0A; }
a { background-color: rgb(235,111,10); }
div.DivClassName
{
background-color: #EB6F0A;
}
.BgClassName
{
background-color: #EB6F0A;
}
</style>
border-color css
<style>
span { border-color: #EB6F0A; }
span { border-color: rgb(235,111,10); }
td.TdClassName
{
border-color: #EB6F0A;
}
.TagClassName
{
border-color: #EB6F0A;
}
</style>