Shades of Mango Tango #EB730D
Tints of Mango Tango #EB730D
RGB
CMYK
RGB Variations
Color information
#EB730D (or 0xEB730D) is known color: Mango Tango. HEX triplet: EB, 73 and 0D. RGB value is (235,115,13). Sum of RGB (Red+Green+Blue) = 235+115+13=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB730D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB730D is #148CF2. Grayscale: #8B8B8B. Windows color (decimal): -1346803 or 881643. OLE color: 881643.
HSL color Cylindrical-coordinate representation of color #EB730D: hue angle of 27.57º 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 #EB730D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.08 |
| HSL | 27.57º | 0.9% | 0.49% | - |
| HSV(B) | 27.57º | 0.94% | 0.92% | - |
| XYZ | 40.46 | 29.95 | 4.03 | - |
| YUV | 139.25 | 56.76 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 13 | 0 | 0.51 | 0.94 | 0.08 | 27.57 | 0.9 | 0.49 |
| Hex | EB | 73 | D | 0 | 33 | 5E | 8 | 1C | 5A | 31 |
| Octal | 353 | 163 | 15 | 0 | 63 | 136 | 10 | 34 | 132 | 61 |
| Binary | 11101011 | 1110011 | 1101 | 0 | 110011 | 1011110 | 1000 | 11100 | 1011010 | 110001 |
Color Harmonies of #EB730D
Complementary color
Monochromatic Colors of #EB730D
Black with #EB730D
Text Example
Text Example
White with #EB730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB730D; }
p { color: rgb(235,115,13); }
H1.HeaderClassName
{
color: #EB730D;
}
.AnyTagClassName
{
color: #EB730D;
}
</style>
background-color css
<style>
a { background-color: #EB730D; }
a { background-color: rgb(235,115,13); }
div.DivClassName
{
background-color: #EB730D;
}
.BgClassName
{
background-color: #EB730D;
}
</style>
border-color css
<style>
span { border-color: #EB730D; }
span { border-color: rgb(235,115,13); }
td.TdClassName
{
border-color: #EB730D;
}
.TagClassName
{
border-color: #EB730D;
}
</style>