Shades of Flamenco #EC7E49
Tints of Flamenco #EC7E49
RGB
CMYK
RGB Variations
Color information
#EC7E49 (or 0xEC7E49) is known color: Flamenco. HEX triplet: EC, 7E and 49. RGB value is (236,126,73). Sum of RGB (Red+Green+Blue) = 236+126+73=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7E49 is #1381B6. Grayscale: #999999. Windows color (decimal): -1278391 or 4816620. OLE color: 4816620.
HSL color Cylindrical-coordinate representation of color #EC7E49: hue angle of 19.51º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC7E49 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 73 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.07 |
| HSL | 19.51º | 0.81% | 0.61% | - |
| HSV(B) | 19.51º | 0.69% | 0.93% | - |
| XYZ | 43.26 | 33.24 | 10.44 | - |
| YUV | 152.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 73 | 0 | 0.47 | 0.69 | 0.07 | 19.51 | 0.81 | 0.61 |
| Hex | EC | 7E | 49 | 0 | 2F | 45 | 7 | 14 | 51 | 3D |
| Octal | 354 | 176 | 111 | 0 | 57 | 105 | 7 | 24 | 121 | 75 |
| Binary | 11101100 | 1111110 | 1001001 | 0 | 101111 | 1000101 | 111 | 10100 | 1010001 | 111101 |
Color Harmonies of #EC7E49
Complementary color
Monochromatic Colors of #EC7E49
Black with #EC7E49
Text Example
Text Example
White with #EC7E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E49; }
p { color: rgb(236,126,73); }
H1.HeaderClassName
{
color: #EC7E49;
}
.AnyTagClassName
{
color: #EC7E49;
}
</style>
background-color css
<style>
a { background-color: #EC7E49; }
a { background-color: rgb(236,126,73); }
div.DivClassName
{
background-color: #EC7E49;
}
.BgClassName
{
background-color: #EC7E49;
}
</style>
border-color css
<style>
span { border-color: #EC7E49; }
span { border-color: rgb(236,126,73); }
td.TdClassName
{
border-color: #EC7E49;
}
.TagClassName
{
border-color: #EC7E49;
}
</style>