Shades of Flamenco #EC824C
Tints of Flamenco #EC824C
RGB
CMYK
RGB Variations
Color information
#EC824C (or 0xEC824C) is known color: Flamenco. HEX triplet: EC, 82 and 4C. RGB value is (236,130,76). Sum of RGB (Red+Green+Blue) = 236+130+76=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC824C is #137DB3. Grayscale: #9B9B9B. Windows color (decimal): -1277364 or 5014252. OLE color: 5014252.
HSL color Cylindrical-coordinate representation of color #EC824C: hue angle of 20.25º 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 #EC824C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 76 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.07 |
| HSL | 20.25º | 0.81% | 0.61% | - |
| HSV(B) | 20.25º | 0.68% | 0.93% | - |
| XYZ | 43.88 | 34.32 | 11.15 | - |
| YUV | 155.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 76 | 0 | 0.45 | 0.68 | 0.07 | 20.25 | 0.81 | 0.61 |
| Hex | EC | 82 | 4C | 0 | 2D | 44 | 7 | 14 | 51 | 3D |
| Octal | 354 | 202 | 114 | 0 | 55 | 104 | 7 | 24 | 121 | 75 |
| Binary | 11101100 | 10000010 | 1001100 | 0 | 101101 | 1000100 | 111 | 10100 | 1010001 | 111101 |
Color Harmonies of #EC824C
Complementary color
Monochromatic Colors of #EC824C
Black with #EC824C
Text Example
Text Example
White with #EC824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC824C; }
p { color: rgb(236,130,76); }
H1.HeaderClassName
{
color: #EC824C;
}
.AnyTagClassName
{
color: #EC824C;
}
</style>
background-color css
<style>
a { background-color: #EC824C; }
a { background-color: rgb(236,130,76); }
div.DivClassName
{
background-color: #EC824C;
}
.BgClassName
{
background-color: #EC824C;
}
</style>
border-color css
<style>
span { border-color: #EC824C; }
span { border-color: rgb(236,130,76); }
td.TdClassName
{
border-color: #EC824C;
}
.TagClassName
{
border-color: #EC824C;
}
</style>