Shades of Flamenco #EC8144
Tints of Flamenco #EC8144
RGB
CMYK
RGB Variations
Color information
#EC8144 (or 0xEC8144) is known color: Flamenco. HEX triplet: EC, 81 and 44. RGB value is (236,129,68). Sum of RGB (Red+Green+Blue) = 236+129+68=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8144 is #137EBB. Grayscale: #9A9A9A. Windows color (decimal): -1277628 or 4489708. OLE color: 4489708.
HSL color Cylindrical-coordinate representation of color #EC8144: hue angle of 21.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC8144 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 68 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.07 |
| HSL | 21.79º | 0.82% | 0.6% | - |
| HSV(B) | 21.79º | 0.71% | 0.93% | - |
| XYZ | 43.49 | 33.95 | 9.73 | - |
| YUV | 154.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 68 | 0 | 0.45 | 0.71 | 0.07 | 21.79 | 0.82 | 0.6 |
| Hex | EC | 81 | 44 | 0 | 2D | 47 | 7 | 16 | 52 | 3C |
| Octal | 354 | 201 | 104 | 0 | 55 | 107 | 7 | 26 | 122 | 74 |
| Binary | 11101100 | 10000001 | 1000100 | 0 | 101101 | 1000111 | 111 | 10110 | 1010010 | 111100 |
Color Harmonies of #EC8144
Complementary color
Monochromatic Colors of #EC8144
Black with #EC8144
Text Example
Text Example
White with #EC8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8144; }
p { color: rgb(236,129,68); }
H1.HeaderClassName
{
color: #EC8144;
}
.AnyTagClassName
{
color: #EC8144;
}
</style>
background-color css
<style>
a { background-color: #EC8144; }
a { background-color: rgb(236,129,68); }
div.DivClassName
{
background-color: #EC8144;
}
.BgClassName
{
background-color: #EC8144;
}
</style>
border-color css
<style>
span { border-color: #EC8144; }
span { border-color: rgb(236,129,68); }
td.TdClassName
{
border-color: #EC8144;
}
.TagClassName
{
border-color: #EC8144;
}
</style>