Shades of Mango Tango #EB6C0D
Tints of Mango Tango #EB6C0D
RGB
CMYK
RGB Variations
Color information
#EB6C0D (or 0xEB6C0D) is known color: Mango Tango. HEX triplet: EB, 6C and 0D. RGB value is (235,108,13). Sum of RGB (Red+Green+Blue) = 235+108+13=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6C0D is #1493F2. Grayscale: #878787. Windows color (decimal): -1348595 or 879851. OLE color: 879851.
HSL color Cylindrical-coordinate representation of color #EB6C0D: hue angle of 25.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB6C0D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.08 |
| HSL | 25.68º | 0.9% | 0.49% | - |
| HSV(B) | 25.68º | 0.94% | 0.92% | - |
| XYZ | 39.7 | 28.42 | 3.77 | - |
| YUV | 135.14 | 59.08 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 13 | 0 | 0.54 | 0.94 | 0.08 | 25.68 | 0.9 | 0.49 |
| Hex | EB | 6C | D | 0 | 36 | 5E | 8 | 1A | 5A | 31 |
| Octal | 353 | 154 | 15 | 0 | 66 | 136 | 10 | 32 | 132 | 61 |
| Binary | 11101011 | 1101100 | 1101 | 0 | 110110 | 1011110 | 1000 | 11010 | 1011010 | 110001 |
Color Harmonies of #EB6C0D
Complementary color
Monochromatic Colors of #EB6C0D
Black with #EB6C0D
Text Example
Text Example
White with #EB6C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C0D; }
p { color: rgb(235,108,13); }
H1.HeaderClassName
{
color: #EB6C0D;
}
.AnyTagClassName
{
color: #EB6C0D;
}
</style>
background-color css
<style>
a { background-color: #EB6C0D; }
a { background-color: rgb(235,108,13); }
div.DivClassName
{
background-color: #EB6C0D;
}
.BgClassName
{
background-color: #EB6C0D;
}
</style>
border-color css
<style>
span { border-color: #EB6C0D; }
span { border-color: rgb(235,108,13); }
td.TdClassName
{
border-color: #EB6C0D;
}
.TagClassName
{
border-color: #EB6C0D;
}
</style>