Shades of Flamenco #EC8D49
Tints of Flamenco #EC8D49
RGB
CMYK
RGB Variations
Color information
#EC8D49 (or 0xEC8D49) is known color: Flamenco. HEX triplet: EC, 8D and 49. RGB value is (236,141,73). Sum of RGB (Red+Green+Blue) = 236+141+73=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D49 is #1372B6. Grayscale: #A2A2A2. Windows color (decimal): -1274551 or 4820460. OLE color: 4820460.
HSL color Cylindrical-coordinate representation of color #EC8D49: hue angle of 25.03º 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 #EC8D49 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 73 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.07 |
| HSL | 25.03º | 0.81% | 0.61% | - |
| HSV(B) | 25.03º | 0.69% | 0.93% | - |
| XYZ | 45.32 | 37.36 | 11.13 | - |
| YUV | 161.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 73 | 0 | 0.40 | 0.69 | 0.07 | 25.03 | 0.81 | 0.61 |
| Hex | EC | 8D | 49 | 0 | 28 | 45 | 7 | 19 | 51 | 3D |
| Octal | 354 | 215 | 111 | 0 | 50 | 105 | 7 | 31 | 121 | 75 |
| Binary | 11101100 | 10001101 | 1001001 | 0 | 101000 | 1000101 | 111 | 11001 | 1010001 | 111101 |
Color Harmonies of #EC8D49
Complementary color
Monochromatic Colors of #EC8D49
Black with #EC8D49
Text Example
Text Example
White with #EC8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D49; }
p { color: rgb(236,141,73); }
H1.HeaderClassName
{
color: #EC8D49;
}
.AnyTagClassName
{
color: #EC8D49;
}
</style>
background-color css
<style>
a { background-color: #EC8D49; }
a { background-color: rgb(236,141,73); }
div.DivClassName
{
background-color: #EC8D49;
}
.BgClassName
{
background-color: #EC8D49;
}
</style>
border-color css
<style>
span { border-color: #EC8D49; }
span { border-color: rgb(236,141,73); }
td.TdClassName
{
border-color: #EC8D49;
}
.TagClassName
{
border-color: #EC8D49;
}
</style>