Shades of Flamenco #EC8440
Tints of Flamenco #EC8440
RGB
CMYK
RGB Variations
Color information
#EC8440 (or 0xEC8440) is known color: Flamenco. HEX triplet: EC, 84 and 40. RGB value is (236,132,64). Sum of RGB (Red+Green+Blue) = 236+132+64=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8440 is #137BBF. Grayscale: #9B9B9B. Windows color (decimal): -1276864 or 4228332. OLE color: 4228332.
HSL color Cylindrical-coordinate representation of color #EC8440: hue angle of 23.72º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC8440 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 64 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.07 |
| HSL | 23.72º | 0.82% | 0.59% | - |
| HSV(B) | 23.72º | 0.73% | 0.93% | - |
| XYZ | 43.77 | 34.71 | 9.24 | - |
| YUV | 155.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 64 | 0 | 0.44 | 0.73 | 0.07 | 23.72 | 0.82 | 0.59 |
| Hex | EC | 84 | 40 | 0 | 2C | 49 | 7 | 18 | 52 | 3B |
| Octal | 354 | 204 | 100 | 0 | 54 | 111 | 7 | 30 | 122 | 73 |
| Binary | 11101100 | 10000100 | 1000000 | 0 | 101100 | 1001001 | 111 | 11000 | 1010010 | 111011 |
Color Harmonies of #EC8440
Complementary color
Monochromatic Colors of #EC8440
Black with #EC8440
Text Example
Text Example
White with #EC8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8440; }
p { color: rgb(236,132,64); }
H1.HeaderClassName
{
color: #EC8440;
}
.AnyTagClassName
{
color: #EC8440;
}
</style>
background-color css
<style>
a { background-color: #EC8440; }
a { background-color: rgb(236,132,64); }
div.DivClassName
{
background-color: #EC8440;
}
.BgClassName
{
background-color: #EC8440;
}
</style>
border-color css
<style>
span { border-color: #EC8440; }
span { border-color: rgb(236,132,64); }
td.TdClassName
{
border-color: #EC8440;
}
.TagClassName
{
border-color: #EC8440;
}
</style>