Shades of Flamenco #EC8A49
Tints of Flamenco #EC8A49
RGB
CMYK
RGB Variations
Color information
#EC8A49 (or 0xEC8A49) is known color: Flamenco. HEX triplet: EC, 8A and 49. RGB value is (236,138,73). Sum of RGB (Red+Green+Blue) = 236+138+73=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A49 is #1375B6. Grayscale: #A0A0A0. Windows color (decimal): -1275319 or 4819692. OLE color: 4819692.
HSL color Cylindrical-coordinate representation of color #EC8A49: hue angle of 23.93º 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 #EC8A49 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 73 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.07 |
| HSL | 23.93º | 0.81% | 0.61% | - |
| HSV(B) | 23.93º | 0.69% | 0.93% | - |
| XYZ | 44.88 | 36.49 | 10.98 | - |
| YUV | 159.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 73 | 0 | 0.42 | 0.69 | 0.07 | 23.93 | 0.81 | 0.61 |
| Hex | EC | 8A | 49 | 0 | 2A | 45 | 7 | 18 | 51 | 3D |
| Octal | 354 | 212 | 111 | 0 | 52 | 105 | 7 | 30 | 121 | 75 |
| Binary | 11101100 | 10001010 | 1001001 | 0 | 101010 | 1000101 | 111 | 11000 | 1010001 | 111101 |
Color Harmonies of #EC8A49
Complementary color
Monochromatic Colors of #EC8A49
Black with #EC8A49
Text Example
Text Example
White with #EC8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A49; }
p { color: rgb(236,138,73); }
H1.HeaderClassName
{
color: #EC8A49;
}
.AnyTagClassName
{
color: #EC8A49;
}
</style>
background-color css
<style>
a { background-color: #EC8A49; }
a { background-color: rgb(236,138,73); }
div.DivClassName
{
background-color: #EC8A49;
}
.BgClassName
{
background-color: #EC8A49;
}
</style>
border-color css
<style>
span { border-color: #EC8A49; }
span { border-color: rgb(236,138,73); }
td.TdClassName
{
border-color: #EC8A49;
}
.TagClassName
{
border-color: #EC8A49;
}
</style>