Shades of Mango Tango #EA670D
Tints of Mango Tango #EA670D
RGB
CMYK
RGB Variations
Color information
#EA670D (or 0xEA670D) is known color: Mango Tango. HEX triplet: EA, 67 and 0D. RGB value is (234,103,13). Sum of RGB (Red+Green+Blue) = 234+103+13=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA670D is #1598F2. Grayscale: #848484. Windows color (decimal): -1415411 or 878570. OLE color: 878570.
HSL color Cylindrical-coordinate representation of color #EA670D: hue angle of 24.43º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA670D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.08 |
| HSL | 24.43º | 0.89% | 0.48% | - |
| HSV(B) | 24.43º | 0.94% | 0.92% | - |
| XYZ | 38.85 | 27.22 | 3.59 | - |
| YUV | 131.91 | 60.9 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 13 | 0 | 0.56 | 0.94 | 0.08 | 24.43 | 0.89 | 0.48 |
| Hex | EA | 67 | D | 0 | 38 | 5E | 8 | 18 | 59 | 30 |
| Octal | 352 | 147 | 15 | 0 | 70 | 136 | 10 | 30 | 131 | 60 |
| Binary | 11101010 | 1100111 | 1101 | 0 | 111000 | 1011110 | 1000 | 11000 | 1011001 | 110000 |
Color Harmonies of #EA670D
Complementary color
Monochromatic Colors of #EA670D
Black with #EA670D
Text Example
Text Example
White with #EA670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA670D; }
p { color: rgb(234,103,13); }
H1.HeaderClassName
{
color: #EA670D;
}
.AnyTagClassName
{
color: #EA670D;
}
</style>
background-color css
<style>
a { background-color: #EA670D; }
a { background-color: rgb(234,103,13); }
div.DivClassName
{
background-color: #EA670D;
}
.BgClassName
{
background-color: #EA670D;
}
</style>
border-color css
<style>
span { border-color: #EA670D; }
span { border-color: rgb(234,103,13); }
td.TdClassName
{
border-color: #EA670D;
}
.TagClassName
{
border-color: #EA670D;
}
</style>