Shades of Flamenco #EC8544
Tints of Flamenco #EC8544
RGB
CMYK
RGB Variations
Color information
#EC8544 (or 0xEC8544) is known color: Flamenco. HEX triplet: EC, 85 and 44. RGB value is (236,133,68). Sum of RGB (Red+Green+Blue) = 236+133+68=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8544 is #137ABB. Grayscale: #9C9C9C. Windows color (decimal): -1276604 or 4490732. OLE color: 4490732.
HSL color Cylindrical-coordinate representation of color #EC8544: hue angle of 23.21º 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 #EC8544 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 68 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.07 |
| HSL | 23.21º | 0.82% | 0.6% | - |
| HSV(B) | 23.21º | 0.71% | 0.93% | - |
| XYZ | 44.02 | 35.03 | 9.91 | - |
| YUV | 156.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 68 | 0 | 0.44 | 0.71 | 0.07 | 23.21 | 0.82 | 0.6 |
| Hex | EC | 85 | 44 | 0 | 2C | 47 | 7 | 17 | 52 | 3C |
| Octal | 354 | 205 | 104 | 0 | 54 | 107 | 7 | 27 | 122 | 74 |
| Binary | 11101100 | 10000101 | 1000100 | 0 | 101100 | 1000111 | 111 | 10111 | 1010010 | 111100 |
Color Harmonies of #EC8544
Complementary color
Monochromatic Colors of #EC8544
Black with #EC8544
Text Example
Text Example
White with #EC8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8544; }
p { color: rgb(236,133,68); }
H1.HeaderClassName
{
color: #EC8544;
}
.AnyTagClassName
{
color: #EC8544;
}
</style>
background-color css
<style>
a { background-color: #EC8544; }
a { background-color: rgb(236,133,68); }
div.DivClassName
{
background-color: #EC8544;
}
.BgClassName
{
background-color: #EC8544;
}
</style>
border-color css
<style>
span { border-color: #EC8544; }
span { border-color: rgb(236,133,68); }
td.TdClassName
{
border-color: #EC8544;
}
.TagClassName
{
border-color: #EC8544;
}
</style>