Shades of Flamenco #EC8849
Tints of Flamenco #EC8849
RGB
CMYK
RGB Variations
Color information
#EC8849 (or 0xEC8849) is known color: Flamenco. HEX triplet: EC, 88 and 49. RGB value is (236,136,73). Sum of RGB (Red+Green+Blue) = 236+136+73=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8849 is #1377B6. Grayscale: #9F9F9F. Windows color (decimal): -1275831 or 4819180. OLE color: 4819180.
HSL color Cylindrical-coordinate representation of color #EC8849: hue angle of 23.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC8849 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 73 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.07 |
| HSL | 23.19º | 0.81% | 0.61% | - |
| HSV(B) | 23.19º | 0.69% | 0.93% | - |
| XYZ | 44.6 | 35.92 | 10.89 | - |
| YUV | 158.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 73 | 0 | 0.42 | 0.69 | 0.07 | 23.19 | 0.81 | 0.61 |
| Hex | EC | 88 | 49 | 0 | 2A | 45 | 7 | 17 | 51 | 3D |
| Octal | 354 | 210 | 111 | 0 | 52 | 105 | 7 | 27 | 121 | 75 |
| Binary | 11101100 | 10001000 | 1001001 | 0 | 101010 | 1000101 | 111 | 10111 | 1010001 | 111101 |
Color Harmonies of #EC8849
Complementary color
Monochromatic Colors of #EC8849
Black with #EC8849
Text Example
Text Example
White with #EC8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8849; }
p { color: rgb(236,136,73); }
H1.HeaderClassName
{
color: #EC8849;
}
.AnyTagClassName
{
color: #EC8849;
}
</style>
background-color css
<style>
a { background-color: #EC8849; }
a { background-color: rgb(236,136,73); }
div.DivClassName
{
background-color: #EC8849;
}
.BgClassName
{
background-color: #EC8849;
}
</style>
border-color css
<style>
span { border-color: #EC8849; }
span { border-color: rgb(236,136,73); }
td.TdClassName
{
border-color: #EC8849;
}
.TagClassName
{
border-color: #EC8849;
}
</style>