Shades of Flamenco #EC8D42
Tints of Flamenco #EC8D42
RGB
CMYK
RGB Variations
Color information
#EC8D42 (or 0xEC8D42) is known color: Flamenco. HEX triplet: EC, 8D and 42. RGB value is (236,141,66). Sum of RGB (Red+Green+Blue) = 236+141+66=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D42 is #1372BD. Grayscale: #A1A1A1. Windows color (decimal): -1274558 or 4361708. OLE color: 4361708.
HSL color Cylindrical-coordinate representation of color #EC8D42: hue angle of 26.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC8D42 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 66 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.07 |
| HSL | 26.47º | 0.82% | 0.59% | - |
| HSV(B) | 26.47º | 0.72% | 0.93% | - |
| XYZ | 45.1 | 37.28 | 9.97 | - |
| YUV | 160.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 66 | 0 | 0.40 | 0.72 | 0.07 | 26.47 | 0.82 | 0.59 |
| Hex | EC | 8D | 42 | 0 | 28 | 48 | 7 | 1A | 52 | 3B |
| Octal | 354 | 215 | 102 | 0 | 50 | 110 | 7 | 32 | 122 | 73 |
| Binary | 11101100 | 10001101 | 1000010 | 0 | 101000 | 1001000 | 111 | 11010 | 1010010 | 111011 |
Color Harmonies of #EC8D42
Complementary color
Monochromatic Colors of #EC8D42
Black with #EC8D42
Text Example
Text Example
White with #EC8D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D42; }
p { color: rgb(236,141,66); }
H1.HeaderClassName
{
color: #EC8D42;
}
.AnyTagClassName
{
color: #EC8D42;
}
</style>
background-color css
<style>
a { background-color: #EC8D42; }
a { background-color: rgb(236,141,66); }
div.DivClassName
{
background-color: #EC8D42;
}
.BgClassName
{
background-color: #EC8D42;
}
</style>
border-color css
<style>
span { border-color: #EC8D42; }
span { border-color: rgb(236,141,66); }
td.TdClassName
{
border-color: #EC8D42;
}
.TagClassName
{
border-color: #EC8D42;
}
</style>