Shades of Mango Tango #E5670D
Tints of Mango Tango #E5670D
RGB
CMYK
RGB Variations
Color information
#E5670D (or 0xE5670D) is known color: Mango Tango. HEX triplet: E5, 67 and 0D. RGB value is (229,103,13). Sum of RGB (Red+Green+Blue) = 229+103+13=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5670D is #1A98F2. Grayscale: #828282. Windows color (decimal): -1743091 or 878565. OLE color: 878565.
HSL color Cylindrical-coordinate representation of color #E5670D: hue angle of 25º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5670D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.10 |
| HSL | 25º | 0.89% | 0.47% | - |
| HSV(B) | 25º | 0.94% | 0.9% | - |
| XYZ | 37.24 | 26.39 | 3.51 | - |
| YUV | 130.41 | 61.74 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 13 | 0 | 0.55 | 0.94 | 0.10 | 25 | 0.89 | 0.47 |
| Hex | E5 | 67 | D | 0 | 37 | 5E | A | 19 | 59 | 2F |
| Octal | 345 | 147 | 15 | 0 | 67 | 136 | 12 | 31 | 131 | 57 |
| Binary | 11100101 | 1100111 | 1101 | 0 | 110111 | 1011110 | 1010 | 11001 | 1011001 | 101111 |
Color Harmonies of #E5670D
Complementary color
Monochromatic Colors of #E5670D
Black with #E5670D
Text Example
Text Example
White with #E5670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5670D; }
p { color: rgb(229,103,13); }
H1.HeaderClassName
{
color: #E5670D;
}
.AnyTagClassName
{
color: #E5670D;
}
</style>
background-color css
<style>
a { background-color: #E5670D; }
a { background-color: rgb(229,103,13); }
div.DivClassName
{
background-color: #E5670D;
}
.BgClassName
{
background-color: #E5670D;
}
</style>
border-color css
<style>
span { border-color: #E5670D; }
span { border-color: rgb(229,103,13); }
td.TdClassName
{
border-color: #E5670D;
}
.TagClassName
{
border-color: #E5670D;
}
</style>