Shades of Flamenco #EC854B
Tints of Flamenco #EC854B
RGB
CMYK
RGB Variations
Color information
#EC854B (or 0xEC854B) is known color: Flamenco. HEX triplet: EC, 85 and 4B. RGB value is (236,133,75). Sum of RGB (Red+Green+Blue) = 236+133+75=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC854B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC854B is #137AB4. Grayscale: #9D9D9D. Windows color (decimal): -1276597 or 4949484. OLE color: 4949484.
HSL color Cylindrical-coordinate representation of color #EC854B: hue angle of 21.61º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC854B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 75 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.07 |
| HSL | 21.61º | 0.81% | 0.61% | - |
| HSV(B) | 21.61º | 0.68% | 0.93% | - |
| XYZ | 44.25 | 35.12 | 11.1 | - |
| YUV | 157.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 75 | 0 | 0.44 | 0.68 | 0.07 | 21.61 | 0.81 | 0.61 |
| Hex | EC | 85 | 4B | 0 | 2C | 44 | 7 | 16 | 51 | 3D |
| Octal | 354 | 205 | 113 | 0 | 54 | 104 | 7 | 26 | 121 | 75 |
| Binary | 11101100 | 10000101 | 1001011 | 0 | 101100 | 1000100 | 111 | 10110 | 1010001 | 111101 |
Color Harmonies of #EC854B
Complementary color
Monochromatic Colors of #EC854B
Black with #EC854B
Text Example
Text Example
White with #EC854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC854B; }
p { color: rgb(236,133,75); }
H1.HeaderClassName
{
color: #EC854B;
}
.AnyTagClassName
{
color: #EC854B;
}
</style>
background-color css
<style>
a { background-color: #EC854B; }
a { background-color: rgb(236,133,75); }
div.DivClassName
{
background-color: #EC854B;
}
.BgClassName
{
background-color: #EC854B;
}
</style>
border-color css
<style>
span { border-color: #EC854B; }
span { border-color: rgb(236,133,75); }
td.TdClassName
{
border-color: #EC854B;
}
.TagClassName
{
border-color: #EC854B;
}
</style>