Shades of Mango Tango #ED6A02
Tints of Mango Tango #ED6A02
RGB
CMYK
RGB Variations
Color information
#ED6A02 (or 0xED6A02) is known color: Mango Tango. HEX triplet: ED, 6A and 02. RGB value is (237,106,2). Sum of RGB (Red+Green+Blue) = 237+106+2=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A02 is #1295FD. Grayscale: #858585. Windows color (decimal): -1218046 or 158445. OLE color: 158445.
HSL color Cylindrical-coordinate representation of color #ED6A02: hue angle of 26.55º 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 #ED6A02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.07 |
| HSL | 26.55º | 0.98% | 0.47% | - |
| HSV(B) | 26.55º | 0.99% | 0.93% | - |
| XYZ | 40.09 | 28.32 | 3.41 | - |
| YUV | 133.31 | 53.9 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 2 | 0 | 0.55 | 0.99 | 0.07 | 26.55 | 0.98 | 0.47 |
| Hex | ED | 6A | 2 | 0 | 37 | 63 | 7 | 1B | 62 | 2F |
| Octal | 355 | 152 | 2 | 0 | 67 | 143 | 7 | 33 | 142 | 57 |
| Binary | 11101101 | 1101010 | 10 | 0 | 110111 | 1100011 | 111 | 11011 | 1100010 | 101111 |
Color Harmonies of #ED6A02
Complementary color
Monochromatic Colors of #ED6A02
Black with #ED6A02
Text Example
Text Example
White with #ED6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A02; }
p { color: rgb(237,106,2); }
H1.HeaderClassName
{
color: #ED6A02;
}
.AnyTagClassName
{
color: #ED6A02;
}
</style>
background-color css
<style>
a { background-color: #ED6A02; }
a { background-color: rgb(237,106,2); }
div.DivClassName
{
background-color: #ED6A02;
}
.BgClassName
{
background-color: #ED6A02;
}
</style>
border-color css
<style>
span { border-color: #ED6A02; }
span { border-color: rgb(237,106,2); }
td.TdClassName
{
border-color: #ED6A02;
}
.TagClassName
{
border-color: #ED6A02;
}
</style>