Shades of Mango Tango #EC670D
Tints of Mango Tango #EC670D
RGB
CMYK
RGB Variations
Color information
#EC670D (or 0xEC670D) is known color: Mango Tango. HEX triplet: EC, 67 and 0D. RGB value is (236,103,13). Sum of RGB (Red+Green+Blue) = 236+103+13=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC670D is #1398F2. Grayscale: #858585. Windows color (decimal): -1284339 or 878572. OLE color: 878572.
HSL color Cylindrical-coordinate representation of color #EC670D: hue angle of 24.22º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC670D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.07 |
| HSL | 24.22º | 0.9% | 0.49% | - |
| HSV(B) | 24.22º | 0.94% | 0.93% | - |
| XYZ | 39.51 | 27.56 | 3.62 | - |
| YUV | 132.51 | 60.56 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 13 | 0 | 0.56 | 0.94 | 0.07 | 24.22 | 0.9 | 0.49 |
| Hex | EC | 67 | D | 0 | 38 | 5E | 7 | 18 | 5A | 31 |
| Octal | 354 | 147 | 15 | 0 | 70 | 136 | 7 | 30 | 132 | 61 |
| Binary | 11101100 | 1100111 | 1101 | 0 | 111000 | 1011110 | 111 | 11000 | 1011010 | 110001 |
Color Harmonies of #EC670D
Complementary color
Monochromatic Colors of #EC670D
Black with #EC670D
Text Example
Text Example
White with #EC670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC670D; }
p { color: rgb(236,103,13); }
H1.HeaderClassName
{
color: #EC670D;
}
.AnyTagClassName
{
color: #EC670D;
}
</style>
background-color css
<style>
a { background-color: #EC670D; }
a { background-color: rgb(236,103,13); }
div.DivClassName
{
background-color: #EC670D;
}
.BgClassName
{
background-color: #EC670D;
}
</style>
border-color css
<style>
span { border-color: #EC670D; }
span { border-color: rgb(236,103,13); }
td.TdClassName
{
border-color: #EC670D;
}
.TagClassName
{
border-color: #EC670D;
}
</style>