Shades of Mango Tango #EA6800
Tints of Mango Tango #EA6800
RGB
CMYK
RGB Variations
Color information
#EA6800 (or 0xEA6800) is known color: Mango Tango. HEX triplet: EA, 68 and 00. RGB value is (234,104,0). Sum of RGB (Red+Green+Blue) = 234+104+0=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6800 is #1597FF. Grayscale: #838383. Windows color (decimal): -1415168 or 26858. OLE color: 26858.
HSL color Cylindrical-coordinate representation of color #EA6800: hue angle of 26.67º 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 #EA6800 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.08 |
| HSL | 26.67º | 1% | 0.46% | - |
| HSV(B) | 26.67º | 1% | 0.92% | - |
| XYZ | 38.88 | 27.39 | 3.24 | - |
| YUV | 131.01 | 54.07 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 0 | 0 | 0.56 | 1 | 0.08 | 26.67 | 1 | 0.46 |
| Hex | EA | 68 | 0 | 0 | 38 | 64 | 8 | 1B | 64 | 2E |
| Octal | 352 | 150 | 0 | 0 | 70 | 144 | 10 | 33 | 144 | 56 |
| Binary | 11101010 | 1101000 | 0 | 0 | 111000 | 1100100 | 1000 | 11011 | 1100100 | 101110 |
Color Harmonies of #EA6800
Complementary color
Monochromatic Colors of #EA6800
Black with #EA6800
Text Example
Text Example
White with #EA6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6800; }
p { color: rgb(234,104,0); }
H1.HeaderClassName
{
color: #EA6800;
}
.AnyTagClassName
{
color: #EA6800;
}
</style>
background-color css
<style>
a { background-color: #EA6800; }
a { background-color: rgb(234,104,0); }
div.DivClassName
{
background-color: #EA6800;
}
.BgClassName
{
background-color: #EA6800;
}
</style>
border-color css
<style>
span { border-color: #EA6800; }
span { border-color: rgb(234,104,0); }
td.TdClassName
{
border-color: #EA6800;
}
.TagClassName
{
border-color: #EA6800;
}
</style>