Shades of Mango Tango #ED6B01
Tints of Mango Tango #ED6B01
RGB
CMYK
RGB Variations
Color information
#ED6B01 (or 0xED6B01) is known color: Mango Tango. HEX triplet: ED, 6B and 01. RGB value is (237,107,1). Sum of RGB (Red+Green+Blue) = 237+107+1=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6B01 is #1294FE. Grayscale: #868686. Windows color (decimal): -1217791 or 93165. OLE color: 93165.
HSL color Cylindrical-coordinate representation of color #ED6B01: hue angle of 26.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED6B01 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.07 |
| HSL | 26.95º | 0.99% | 0.47% | - |
| HSV(B) | 26.95º | 1% | 0.93% | - |
| XYZ | 40.19 | 28.52 | 3.42 | - |
| YUV | 133.79 | 53.07 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 1 | 0 | 0.55 | 1.00 | 0.07 | 26.95 | 0.99 | 0.47 |
| Hex | ED | 6B | 1 | 0 | 37 | 64 | 7 | 1B | 63 | 2F |
| Octal | 355 | 153 | 1 | 0 | 67 | 144 | 7 | 33 | 143 | 57 |
| Binary | 11101101 | 1101011 | 1 | 0 | 110111 | 1100100 | 111 | 11011 | 1100011 | 101111 |
Color Harmonies of #ED6B01
Complementary color
Monochromatic Colors of #ED6B01
Black with #ED6B01
Text Example
Text Example
White with #ED6B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6B01; }
p { color: rgb(237,107,1); }
H1.HeaderClassName
{
color: #ED6B01;
}
.AnyTagClassName
{
color: #ED6B01;
}
</style>
background-color css
<style>
a { background-color: #ED6B01; }
a { background-color: rgb(237,107,1); }
div.DivClassName
{
background-color: #ED6B01;
}
.BgClassName
{
background-color: #ED6B01;
}
</style>
border-color css
<style>
span { border-color: #ED6B01; }
span { border-color: rgb(237,107,1); }
td.TdClassName
{
border-color: #ED6B01;
}
.TagClassName
{
border-color: #ED6B01;
}
</style>