Shades of Mango Tango #EA750F
Tints of Mango Tango #EA750F
RGB
CMYK
RGB Variations
Color information
#EA750F (or 0xEA750F) is known color: Mango Tango. HEX triplet: EA, 75 and 0F. RGB value is (234,117,15). Sum of RGB (Red+Green+Blue) = 234+117+15=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA750F is #158AF0. Grayscale: #8C8C8C. Windows color (decimal): -1411825 or 1013226. OLE color: 1013226.
HSL color Cylindrical-coordinate representation of color #EA750F: hue angle of 27.95º 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 #EA750F is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 15 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.08 |
| HSL | 27.95º | 0.88% | 0.49% | - |
| HSV(B) | 27.95º | 0.94% | 0.92% | - |
| XYZ | 40.38 | 30.25 | 4.16 | - |
| YUV | 140.36 | 57.26 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 15 | 0 | 0.5 | 0.94 | 0.08 | 27.95 | 0.88 | 0.49 |
| Hex | EA | 75 | F | 0 | 32 | 5E | 8 | 1C | 58 | 31 |
| Octal | 352 | 165 | 17 | 0 | 62 | 136 | 10 | 34 | 130 | 61 |
| Binary | 11101010 | 1110101 | 1111 | 0 | 110010 | 1011110 | 1000 | 11100 | 1011000 | 110001 |
Color Harmonies of #EA750F
Complementary color
Monochromatic Colors of #EA750F
Black with #EA750F
Text Example
Text Example
White with #EA750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA750F; }
p { color: rgb(234,117,15); }
H1.HeaderClassName
{
color: #EA750F;
}
.AnyTagClassName
{
color: #EA750F;
}
</style>
background-color css
<style>
a { background-color: #EA750F; }
a { background-color: rgb(234,117,15); }
div.DivClassName
{
background-color: #EA750F;
}
.BgClassName
{
background-color: #EA750F;
}
</style>
border-color css
<style>
span { border-color: #EA750F; }
span { border-color: rgb(234,117,15); }
td.TdClassName
{
border-color: #EA750F;
}
.TagClassName
{
border-color: #EA750F;
}
</style>