Shades of Mango Tango #EA6901
Tints of Mango Tango #EA6901
RGB
CMYK
RGB Variations
Color information
#EA6901 (or 0xEA6901) is known color: Mango Tango. HEX triplet: EA, 69 and 01. RGB value is (234,105,1). Sum of RGB (Red+Green+Blue) = 234+105+1=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6901 is #1596FE. Grayscale: #848484. Windows color (decimal): -1414911 or 92650. OLE color: 92650.
HSL color Cylindrical-coordinate representation of color #EA6901: hue angle of 26.78º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA6901 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.08 |
| HSL | 26.78º | 0.99% | 0.46% | - |
| HSV(B) | 26.78º | 1% | 0.92% | - |
| XYZ | 38.99 | 27.6 | 3.3 | - |
| YUV | 131.72 | 54.24 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 1 | 0 | 0.55 | 1.00 | 0.08 | 26.78 | 0.99 | 0.46 |
| Hex | EA | 69 | 1 | 0 | 37 | 64 | 8 | 1B | 63 | 2E |
| Octal | 352 | 151 | 1 | 0 | 67 | 144 | 10 | 33 | 143 | 56 |
| Binary | 11101010 | 1101001 | 1 | 0 | 110111 | 1100100 | 1000 | 11011 | 1100011 | 101110 |
Color Harmonies of #EA6901
Complementary color
Monochromatic Colors of #EA6901
Black with #EA6901
Text Example
Text Example
White with #EA6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6901; }
p { color: rgb(234,105,1); }
H1.HeaderClassName
{
color: #EA6901;
}
.AnyTagClassName
{
color: #EA6901;
}
</style>
background-color css
<style>
a { background-color: #EA6901; }
a { background-color: rgb(234,105,1); }
div.DivClassName
{
background-color: #EA6901;
}
.BgClassName
{
background-color: #EA6901;
}
</style>
border-color css
<style>
span { border-color: #EA6901; }
span { border-color: rgb(234,105,1); }
td.TdClassName
{
border-color: #EA6901;
}
.TagClassName
{
border-color: #EA6901;
}
</style>