Shades of Flamenco #EC804C
Tints of Flamenco #EC804C
RGB
CMYK
RGB Variations
Color information
#EC804C (or 0xEC804C) is known color: Flamenco. HEX triplet: EC, 80 and 4C. RGB value is (236,128,76). Sum of RGB (Red+Green+Blue) = 236+128+76=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC804C is #137FB3. Grayscale: #9A9A9A. Windows color (decimal): -1277876 or 5013740. OLE color: 5013740.
HSL color Cylindrical-coordinate representation of color #EC804C: hue angle of 19.5º 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 #EC804C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 76 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.07 |
| HSL | 19.5º | 0.81% | 0.61% | - |
| HSV(B) | 19.5º | 0.68% | 0.93% | - |
| XYZ | 43.62 | 33.79 | 11.06 | - |
| YUV | 154.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 76 | 0 | 0.46 | 0.68 | 0.07 | 19.5 | 0.81 | 0.61 |
| Hex | EC | 80 | 4C | 0 | 2E | 44 | 7 | 14 | 51 | 3D |
| Octal | 354 | 200 | 114 | 0 | 56 | 104 | 7 | 24 | 121 | 75 |
| Binary | 11101100 | 10000000 | 1001100 | 0 | 101110 | 1000100 | 111 | 10100 | 1010001 | 111101 |
Color Harmonies of #EC804C
Complementary color
Monochromatic Colors of #EC804C
Black with #EC804C
Text Example
Text Example
White with #EC804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC804C; }
p { color: rgb(236,128,76); }
H1.HeaderClassName
{
color: #EC804C;
}
.AnyTagClassName
{
color: #EC804C;
}
</style>
background-color css
<style>
a { background-color: #EC804C; }
a { background-color: rgb(236,128,76); }
div.DivClassName
{
background-color: #EC804C;
}
.BgClassName
{
background-color: #EC804C;
}
</style>
border-color css
<style>
span { border-color: #EC804C; }
span { border-color: rgb(236,128,76); }
td.TdClassName
{
border-color: #EC804C;
}
.TagClassName
{
border-color: #EC804C;
}
</style>