Shades of Mango Tango #ED750B
Tints of Mango Tango #ED750B
RGB
CMYK
RGB Variations
Color information
#ED750B (or 0xED750B) is known color: Mango Tango. HEX triplet: ED, 75 and 0B. RGB value is (237,117,11). Sum of RGB (Red+Green+Blue) = 237+117+11=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED750B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED750B is #128AF4. Grayscale: #8D8D8D. Windows color (decimal): -1215221 or 751085. OLE color: 751085.
HSL color Cylindrical-coordinate representation of color #ED750B: hue angle of 28.14º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED750B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.07 |
| HSL | 28.14º | 0.91% | 0.49% | - |
| HSV(B) | 28.14º | 0.95% | 0.93% | - |
| XYZ | 41.35 | 30.75 | 4.07 | - |
| YUV | 140.8 | 54.76 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 11 | 0 | 0.51 | 0.95 | 0.07 | 28.14 | 0.91 | 0.49 |
| Hex | ED | 75 | B | 0 | 33 | 5F | 7 | 1C | 5B | 31 |
| Octal | 355 | 165 | 13 | 0 | 63 | 137 | 7 | 34 | 133 | 61 |
| Binary | 11101101 | 1110101 | 1011 | 0 | 110011 | 1011111 | 111 | 11100 | 1011011 | 110001 |
Color Harmonies of #ED750B
Complementary color
Monochromatic Colors of #ED750B
Black with #ED750B
Text Example
Text Example
White with #ED750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED750B; }
p { color: rgb(237,117,11); }
H1.HeaderClassName
{
color: #ED750B;
}
.AnyTagClassName
{
color: #ED750B;
}
</style>
background-color css
<style>
a { background-color: #ED750B; }
a { background-color: rgb(237,117,11); }
div.DivClassName
{
background-color: #ED750B;
}
.BgClassName
{
background-color: #ED750B;
}
</style>
border-color css
<style>
span { border-color: #ED750B; }
span { border-color: rgb(237,117,11); }
td.TdClassName
{
border-color: #ED750B;
}
.TagClassName
{
border-color: #ED750B;
}
</style>