Shades of Mango Tango #EE700C
Tints of Mango Tango #EE700C
RGB
CMYK
RGB Variations
Color information
#EE700C (or 0xEE700C) is known color: Mango Tango. HEX triplet: EE, 70 and 0C. RGB value is (238,112,12). Sum of RGB (Red+Green+Blue) = 238+112+12=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE700C is #118FF3. Grayscale: #8A8A8A. Windows color (decimal): -1150964 or 815342. OLE color: 815342.
HSL color Cylindrical-coordinate representation of color #EE700C: hue angle of 26.55º 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 #EE700C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.07 |
| HSL | 26.55º | 0.9% | 0.49% | - |
| HSV(B) | 26.55º | 0.95% | 0.93% | - |
| XYZ | 41.12 | 29.79 | 3.93 | - |
| YUV | 138.27 | 56.74 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 12 | 0 | 0.53 | 0.95 | 0.07 | 26.55 | 0.9 | 0.49 |
| Hex | EE | 70 | C | 0 | 35 | 5F | 7 | 1B | 5A | 31 |
| Octal | 356 | 160 | 14 | 0 | 65 | 137 | 7 | 33 | 132 | 61 |
| Binary | 11101110 | 1110000 | 1100 | 0 | 110101 | 1011111 | 111 | 11011 | 1011010 | 110001 |
Color Harmonies of #EE700C
Complementary color
Monochromatic Colors of #EE700C
Black with #EE700C
Text Example
Text Example
White with #EE700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE700C; }
p { color: rgb(238,112,12); }
H1.HeaderClassName
{
color: #EE700C;
}
.AnyTagClassName
{
color: #EE700C;
}
</style>
background-color css
<style>
a { background-color: #EE700C; }
a { background-color: rgb(238,112,12); }
div.DivClassName
{
background-color: #EE700C;
}
.BgClassName
{
background-color: #EE700C;
}
</style>
border-color css
<style>
span { border-color: #EE700C; }
span { border-color: rgb(238,112,12); }
td.TdClassName
{
border-color: #EE700C;
}
.TagClassName
{
border-color: #EE700C;
}
</style>