Shades of Mango Tango #EE6D00
Tints of Mango Tango #EE6D00
RGB
CMYK
RGB Variations
Color information
#EE6D00 (or 0xEE6D00) is known color: Mango Tango. HEX triplet: EE, 6D and 00. RGB value is (238,109,0). Sum of RGB (Red+Green+Blue) = 238+109+0=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6D00 is #1192FF. Grayscale: #878787. Windows color (decimal): -1151744 or 28142. OLE color: 28142.
HSL color Cylindrical-coordinate representation of color #EE6D00: hue angle of 27.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE6D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.07 |
| HSL | 27.48º | 1% | 0.47% | - |
| HSV(B) | 27.48º | 1% | 0.93% | - |
| XYZ | 40.73 | 29.11 | 3.47 | - |
| YUV | 135.15 | 51.74 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 0 | 0 | 0.54 | 1 | 0.07 | 27.48 | 1 | 0.47 |
| Hex | EE | 6D | 0 | 0 | 36 | 64 | 7 | 1B | 64 | 2F |
| Octal | 356 | 155 | 0 | 0 | 66 | 144 | 7 | 33 | 144 | 57 |
| Binary | 11101110 | 1101101 | 0 | 0 | 110110 | 1100100 | 111 | 11011 | 1100100 | 101111 |
Color Harmonies of #EE6D00
Complementary color
Monochromatic Colors of #EE6D00
Black with #EE6D00
Text Example
Text Example
White with #EE6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D00; }
p { color: rgb(238,109,0); }
H1.HeaderClassName
{
color: #EE6D00;
}
.AnyTagClassName
{
color: #EE6D00;
}
</style>
background-color css
<style>
a { background-color: #EE6D00; }
a { background-color: rgb(238,109,0); }
div.DivClassName
{
background-color: #EE6D00;
}
.BgClassName
{
background-color: #EE6D00;
}
</style>
border-color css
<style>
span { border-color: #EE6D00; }
span { border-color: rgb(238,109,0); }
td.TdClassName
{
border-color: #EE6D00;
}
.TagClassName
{
border-color: #EE6D00;
}
</style>