Shades of Mango Tango #E2670D
Tints of Mango Tango #E2670D
RGB
CMYK
RGB Variations
Color information
#E2670D (or 0xE2670D) is known color: Mango Tango. HEX triplet: E2, 67 and 0D. RGB value is (226,103,13). Sum of RGB (Red+Green+Blue) = 226+103+13=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2670D is #1D98F2. Grayscale: #828282. Windows color (decimal): -1939699 or 878562. OLE color: 878562.
HSL color Cylindrical-coordinate representation of color #E2670D: hue angle of 25.35º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2670D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.11 |
| HSL | 25.35º | 0.89% | 0.47% | - |
| HSV(B) | 25.35º | 0.94% | 0.89% | - |
| XYZ | 36.29 | 25.9 | 3.47 | - |
| YUV | 129.52 | 62.25 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 13 | 0 | 0.54 | 0.94 | 0.11 | 25.35 | 0.89 | 0.47 |
| Hex | E2 | 67 | D | 0 | 36 | 5E | B | 19 | 59 | 2F |
| Octal | 342 | 147 | 15 | 0 | 66 | 136 | 13 | 31 | 131 | 57 |
| Binary | 11100010 | 1100111 | 1101 | 0 | 110110 | 1011110 | 1011 | 11001 | 1011001 | 101111 |
Color Harmonies of #E2670D
Complementary color
Monochromatic Colors of #E2670D
Black with #E2670D
Text Example
Text Example
White with #E2670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2670D; }
p { color: rgb(226,103,13); }
H1.HeaderClassName
{
color: #E2670D;
}
.AnyTagClassName
{
color: #E2670D;
}
</style>
background-color css
<style>
a { background-color: #E2670D; }
a { background-color: rgb(226,103,13); }
div.DivClassName
{
background-color: #E2670D;
}
.BgClassName
{
background-color: #E2670D;
}
</style>
border-color css
<style>
span { border-color: #E2670D; }
span { border-color: rgb(226,103,13); }
td.TdClassName
{
border-color: #E2670D;
}
.TagClassName
{
border-color: #E2670D;
}
</style>