Shades of Flamenco #EC8841
Tints of Flamenco #EC8841
RGB
CMYK
RGB Variations
Color information
#EC8841 (or 0xEC8841) is known color: Flamenco. HEX triplet: EC, 88 and 41. RGB value is (236,136,65). Sum of RGB (Red+Green+Blue) = 236+136+65=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8841 is #1377BE. Grayscale: #9E9E9E. Windows color (decimal): -1275839 or 4294892. OLE color: 4294892.
HSL color Cylindrical-coordinate representation of color #EC8841: hue angle of 24.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC8841 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 65 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.07 |
| HSL | 24.91º | 0.82% | 0.59% | - |
| HSV(B) | 24.91º | 0.72% | 0.93% | - |
| XYZ | 44.35 | 35.82 | 9.58 | - |
| YUV | 157.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 65 | 0 | 0.42 | 0.72 | 0.07 | 24.91 | 0.82 | 0.59 |
| Hex | EC | 88 | 41 | 0 | 2A | 48 | 7 | 19 | 52 | 3B |
| Octal | 354 | 210 | 101 | 0 | 52 | 110 | 7 | 31 | 122 | 73 |
| Binary | 11101100 | 10001000 | 1000001 | 0 | 101010 | 1001000 | 111 | 11001 | 1010010 | 111011 |
Color Harmonies of #EC8841
Complementary color
Monochromatic Colors of #EC8841
Black with #EC8841
Text Example
Text Example
White with #EC8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8841; }
p { color: rgb(236,136,65); }
H1.HeaderClassName
{
color: #EC8841;
}
.AnyTagClassName
{
color: #EC8841;
}
</style>
background-color css
<style>
a { background-color: #EC8841; }
a { background-color: rgb(236,136,65); }
div.DivClassName
{
background-color: #EC8841;
}
.BgClassName
{
background-color: #EC8841;
}
</style>
border-color css
<style>
span { border-color: #EC8841; }
span { border-color: rgb(236,136,65); }
td.TdClassName
{
border-color: #EC8841;
}
.TagClassName
{
border-color: #EC8841;
}
</style>