Shades of Mango Tango #E4680F
Tints of Mango Tango #E4680F
RGB
CMYK
RGB Variations
Color information
#E4680F (or 0xE4680F) is known color: Mango Tango. HEX triplet: E4, 68 and 0F. RGB value is (228,104,15). Sum of RGB (Red+Green+Blue) = 228+104+15=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E4680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4680F is #1B97F0. Grayscale: #838383. Windows color (decimal): -1808369 or 1009892. OLE color: 1009892.
HSL color Cylindrical-coordinate representation of color #E4680F: hue angle of 25.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4680F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.11 |
| HSL | 25.07º | 0.88% | 0.48% | - |
| HSV(B) | 25.07º | 0.93% | 0.89% | - |
| XYZ | 37.03 | 26.43 | 3.6 | - |
| YUV | 130.93 | 62.58 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 15 | 0 | 0.54 | 0.93 | 0.11 | 25.07 | 0.88 | 0.48 |
| Hex | E4 | 68 | F | 0 | 36 | 5D | B | 19 | 58 | 30 |
| Octal | 344 | 150 | 17 | 0 | 66 | 135 | 13 | 31 | 130 | 60 |
| Binary | 11100100 | 1101000 | 1111 | 0 | 110110 | 1011101 | 1011 | 11001 | 1011000 | 110000 |
Color Harmonies of #E4680F
Complementary color
Monochromatic Colors of #E4680F
Black with #E4680F
Text Example
Text Example
White with #E4680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4680F; }
p { color: rgb(228,104,15); }
H1.HeaderClassName
{
color: #E4680F;
}
.AnyTagClassName
{
color: #E4680F;
}
</style>
background-color css
<style>
a { background-color: #E4680F; }
a { background-color: rgb(228,104,15); }
div.DivClassName
{
background-color: #E4680F;
}
.BgClassName
{
background-color: #E4680F;
}
</style>
border-color css
<style>
span { border-color: #E4680F; }
span { border-color: rgb(228,104,15); }
td.TdClassName
{
border-color: #E4680F;
}
.TagClassName
{
border-color: #E4680F;
}
</style>