Shades of Flamenco #EC8741
Tints of Flamenco #EC8741
RGB
CMYK
RGB Variations
Color information
#EC8741 (or 0xEC8741) is known color: Flamenco. HEX triplet: EC, 87 and 41. RGB value is (236,135,65). Sum of RGB (Red+Green+Blue) = 236+135+65=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8741 is #1378BE. Grayscale: #9D9D9D. Windows color (decimal): -1276095 or 4294636. OLE color: 4294636.
HSL color Cylindrical-coordinate representation of color #EC8741: hue angle of 24.56º 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 #EC8741 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 65 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.07 |
| HSL | 24.56º | 0.82% | 0.59% | - |
| HSV(B) | 24.56º | 0.72% | 0.93% | - |
| XYZ | 44.21 | 35.54 | 9.53 | - |
| YUV | 157.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 65 | 0 | 0.43 | 0.72 | 0.07 | 24.56 | 0.82 | 0.59 |
| Hex | EC | 87 | 41 | 0 | 2B | 48 | 7 | 19 | 52 | 3B |
| Octal | 354 | 207 | 101 | 0 | 53 | 110 | 7 | 31 | 122 | 73 |
| Binary | 11101100 | 10000111 | 1000001 | 0 | 101011 | 1001000 | 111 | 11001 | 1010010 | 111011 |
Color Harmonies of #EC8741
Complementary color
Monochromatic Colors of #EC8741
Black with #EC8741
Text Example
Text Example
White with #EC8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8741; }
p { color: rgb(236,135,65); }
H1.HeaderClassName
{
color: #EC8741;
}
.AnyTagClassName
{
color: #EC8741;
}
</style>
background-color css
<style>
a { background-color: #EC8741; }
a { background-color: rgb(236,135,65); }
div.DivClassName
{
background-color: #EC8741;
}
.BgClassName
{
background-color: #EC8741;
}
</style>
border-color css
<style>
span { border-color: #EC8741; }
span { border-color: rgb(236,135,65); }
td.TdClassName
{
border-color: #EC8741;
}
.TagClassName
{
border-color: #EC8741;
}
</style>