Shades of Flamenco #EC8D48
Tints of Flamenco #EC8D48
RGB
CMYK
RGB Variations
Color information
#EC8D48 (or 0xEC8D48) is known color: Flamenco. HEX triplet: EC, 8D and 48. RGB value is (236,141,72). Sum of RGB (Red+Green+Blue) = 236+141+72=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D48 is #1372B7. Grayscale: #A1A1A1. Windows color (decimal): -1274552 or 4754924. OLE color: 4754924.
HSL color Cylindrical-coordinate representation of color #EC8D48: hue angle of 25.24º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC8D48 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 72 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.07 |
| HSL | 25.24º | 0.81% | 0.6% | - |
| HSV(B) | 25.24º | 0.69% | 0.93% | - |
| XYZ | 45.29 | 37.35 | 10.95 | - |
| YUV | 161.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 72 | 0 | 0.40 | 0.69 | 0.07 | 25.24 | 0.81 | 0.6 |
| Hex | EC | 8D | 48 | 0 | 28 | 45 | 7 | 19 | 51 | 3C |
| Octal | 354 | 215 | 110 | 0 | 50 | 105 | 7 | 31 | 121 | 74 |
| Binary | 11101100 | 10001101 | 1001000 | 0 | 101000 | 1000101 | 111 | 11001 | 1010001 | 111100 |
Color Harmonies of #EC8D48
Complementary color
Monochromatic Colors of #EC8D48
Black with #EC8D48
Text Example
Text Example
White with #EC8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D48; }
p { color: rgb(236,141,72); }
H1.HeaderClassName
{
color: #EC8D48;
}
.AnyTagClassName
{
color: #EC8D48;
}
</style>
background-color css
<style>
a { background-color: #EC8D48; }
a { background-color: rgb(236,141,72); }
div.DivClassName
{
background-color: #EC8D48;
}
.BgClassName
{
background-color: #EC8D48;
}
</style>
border-color css
<style>
span { border-color: #EC8D48; }
span { border-color: rgb(236,141,72); }
td.TdClassName
{
border-color: #EC8D48;
}
.TagClassName
{
border-color: #EC8D48;
}
</style>