Shades of Flamenco #EC8843
Tints of Flamenco #EC8843
RGB
CMYK
RGB Variations
Color information
#EC8843 (or 0xEC8843) is known color: Flamenco. HEX triplet: EC, 88 and 43. RGB value is (236,136,67). Sum of RGB (Red+Green+Blue) = 236+136+67=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8843 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8843 is #1377BC. Grayscale: #9E9E9E. Windows color (decimal): -1275837 or 4425964. OLE color: 4425964.
HSL color Cylindrical-coordinate representation of color #EC8843: hue angle of 24.5º 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 #EC8843 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 67 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.07 |
| HSL | 24.5º | 0.82% | 0.59% | - |
| HSV(B) | 24.5º | 0.72% | 0.93% | - |
| XYZ | 44.41 | 35.85 | 9.89 | - |
| YUV | 158.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 67 | 0 | 0.42 | 0.72 | 0.07 | 24.5 | 0.82 | 0.59 |
| Hex | EC | 88 | 43 | 0 | 2A | 48 | 7 | 18 | 52 | 3B |
| Octal | 354 | 210 | 103 | 0 | 52 | 110 | 7 | 30 | 122 | 73 |
| Binary | 11101100 | 10001000 | 1000011 | 0 | 101010 | 1001000 | 111 | 11000 | 1010010 | 111011 |
Color Harmonies of #EC8843
Complementary color
Monochromatic Colors of #EC8843
Black with #EC8843
Text Example
Text Example
White with #EC8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8843; }
p { color: rgb(236,136,67); }
H1.HeaderClassName
{
color: #EC8843;
}
.AnyTagClassName
{
color: #EC8843;
}
</style>
background-color css
<style>
a { background-color: #EC8843; }
a { background-color: rgb(236,136,67); }
div.DivClassName
{
background-color: #EC8843;
}
.BgClassName
{
background-color: #EC8843;
}
</style>
border-color css
<style>
span { border-color: #EC8843; }
span { border-color: rgb(236,136,67); }
td.TdClassName
{
border-color: #EC8843;
}
.TagClassName
{
border-color: #EC8843;
}
</style>