Shades of Flamenco #EC8C47
Tints of Flamenco #EC8C47
RGB
CMYK
RGB Variations
Color information
#EC8C47 (or 0xEC8C47) is known color: Flamenco. HEX triplet: EC, 8C and 47. RGB value is (236,140,71). Sum of RGB (Red+Green+Blue) = 236+140+71=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C47 is #1373B8. Grayscale: #A1A1A1. Windows color (decimal): -1274809 or 4689132. OLE color: 4689132.
HSL color Cylindrical-coordinate representation of color #EC8C47: hue angle of 25.09º 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 #EC8C47 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 71 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.07 |
| HSL | 25.09º | 0.81% | 0.6% | - |
| HSV(B) | 25.09º | 0.7% | 0.93% | - |
| XYZ | 45.11 | 37.04 | 10.73 | - |
| YUV | 160.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 71 | 0 | 0.41 | 0.70 | 0.07 | 25.09 | 0.81 | 0.6 |
| Hex | EC | 8C | 47 | 0 | 29 | 46 | 7 | 19 | 51 | 3C |
| Octal | 354 | 214 | 107 | 0 | 51 | 106 | 7 | 31 | 121 | 74 |
| Binary | 11101100 | 10001100 | 1000111 | 0 | 101001 | 1000110 | 111 | 11001 | 1010001 | 111100 |
Color Harmonies of #EC8C47
Complementary color
Monochromatic Colors of #EC8C47
Black with #EC8C47
Text Example
Text Example
White with #EC8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C47; }
p { color: rgb(236,140,71); }
H1.HeaderClassName
{
color: #EC8C47;
}
.AnyTagClassName
{
color: #EC8C47;
}
</style>
background-color css
<style>
a { background-color: #EC8C47; }
a { background-color: rgb(236,140,71); }
div.DivClassName
{
background-color: #EC8C47;
}
.BgClassName
{
background-color: #EC8C47;
}
</style>
border-color css
<style>
span { border-color: #EC8C47; }
span { border-color: rgb(236,140,71); }
td.TdClassName
{
border-color: #EC8C47;
}
.TagClassName
{
border-color: #EC8C47;
}
</style>