Shades of Mango Tango #EE7A01
Tints of Mango Tango #EE7A01
RGB
CMYK
RGB Variations
Color information
#EE7A01 (or 0xEE7A01) is known color: Mango Tango. HEX triplet: EE, 7A and 01. RGB value is (238,122,1). Sum of RGB (Red+Green+Blue) = 238+122+1=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7A01 is #1185FE. Grayscale: #8F8F8F. Windows color (decimal): -1148415 or 97006. OLE color: 97006.
HSL color Cylindrical-coordinate representation of color #EE7A01: hue angle of 30.63º 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 #EE7A01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.07 |
| HSL | 30.63º | 0.99% | 0.47% | - |
| HSV(B) | 30.63º | 1% | 0.93% | - |
| XYZ | 42.22 | 32.1 | 4 | - |
| YUV | 142.89 | 47.93 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 1 | 0 | 0.49 | 1.00 | 0.07 | 30.63 | 0.99 | 0.47 |
| Hex | EE | 7A | 1 | 0 | 31 | 64 | 7 | 1F | 63 | 2F |
| Octal | 356 | 172 | 1 | 0 | 61 | 144 | 7 | 37 | 143 | 57 |
| Binary | 11101110 | 1111010 | 1 | 0 | 110001 | 1100100 | 111 | 11111 | 1100011 | 101111 |
Color Harmonies of #EE7A01
Complementary color
Monochromatic Colors of #EE7A01
Black with #EE7A01
Text Example
Text Example
White with #EE7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A01; }
p { color: rgb(238,122,1); }
H1.HeaderClassName
{
color: #EE7A01;
}
.AnyTagClassName
{
color: #EE7A01;
}
</style>
background-color css
<style>
a { background-color: #EE7A01; }
a { background-color: rgb(238,122,1); }
div.DivClassName
{
background-color: #EE7A01;
}
.BgClassName
{
background-color: #EE7A01;
}
</style>
border-color css
<style>
span { border-color: #EE7A01; }
span { border-color: rgb(238,122,1); }
td.TdClassName
{
border-color: #EE7A01;
}
.TagClassName
{
border-color: #EE7A01;
}
</style>