Shades of Mango Tango #EE730C
Tints of Mango Tango #EE730C
RGB
CMYK
RGB Variations
Color information
#EE730C (or 0xEE730C) is known color: Mango Tango. HEX triplet: EE, 73 and 0C. RGB value is (238,115,12). Sum of RGB (Red+Green+Blue) = 238+115+12=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE730C is #118CF3. Grayscale: #8C8C8C. Windows color (decimal): -1150196 or 816110. OLE color: 816110.
HSL color Cylindrical-coordinate representation of color #EE730C: hue angle of 27.35º 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 #EE730C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.07 |
| HSL | 27.35º | 0.9% | 0.49% | - |
| HSV(B) | 27.35º | 0.95% | 0.93% | - |
| XYZ | 41.46 | 30.47 | 4.04 | - |
| YUV | 140.04 | 55.75 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 12 | 0 | 0.52 | 0.95 | 0.07 | 27.35 | 0.9 | 0.49 |
| Hex | EE | 73 | C | 0 | 34 | 5F | 7 | 1B | 5A | 31 |
| Octal | 356 | 163 | 14 | 0 | 64 | 137 | 7 | 33 | 132 | 61 |
| Binary | 11101110 | 1110011 | 1100 | 0 | 110100 | 1011111 | 111 | 11011 | 1011010 | 110001 |
Color Harmonies of #EE730C
Complementary color
Monochromatic Colors of #EE730C
Black with #EE730C
Text Example
Text Example
White with #EE730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE730C; }
p { color: rgb(238,115,12); }
H1.HeaderClassName
{
color: #EE730C;
}
.AnyTagClassName
{
color: #EE730C;
}
</style>
background-color css
<style>
a { background-color: #EE730C; }
a { background-color: rgb(238,115,12); }
div.DivClassName
{
background-color: #EE730C;
}
.BgClassName
{
background-color: #EE730C;
}
</style>
border-color css
<style>
span { border-color: #EE730C; }
span { border-color: rgb(238,115,12); }
td.TdClassName
{
border-color: #EE730C;
}
.TagClassName
{
border-color: #EE730C;
}
</style>