Shades of Mango Tango #E5670C
Tints of Mango Tango #E5670C
RGB
CMYK
RGB Variations
Color information
#E5670C (or 0xE5670C) is known color: Mango Tango. HEX triplet: E5, 67 and 0C. RGB value is (229,103,12). Sum of RGB (Red+Green+Blue) = 229+103+12=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5670C is #1A98F3. Grayscale: #828282. Windows color (decimal): -1743092 or 813029. OLE color: 813029.
HSL color Cylindrical-coordinate representation of color #E5670C: hue angle of 25.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5670C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.10 |
| HSL | 25.16º | 0.9% | 0.47% | - |
| HSV(B) | 25.16º | 0.95% | 0.9% | - |
| XYZ | 37.23 | 26.39 | 3.48 | - |
| YUV | 130.3 | 61.24 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 12 | 0 | 0.55 | 0.95 | 0.10 | 25.16 | 0.9 | 0.47 |
| Hex | E5 | 67 | C | 0 | 37 | 5F | A | 19 | 5A | 2F |
| Octal | 345 | 147 | 14 | 0 | 67 | 137 | 12 | 31 | 132 | 57 |
| Binary | 11100101 | 1100111 | 1100 | 0 | 110111 | 1011111 | 1010 | 11001 | 1011010 | 101111 |
Color Harmonies of #E5670C
Complementary color
Monochromatic Colors of #E5670C
Black with #E5670C
Text Example
Text Example
White with #E5670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5670C; }
p { color: rgb(229,103,12); }
H1.HeaderClassName
{
color: #E5670C;
}
.AnyTagClassName
{
color: #E5670C;
}
</style>
background-color css
<style>
a { background-color: #E5670C; }
a { background-color: rgb(229,103,12); }
div.DivClassName
{
background-color: #E5670C;
}
.BgClassName
{
background-color: #E5670C;
}
</style>
border-color css
<style>
span { border-color: #E5670C; }
span { border-color: rgb(229,103,12); }
td.TdClassName
{
border-color: #E5670C;
}
.TagClassName
{
border-color: #E5670C;
}
</style>