Shades of Mango Tango #EE700D
Tints of Mango Tango #EE700D
RGB
CMYK
RGB Variations
Color information
#EE700D (or 0xEE700D) is known color: Mango Tango. HEX triplet: EE, 70 and 0D. RGB value is (238,112,13). Sum of RGB (Red+Green+Blue) = 238+112+13=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE700D is #118FF2. Grayscale: #8A8A8A. Windows color (decimal): -1150963 or 880878. OLE color: 880878.
HSL color Cylindrical-coordinate representation of color #EE700D: hue angle of 26.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE700D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.07 |
| HSL | 26.4º | 0.9% | 0.49% | - |
| HSV(B) | 26.4º | 0.95% | 0.93% | - |
| XYZ | 41.13 | 29.79 | 3.96 | - |
| YUV | 138.39 | 57.24 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 13 | 0 | 0.53 | 0.95 | 0.07 | 26.4 | 0.9 | 0.49 |
| Hex | EE | 70 | D | 0 | 35 | 5F | 7 | 1A | 5A | 31 |
| Octal | 356 | 160 | 15 | 0 | 65 | 137 | 7 | 32 | 132 | 61 |
| Binary | 11101110 | 1110000 | 1101 | 0 | 110101 | 1011111 | 111 | 11010 | 1011010 | 110001 |
Color Harmonies of #EE700D
Complementary color
Monochromatic Colors of #EE700D
Black with #EE700D
Text Example
Text Example
White with #EE700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE700D; }
p { color: rgb(238,112,13); }
H1.HeaderClassName
{
color: #EE700D;
}
.AnyTagClassName
{
color: #EE700D;
}
</style>
background-color css
<style>
a { background-color: #EE700D; }
a { background-color: rgb(238,112,13); }
div.DivClassName
{
background-color: #EE700D;
}
.BgClassName
{
background-color: #EE700D;
}
</style>
border-color css
<style>
span { border-color: #EE700D; }
span { border-color: rgb(238,112,13); }
td.TdClassName
{
border-color: #EE700D;
}
.TagClassName
{
border-color: #EE700D;
}
</style>