Shades of Flamenco #EC874C
Tints of Flamenco #EC874C
RGB
CMYK
RGB Variations
Color information
#EC874C (or 0xEC874C) is known color: Flamenco. HEX triplet: EC, 87 and 4C. RGB value is (236,135,76). Sum of RGB (Red+Green+Blue) = 236+135+76=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC874C is #1378B3. Grayscale: #9E9E9E. Windows color (decimal): -1276084 or 5015532. OLE color: 5015532.
HSL color Cylindrical-coordinate representation of color #EC874C: hue angle of 22.12º 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 #EC874C is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 76 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.07 |
| HSL | 22.13º | 0.81% | 0.61% | - |
| HSV(B) | 22.13º | 0.68% | 0.93% | - |
| XYZ | 44.56 | 35.68 | 11.38 | - |
| YUV | 158.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 76 | 0 | 0.43 | 0.68 | 0.07 | 22.13 | 0.81 | 0.61 |
| Hex | EC | 87 | 4C | 0 | 2B | 44 | 7 | 16 | 51 | 3D |
| Octal | 354 | 207 | 114 | 0 | 53 | 104 | 7 | 26 | 121 | 75 |
| Binary | 11101100 | 10000111 | 1001100 | 0 | 101011 | 1000100 | 111 | 10110 | 1010001 | 111101 |
Color Harmonies of #EC874C
Complementary color
Monochromatic Colors of #EC874C
Black with #EC874C
Text Example
Text Example
White with #EC874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC874C; }
p { color: rgb(236,135,76); }
H1.HeaderClassName
{
color: #EC874C;
}
.AnyTagClassName
{
color: #EC874C;
}
</style>
background-color css
<style>
a { background-color: #EC874C; }
a { background-color: rgb(236,135,76); }
div.DivClassName
{
background-color: #EC874C;
}
.BgClassName
{
background-color: #EC874C;
}
</style>
border-color css
<style>
span { border-color: #EC874C; }
span { border-color: rgb(236,135,76); }
td.TdClassName
{
border-color: #EC874C;
}
.TagClassName
{
border-color: #EC874C;
}
</style>