Shades of Flamenco #EC8443
Tints of Flamenco #EC8443
RGB
CMYK
RGB Variations
Color information
#EC8443 (or 0xEC8443) is known color: Flamenco. HEX triplet: EC, 84 and 43. RGB value is (236,132,67). Sum of RGB (Red+Green+Blue) = 236+132+67=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8443 is #137BBC. Grayscale: #9C9C9C. Windows color (decimal): -1276861 or 4424940. OLE color: 4424940.
HSL color Cylindrical-coordinate representation of color #EC8443: hue angle of 23.08º 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 #EC8443 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 67 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.07 |
| HSL | 23.08º | 0.82% | 0.59% | - |
| HSV(B) | 23.08º | 0.72% | 0.93% | - |
| XYZ | 43.86 | 34.74 | 9.7 | - |
| YUV | 155.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 67 | 0 | 0.44 | 0.72 | 0.07 | 23.08 | 0.82 | 0.59 |
| Hex | EC | 84 | 43 | 0 | 2C | 48 | 7 | 17 | 52 | 3B |
| Octal | 354 | 204 | 103 | 0 | 54 | 110 | 7 | 27 | 122 | 73 |
| Binary | 11101100 | 10000100 | 1000011 | 0 | 101100 | 1001000 | 111 | 10111 | 1010010 | 111011 |
Color Harmonies of #EC8443
Complementary color
Monochromatic Colors of #EC8443
Black with #EC8443
Text Example
Text Example
White with #EC8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8443; }
p { color: rgb(236,132,67); }
H1.HeaderClassName
{
color: #EC8443;
}
.AnyTagClassName
{
color: #EC8443;
}
</style>
background-color css
<style>
a { background-color: #EC8443; }
a { background-color: rgb(236,132,67); }
div.DivClassName
{
background-color: #EC8443;
}
.BgClassName
{
background-color: #EC8443;
}
</style>
border-color css
<style>
span { border-color: #EC8443; }
span { border-color: rgb(236,132,67); }
td.TdClassName
{
border-color: #EC8443;
}
.TagClassName
{
border-color: #EC8443;
}
</style>