Shades of Mango Tango #ED6F03
Tints of Mango Tango #ED6F03
RGB
CMYK
RGB Variations
Color information
#ED6F03 (or 0xED6F03) is known color: Mango Tango. HEX triplet: ED, 6F and 03. RGB value is (237,111,3). Sum of RGB (Red+Green+Blue) = 237+111+3=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6F03 is #1290FC. Grayscale: #888888. Windows color (decimal): -1216765 or 225261. OLE color: 225261.
HSL color Cylindrical-coordinate representation of color #ED6F03: hue angle of 27.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED6F03 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 3 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.07 |
| HSL | 27.69º | 0.98% | 0.47% | - |
| HSV(B) | 27.69º | 0.99% | 0.93% | - |
| XYZ | 40.63 | 29.38 | 3.62 | - |
| YUV | 136.36 | 52.74 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 3 | 0 | 0.53 | 0.99 | 0.07 | 27.69 | 0.98 | 0.47 |
| Hex | ED | 6F | 3 | 0 | 35 | 63 | 7 | 1C | 62 | 2F |
| Octal | 355 | 157 | 3 | 0 | 65 | 143 | 7 | 34 | 142 | 57 |
| Binary | 11101101 | 1101111 | 11 | 0 | 110101 | 1100011 | 111 | 11100 | 1100010 | 101111 |
Color Harmonies of #ED6F03
Complementary color
Monochromatic Colors of #ED6F03
Black with #ED6F03
Text Example
Text Example
White with #ED6F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F03; }
p { color: rgb(237,111,3); }
H1.HeaderClassName
{
color: #ED6F03;
}
.AnyTagClassName
{
color: #ED6F03;
}
</style>
background-color css
<style>
a { background-color: #ED6F03; }
a { background-color: rgb(237,111,3); }
div.DivClassName
{
background-color: #ED6F03;
}
.BgClassName
{
background-color: #ED6F03;
}
</style>
border-color css
<style>
span { border-color: #ED6F03; }
span { border-color: rgb(237,111,3); }
td.TdClassName
{
border-color: #ED6F03;
}
.TagClassName
{
border-color: #ED6F03;
}
</style>