Shades of Flamenco #EC8D4D
Tints of Flamenco #EC8D4D
RGB
CMYK
RGB Variations
Color information
#EC8D4D (or 0xEC8D4D) is known color: Flamenco. HEX triplet: EC, 8D and 4D. RGB value is (236,141,77). Sum of RGB (Red+Green+Blue) = 236+141+77=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D4D is #1372B2. Grayscale: #A2A2A2. Windows color (decimal): -1274547 or 5082604. OLE color: 5082604.
HSL color Cylindrical-coordinate representation of color #EC8D4D: hue angle of 24.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC8D4D is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 77 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.07 |
| HSL | 24.15º | 0.81% | 0.61% | - |
| HSV(B) | 24.15º | 0.67% | 0.93% | - |
| XYZ | 45.46 | 37.42 | 11.85 | - |
| YUV | 162.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 77 | 0 | 0.40 | 0.67 | 0.07 | 24.15 | 0.81 | 0.61 |
| Hex | EC | 8D | 4D | 0 | 28 | 43 | 7 | 18 | 51 | 3D |
| Octal | 354 | 215 | 115 | 0 | 50 | 103 | 7 | 30 | 121 | 75 |
| Binary | 11101100 | 10001101 | 1001101 | 0 | 101000 | 1000011 | 111 | 11000 | 1010001 | 111101 |
Color Harmonies of #EC8D4D
Complementary color
Monochromatic Colors of #EC8D4D
Black with #EC8D4D
Text Example
Text Example
White with #EC8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D4D; }
p { color: rgb(236,141,77); }
H1.HeaderClassName
{
color: #EC8D4D;
}
.AnyTagClassName
{
color: #EC8D4D;
}
</style>
background-color css
<style>
a { background-color: #EC8D4D; }
a { background-color: rgb(236,141,77); }
div.DivClassName
{
background-color: #EC8D4D;
}
.BgClassName
{
background-color: #EC8D4D;
}
</style>
border-color css
<style>
span { border-color: #EC8D4D; }
span { border-color: rgb(236,141,77); }
td.TdClassName
{
border-color: #EC8D4D;
}
.TagClassName
{
border-color: #EC8D4D;
}
</style>