Shades of Flamenco #EC8247
Tints of Flamenco #EC8247
RGB
CMYK
RGB Variations
Color information
#EC8247 (or 0xEC8247) is known color: Flamenco. HEX triplet: EC, 82 and 47. RGB value is (236,130,71). Sum of RGB (Red+Green+Blue) = 236+130+71=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8247 is #137DB8. Grayscale: #9B9B9B. Windows color (decimal): -1277369 or 4686572. OLE color: 4686572.
HSL color Cylindrical-coordinate representation of color #EC8247: hue angle of 21.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 #EC8247 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 71 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.07 |
| HSL | 21.45º | 0.81% | 0.6% | - |
| HSV(B) | 21.45º | 0.7% | 0.93% | - |
| XYZ | 43.71 | 34.25 | 10.27 | - |
| YUV | 154.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 71 | 0 | 0.45 | 0.70 | 0.07 | 21.45 | 0.81 | 0.6 |
| Hex | EC | 82 | 47 | 0 | 2D | 46 | 7 | 15 | 51 | 3C |
| Octal | 354 | 202 | 107 | 0 | 55 | 106 | 7 | 25 | 121 | 74 |
| Binary | 11101100 | 10000010 | 1000111 | 0 | 101101 | 1000110 | 111 | 10101 | 1010001 | 111100 |
Color Harmonies of #EC8247
Complementary color
Monochromatic Colors of #EC8247
Black with #EC8247
Text Example
Text Example
White with #EC8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8247; }
p { color: rgb(236,130,71); }
H1.HeaderClassName
{
color: #EC8247;
}
.AnyTagClassName
{
color: #EC8247;
}
</style>
background-color css
<style>
a { background-color: #EC8247; }
a { background-color: rgb(236,130,71); }
div.DivClassName
{
background-color: #EC8247;
}
.BgClassName
{
background-color: #EC8247;
}
</style>
border-color css
<style>
span { border-color: #EC8247; }
span { border-color: rgb(236,130,71); }
td.TdClassName
{
border-color: #EC8247;
}
.TagClassName
{
border-color: #EC8247;
}
</style>