Shades of Flamenco #EC8844
Tints of Flamenco #EC8844
RGB
CMYK
RGB Variations
Color information
#EC8844 (or 0xEC8844) is known color: Flamenco. HEX triplet: EC, 88 and 44. RGB value is (236,136,68). Sum of RGB (Red+Green+Blue) = 236+136+68=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8844 is #1377BB. Grayscale: #9E9E9E. Windows color (decimal): -1275836 or 4491500. OLE color: 4491500.
HSL color Cylindrical-coordinate representation of color #EC8844: hue angle of 24.29º 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 #EC8844 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 68 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.07 |
| HSL | 24.29º | 0.82% | 0.6% | - |
| HSV(B) | 24.29º | 0.71% | 0.93% | - |
| XYZ | 44.44 | 35.86 | 10.05 | - |
| YUV | 158.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 68 | 0 | 0.42 | 0.71 | 0.07 | 24.29 | 0.82 | 0.6 |
| Hex | EC | 88 | 44 | 0 | 2A | 47 | 7 | 18 | 52 | 3C |
| Octal | 354 | 210 | 104 | 0 | 52 | 107 | 7 | 30 | 122 | 74 |
| Binary | 11101100 | 10001000 | 1000100 | 0 | 101010 | 1000111 | 111 | 11000 | 1010010 | 111100 |
Color Harmonies of #EC8844
Complementary color
Monochromatic Colors of #EC8844
Black with #EC8844
Text Example
Text Example
White with #EC8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8844; }
p { color: rgb(236,136,68); }
H1.HeaderClassName
{
color: #EC8844;
}
.AnyTagClassName
{
color: #EC8844;
}
</style>
background-color css
<style>
a { background-color: #EC8844; }
a { background-color: rgb(236,136,68); }
div.DivClassName
{
background-color: #EC8844;
}
.BgClassName
{
background-color: #EC8844;
}
</style>
border-color css
<style>
span { border-color: #EC8844; }
span { border-color: rgb(236,136,68); }
td.TdClassName
{
border-color: #EC8844;
}
.TagClassName
{
border-color: #EC8844;
}
</style>