Shades of Flamenco #EC8641
Tints of Flamenco #EC8641
RGB
CMYK
RGB Variations
Color information
#EC8641 (or 0xEC8641) is known color: Flamenco. HEX triplet: EC, 86 and 41. RGB value is (236,134,65). Sum of RGB (Red+Green+Blue) = 236+134+65=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8641 is #1379BE. Grayscale: #9D9D9D. Windows color (decimal): -1276351 or 4294380. OLE color: 4294380.
HSL color Cylindrical-coordinate representation of color #EC8641: hue angle of 24.21º 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 #EC8641 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 65 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.07 |
| HSL | 24.21º | 0.82% | 0.59% | - |
| HSV(B) | 24.21º | 0.72% | 0.93% | - |
| XYZ | 44.07 | 35.26 | 9.48 | - |
| YUV | 156.63 | 76.29 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 65 | 0 | 0.43 | 0.72 | 0.07 | 24.21 | 0.82 | 0.59 |
| Hex | EC | 86 | 41 | 0 | 2B | 48 | 7 | 18 | 52 | 3B |
| Octal | 354 | 206 | 101 | 0 | 53 | 110 | 7 | 30 | 122 | 73 |
| Binary | 11101100 | 10000110 | 1000001 | 0 | 101011 | 1001000 | 111 | 11000 | 1010010 | 111011 |
Color Harmonies of #EC8641
Complementary color
Monochromatic Colors of #EC8641
Black with #EC8641
Text Example
Text Example
White with #EC8641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8641; }
p { color: rgb(236,134,65); }
H1.HeaderClassName
{
color: #EC8641;
}
.AnyTagClassName
{
color: #EC8641;
}
</style>
background-color css
<style>
a { background-color: #EC8641; }
a { background-color: rgb(236,134,65); }
div.DivClassName
{
background-color: #EC8641;
}
.BgClassName
{
background-color: #EC8641;
}
</style>
border-color css
<style>
span { border-color: #EC8641; }
span { border-color: rgb(236,134,65); }
td.TdClassName
{
border-color: #EC8641;
}
.TagClassName
{
border-color: #EC8641;
}
</style>