Shades of Mango Tango #EA6600
Tints of Mango Tango #EA6600
RGB
CMYK
RGB Variations
Color information
#EA6600 (or 0xEA6600) is known color: Mango Tango. HEX triplet: EA, 66 and 00. RGB value is (234,102,0). Sum of RGB (Red+Green+Blue) = 234+102+0=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6600 is #1599FF. Grayscale: #828282. Windows color (decimal): -1415680 or 26346. OLE color: 26346.
HSL color Cylindrical-coordinate representation of color #EA6600: hue angle of 26.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA6600 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.08 |
| HSL | 26.15º | 1% | 0.46% | - |
| HSV(B) | 26.15º | 1% | 0.92% | - |
| XYZ | 38.68 | 27 | 3.17 | - |
| YUV | 129.84 | 54.73 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 0 | 0 | 0.56 | 1 | 0.08 | 26.15 | 1 | 0.46 |
| Hex | EA | 66 | 0 | 0 | 38 | 64 | 8 | 1A | 64 | 2E |
| Octal | 352 | 146 | 0 | 0 | 70 | 144 | 10 | 32 | 144 | 56 |
| Binary | 11101010 | 1100110 | 0 | 0 | 111000 | 1100100 | 1000 | 11010 | 1100100 | 101110 |
Color Harmonies of #EA6600
Complementary color
Monochromatic Colors of #EA6600
Black with #EA6600
Text Example
Text Example
White with #EA6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6600; }
p { color: rgb(234,102,0); }
H1.HeaderClassName
{
color: #EA6600;
}
.AnyTagClassName
{
color: #EA6600;
}
</style>
background-color css
<style>
a { background-color: #EA6600; }
a { background-color: rgb(234,102,0); }
div.DivClassName
{
background-color: #EA6600;
}
.BgClassName
{
background-color: #EA6600;
}
</style>
border-color css
<style>
span { border-color: #EA6600; }
span { border-color: rgb(234,102,0); }
td.TdClassName
{
border-color: #EA6600;
}
.TagClassName
{
border-color: #EA6600;
}
</style>