Shades of Flamenco #EC8B4C
Tints of Flamenco #EC8B4C
RGB
CMYK
RGB Variations
Color information
#EC8B4C (or 0xEC8B4C) is known color: Flamenco. HEX triplet: EC, 8B and 4C. RGB value is (236,139,76). Sum of RGB (Red+Green+Blue) = 236+139+76=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B4C is #1374B3. Grayscale: #A1A1A1. Windows color (decimal): -1275060 or 5016556. OLE color: 5016556.
HSL color Cylindrical-coordinate representation of color #EC8B4C: hue angle of 23.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC8B4C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 76 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.07 |
| HSL | 23.63º | 0.81% | 0.61% | - |
| HSV(B) | 23.63º | 0.68% | 0.93% | - |
| XYZ | 45.13 | 36.82 | 11.57 | - |
| YUV | 160.82 | 80.14 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 76 | 0 | 0.41 | 0.68 | 0.07 | 23.63 | 0.81 | 0.61 |
| Hex | EC | 8B | 4C | 0 | 29 | 44 | 7 | 18 | 51 | 3D |
| Octal | 354 | 213 | 114 | 0 | 51 | 104 | 7 | 30 | 121 | 75 |
| Binary | 11101100 | 10001011 | 1001100 | 0 | 101001 | 1000100 | 111 | 11000 | 1010001 | 111101 |
Color Harmonies of #EC8B4C
Complementary color
Monochromatic Colors of #EC8B4C
Black with #EC8B4C
Text Example
Text Example
White with #EC8B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B4C; }
p { color: rgb(236,139,76); }
H1.HeaderClassName
{
color: #EC8B4C;
}
.AnyTagClassName
{
color: #EC8B4C;
}
</style>
background-color css
<style>
a { background-color: #EC8B4C; }
a { background-color: rgb(236,139,76); }
div.DivClassName
{
background-color: #EC8B4C;
}
.BgClassName
{
background-color: #EC8B4C;
}
</style>
border-color css
<style>
span { border-color: #EC8B4C; }
span { border-color: rgb(236,139,76); }
td.TdClassName
{
border-color: #EC8B4C;
}
.TagClassName
{
border-color: #EC8B4C;
}
</style>