Shades of Mango Tango #EA670C
Tints of Mango Tango #EA670C
RGB
CMYK
RGB Variations
Color information
#EA670C (or 0xEA670C) is known color: Mango Tango. HEX triplet: EA, 67 and 0C. RGB value is (234,103,12). Sum of RGB (Red+Green+Blue) = 234+103+12=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA670C is #1598F3. Grayscale: #848484. Windows color (decimal): -1415412 or 813034. OLE color: 813034.
HSL color Cylindrical-coordinate representation of color #EA670C: hue angle of 24.59º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA670C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.08 |
| HSL | 24.59º | 0.9% | 0.48% | - |
| HSV(B) | 24.59º | 0.95% | 0.92% | - |
| XYZ | 38.85 | 27.22 | 3.55 | - |
| YUV | 131.8 | 60.4 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 12 | 0 | 0.56 | 0.95 | 0.08 | 24.59 | 0.9 | 0.48 |
| Hex | EA | 67 | C | 0 | 38 | 5F | 8 | 19 | 5A | 30 |
| Octal | 352 | 147 | 14 | 0 | 70 | 137 | 10 | 31 | 132 | 60 |
| Binary | 11101010 | 1100111 | 1100 | 0 | 111000 | 1011111 | 1000 | 11001 | 1011010 | 110000 |
Color Harmonies of #EA670C
Complementary color
Monochromatic Colors of #EA670C
Black with #EA670C
Text Example
Text Example
White with #EA670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA670C; }
p { color: rgb(234,103,12); }
H1.HeaderClassName
{
color: #EA670C;
}
.AnyTagClassName
{
color: #EA670C;
}
</style>
background-color css
<style>
a { background-color: #EA670C; }
a { background-color: rgb(234,103,12); }
div.DivClassName
{
background-color: #EA670C;
}
.BgClassName
{
background-color: #EA670C;
}
</style>
border-color css
<style>
span { border-color: #EA670C; }
span { border-color: rgb(234,103,12); }
td.TdClassName
{
border-color: #EA670C;
}
.TagClassName
{
border-color: #EA670C;
}
</style>