Shades of Flamenco #EC8D47
Tints of Flamenco #EC8D47
RGB
CMYK
RGB Variations
Color information
#EC8D47 (or 0xEC8D47) is known color: Flamenco. HEX triplet: EC, 8D and 47. RGB value is (236,141,71). Sum of RGB (Red+Green+Blue) = 236+141+71=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D47 is #1372B8. Grayscale: #A1A1A1. Windows color (decimal): -1274553 or 4689388. OLE color: 4689388.
HSL color Cylindrical-coordinate representation of color #EC8D47: hue angle of 25.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC8D47 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 71 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.07 |
| HSL | 25.45º | 0.81% | 0.6% | - |
| HSV(B) | 25.45º | 0.7% | 0.93% | - |
| XYZ | 45.25 | 37.34 | 10.78 | - |
| YUV | 161.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 71 | 0 | 0.40 | 0.70 | 0.07 | 25.45 | 0.81 | 0.6 |
| Hex | EC | 8D | 47 | 0 | 28 | 46 | 7 | 19 | 51 | 3C |
| Octal | 354 | 215 | 107 | 0 | 50 | 106 | 7 | 31 | 121 | 74 |
| Binary | 11101100 | 10001101 | 1000111 | 0 | 101000 | 1000110 | 111 | 11001 | 1010001 | 111100 |
Color Harmonies of #EC8D47
Complementary color
Monochromatic Colors of #EC8D47
Black with #EC8D47
Text Example
Text Example
White with #EC8D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D47; }
p { color: rgb(236,141,71); }
H1.HeaderClassName
{
color: #EC8D47;
}
.AnyTagClassName
{
color: #EC8D47;
}
</style>
background-color css
<style>
a { background-color: #EC8D47; }
a { background-color: rgb(236,141,71); }
div.DivClassName
{
background-color: #EC8D47;
}
.BgClassName
{
background-color: #EC8D47;
}
</style>
border-color css
<style>
span { border-color: #EC8D47; }
span { border-color: rgb(236,141,71); }
td.TdClassName
{
border-color: #EC8D47;
}
.TagClassName
{
border-color: #EC8D47;
}
</style>