Shades of Flamenco #EC8C4A
Tints of Flamenco #EC8C4A
RGB
CMYK
RGB Variations
Color information
#EC8C4A (or 0xEC8C4A) is known color: Flamenco. HEX triplet: EC, 8C and 4A. RGB value is (236,140,74). Sum of RGB (Red+Green+Blue) = 236+140+74=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C4A is #1373B5. Grayscale: #A1A1A1. Windows color (decimal): -1274806 or 4885740. OLE color: 4885740.
HSL color Cylindrical-coordinate representation of color #EC8C4A: hue angle of 24.44º 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 #EC8C4A is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 74 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.07 |
| HSL | 24.44º | 0.81% | 0.61% | - |
| HSV(B) | 24.44º | 0.69% | 0.93% | - |
| XYZ | 45.21 | 37.08 | 11.25 | - |
| YUV | 161.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 74 | 0 | 0.41 | 0.69 | 0.07 | 24.44 | 0.81 | 0.61 |
| Hex | EC | 8C | 4A | 0 | 29 | 45 | 7 | 18 | 51 | 3D |
| Octal | 354 | 214 | 112 | 0 | 51 | 105 | 7 | 30 | 121 | 75 |
| Binary | 11101100 | 10001100 | 1001010 | 0 | 101001 | 1000101 | 111 | 11000 | 1010001 | 111101 |
Color Harmonies of #EC8C4A
Complementary color
Monochromatic Colors of #EC8C4A
Black with #EC8C4A
Text Example
Text Example
White with #EC8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C4A; }
p { color: rgb(236,140,74); }
H1.HeaderClassName
{
color: #EC8C4A;
}
.AnyTagClassName
{
color: #EC8C4A;
}
</style>
background-color css
<style>
a { background-color: #EC8C4A; }
a { background-color: rgb(236,140,74); }
div.DivClassName
{
background-color: #EC8C4A;
}
.BgClassName
{
background-color: #EC8C4A;
}
</style>
border-color css
<style>
span { border-color: #EC8C4A; }
span { border-color: rgb(236,140,74); }
td.TdClassName
{
border-color: #EC8C4A;
}
.TagClassName
{
border-color: #EC8C4A;
}
</style>