Shades of Flamenco #EC8941
Tints of Flamenco #EC8941
RGB
CMYK
RGB Variations
Color information
#EC8941 (or 0xEC8941) is known color: Flamenco. HEX triplet: EC, 89 and 41. RGB value is (236,137,65). Sum of RGB (Red+Green+Blue) = 236+137+65=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8941 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8941 is #1376BE. Grayscale: #9E9E9E. Windows color (decimal): -1275583 or 4295148. OLE color: 4295148.
HSL color Cylindrical-coordinate representation of color #EC8941: hue angle of 25.26º 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 #EC8941 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 65 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.07 |
| HSL | 25.26º | 0.82% | 0.59% | - |
| HSV(B) | 25.26º | 0.72% | 0.93% | - |
| XYZ | 44.49 | 36.11 | 9.63 | - |
| YUV | 158.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 65 | 0 | 0.42 | 0.72 | 0.07 | 25.26 | 0.82 | 0.59 |
| Hex | EC | 89 | 41 | 0 | 2A | 48 | 7 | 19 | 52 | 3B |
| Octal | 354 | 211 | 101 | 0 | 52 | 110 | 7 | 31 | 122 | 73 |
| Binary | 11101100 | 10001001 | 1000001 | 0 | 101010 | 1001000 | 111 | 11001 | 1010010 | 111011 |
Color Harmonies of #EC8941
Complementary color
Monochromatic Colors of #EC8941
Black with #EC8941
Text Example
Text Example
White with #EC8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8941; }
p { color: rgb(236,137,65); }
H1.HeaderClassName
{
color: #EC8941;
}
.AnyTagClassName
{
color: #EC8941;
}
</style>
background-color css
<style>
a { background-color: #EC8941; }
a { background-color: rgb(236,137,65); }
div.DivClassName
{
background-color: #EC8941;
}
.BgClassName
{
background-color: #EC8941;
}
</style>
border-color css
<style>
span { border-color: #EC8941; }
span { border-color: rgb(236,137,65); }
td.TdClassName
{
border-color: #EC8941;
}
.TagClassName
{
border-color: #EC8941;
}
</style>