Shades of Flax #ECDC87
Tints of Flax #ECDC87
RGB
CMYK
RGB Variations
Color information
#ECDC87 (or 0xECDC87) is known color: Flax. HEX triplet: EC, DC and 87. RGB value is (236,220,135). Sum of RGB (Red+Green+Blue) = 236+220+135=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC87 is #132378. Grayscale: #D7D7D7. Windows color (decimal): -1254265 or 8903916. OLE color: 8903916.
HSL color Cylindrical-coordinate representation of color #ECDC87: hue angle of 50.5º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECDC87 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 135 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.07 |
| HSL | 50.5º | 0.73% | 0.73% | - |
| HSV(B) | 50.5º | 0.43% | 0.93% | - |
| XYZ | 64.56 | 70.77 | 33.18 | - |
| YUV | 215.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 135 | 0 | 0.07 | 0.43 | 0.07 | 50.5 | 0.73 | 0.73 |
| Hex | EC | DC | 87 | 0 | 7 | 2B | 7 | 32 | 49 | 49 |
| Octal | 354 | 334 | 207 | 0 | 7 | 53 | 7 | 62 | 111 | 111 |
| Binary | 11101100 | 11011100 | 10000111 | 0 | 111 | 101011 | 111 | 110010 | 1001001 | 1001001 |
Color Harmonies of #ECDC87
Complementary color
Monochromatic Colors of #ECDC87
Black with #ECDC87
Text Example
Text Example
White with #ECDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC87; }
p { color: rgb(236,220,135); }
H1.HeaderClassName
{
color: #ECDC87;
}
.AnyTagClassName
{
color: #ECDC87;
}
</style>
background-color css
<style>
a { background-color: #ECDC87; }
a { background-color: rgb(236,220,135); }
div.DivClassName
{
background-color: #ECDC87;
}
.BgClassName
{
background-color: #ECDC87;
}
</style>
border-color css
<style>
span { border-color: #ECDC87; }
span { border-color: rgb(236,220,135); }
td.TdClassName
{
border-color: #ECDC87;
}
.TagClassName
{
border-color: #ECDC87;
}
</style>