Shades of Flamenco #EC8341
Tints of Flamenco #EC8341
RGB
CMYK
RGB Variations
Color information
#EC8341 (or 0xEC8341) is known color: Flamenco. HEX triplet: EC, 83 and 41. RGB value is (236,131,65). Sum of RGB (Red+Green+Blue) = 236+131+65=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8341 is #137CBE. Grayscale: #9B9B9B. Windows color (decimal): -1277119 or 4293612. OLE color: 4293612.
HSL color Cylindrical-coordinate representation of color #EC8341: hue angle of 23.16º 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 #EC8341 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 65 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.07 |
| HSL | 23.16º | 0.82% | 0.59% | - |
| HSV(B) | 23.16º | 0.72% | 0.93% | - |
| XYZ | 43.66 | 34.45 | 9.35 | - |
| YUV | 154.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 65 | 0 | 0.44 | 0.72 | 0.07 | 23.16 | 0.82 | 0.59 |
| Hex | EC | 83 | 41 | 0 | 2C | 48 | 7 | 17 | 52 | 3B |
| Octal | 354 | 203 | 101 | 0 | 54 | 110 | 7 | 27 | 122 | 73 |
| Binary | 11101100 | 10000011 | 1000001 | 0 | 101100 | 1001000 | 111 | 10111 | 1010010 | 111011 |
Color Harmonies of #EC8341
Complementary color
Monochromatic Colors of #EC8341
Black with #EC8341
Text Example
Text Example
White with #EC8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8341; }
p { color: rgb(236,131,65); }
H1.HeaderClassName
{
color: #EC8341;
}
.AnyTagClassName
{
color: #EC8341;
}
</style>
background-color css
<style>
a { background-color: #EC8341; }
a { background-color: rgb(236,131,65); }
div.DivClassName
{
background-color: #EC8341;
}
.BgClassName
{
background-color: #EC8341;
}
</style>
border-color css
<style>
span { border-color: #EC8341; }
span { border-color: rgb(236,131,65); }
td.TdClassName
{
border-color: #EC8341;
}
.TagClassName
{
border-color: #EC8341;
}
</style>