Shades of Flamenco #EC8A41
Tints of Flamenco #EC8A41
RGB
CMYK
RGB Variations
Color information
#EC8A41 (or 0xEC8A41) is known color: Flamenco. HEX triplet: EC, 8A and 41. RGB value is (236,138,65). Sum of RGB (Red+Green+Blue) = 236+138+65=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A41 is #1375BE. Grayscale: #9F9F9F. Windows color (decimal): -1275327 or 4295404. OLE color: 4295404.
HSL color Cylindrical-coordinate representation of color #EC8A41: hue angle of 25.61º 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 #EC8A41 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 65 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.07 |
| HSL | 25.61º | 0.82% | 0.59% | - |
| HSV(B) | 25.61º | 0.72% | 0.93% | - |
| XYZ | 44.63 | 36.39 | 9.67 | - |
| YUV | 158.98 | 74.97 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 65 | 0 | 0.42 | 0.72 | 0.07 | 25.61 | 0.82 | 0.59 |
| Hex | EC | 8A | 41 | 0 | 2A | 48 | 7 | 1A | 52 | 3B |
| Octal | 354 | 212 | 101 | 0 | 52 | 110 | 7 | 32 | 122 | 73 |
| Binary | 11101100 | 10001010 | 1000001 | 0 | 101010 | 1001000 | 111 | 11010 | 1010010 | 111011 |
Color Harmonies of #EC8A41
Complementary color
Monochromatic Colors of #EC8A41
Black with #EC8A41
Text Example
Text Example
White with #EC8A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A41; }
p { color: rgb(236,138,65); }
H1.HeaderClassName
{
color: #EC8A41;
}
.AnyTagClassName
{
color: #EC8A41;
}
</style>
background-color css
<style>
a { background-color: #EC8A41; }
a { background-color: rgb(236,138,65); }
div.DivClassName
{
background-color: #EC8A41;
}
.BgClassName
{
background-color: #EC8A41;
}
</style>
border-color css
<style>
span { border-color: #EC8A41; }
span { border-color: rgb(236,138,65); }
td.TdClassName
{
border-color: #EC8A41;
}
.TagClassName
{
border-color: #EC8A41;
}
</style>