Shades of Mango Tango #ED7308
Tints of Mango Tango #ED7308
RGB
CMYK
RGB Variations
Color information
#ED7308 (or 0xED7308) is known color: Mango Tango. HEX triplet: ED, 73 and 08. RGB value is (237,115,8). Sum of RGB (Red+Green+Blue) = 237+115+8=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7308 is #128CF7. Grayscale: #8B8B8B. Windows color (decimal): -1215736 or 553965. OLE color: 553965.
HSL color Cylindrical-coordinate representation of color #ED7308: hue angle of 28.03º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED7308 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 8 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.07 |
| HSL | 28.03º | 0.93% | 0.48% | - |
| HSV(B) | 28.03º | 0.97% | 0.93% | - |
| XYZ | 41.1 | 30.28 | 3.91 | - |
| YUV | 139.28 | 53.92 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 8 | 0 | 0.51 | 0.97 | 0.07 | 28.03 | 0.93 | 0.48 |
| Hex | ED | 73 | 8 | 0 | 33 | 61 | 7 | 1C | 5D | 30 |
| Octal | 355 | 163 | 10 | 0 | 63 | 141 | 7 | 34 | 135 | 60 |
| Binary | 11101101 | 1110011 | 1000 | 0 | 110011 | 1100001 | 111 | 11100 | 1011101 | 110000 |
Color Harmonies of #ED7308
Complementary color
Monochromatic Colors of #ED7308
Black with #ED7308
Text Example
Text Example
White with #ED7308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7308; }
p { color: rgb(237,115,8); }
H1.HeaderClassName
{
color: #ED7308;
}
.AnyTagClassName
{
color: #ED7308;
}
</style>
background-color css
<style>
a { background-color: #ED7308; }
a { background-color: rgb(237,115,8); }
div.DivClassName
{
background-color: #ED7308;
}
.BgClassName
{
background-color: #ED7308;
}
</style>
border-color css
<style>
span { border-color: #ED7308; }
span { border-color: rgb(237,115,8); }
td.TdClassName
{
border-color: #ED7308;
}
.TagClassName
{
border-color: #ED7308;
}
</style>