Shades of Mango Tango #EA680F
Tints of Mango Tango #EA680F
RGB
CMYK
RGB Variations
Color information
#EA680F (or 0xEA680F) is known color: Mango Tango. HEX triplet: EA, 68 and 0F. RGB value is (234,104,15). Sum of RGB (Red+Green+Blue) = 234+104+15=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA680F is #1597F0. Grayscale: #858585. Windows color (decimal): -1415153 or 1009898. OLE color: 1009898.
HSL color Cylindrical-coordinate representation of color #EA680F: hue angle of 24.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA680F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 15 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.08 |
| HSL | 24.38º | 0.88% | 0.49% | - |
| HSV(B) | 24.38º | 0.94% | 0.92% | - |
| XYZ | 38.97 | 27.43 | 3.69 | - |
| YUV | 132.72 | 61.57 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 15 | 0 | 0.56 | 0.94 | 0.08 | 24.38 | 0.88 | 0.49 |
| Hex | EA | 68 | F | 0 | 38 | 5E | 8 | 18 | 58 | 31 |
| Octal | 352 | 150 | 17 | 0 | 70 | 136 | 10 | 30 | 130 | 61 |
| Binary | 11101010 | 1101000 | 1111 | 0 | 111000 | 1011110 | 1000 | 11000 | 1011000 | 110001 |
Color Harmonies of #EA680F
Complementary color
Monochromatic Colors of #EA680F
Black with #EA680F
Text Example
Text Example
White with #EA680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA680F; }
p { color: rgb(234,104,15); }
H1.HeaderClassName
{
color: #EA680F;
}
.AnyTagClassName
{
color: #EA680F;
}
</style>
background-color css
<style>
a { background-color: #EA680F; }
a { background-color: rgb(234,104,15); }
div.DivClassName
{
background-color: #EA680F;
}
.BgClassName
{
background-color: #EA680F;
}
</style>
border-color css
<style>
span { border-color: #EA680F; }
span { border-color: rgb(234,104,15); }
td.TdClassName
{
border-color: #EA680F;
}
.TagClassName
{
border-color: #EA680F;
}
</style>