Shades of Flax #ECDC8C
Tints of Flax #ECDC8C
RGB
CMYK
RGB Variations
Color information
#ECDC8C (or 0xECDC8C) is known color: Flax. HEX triplet: EC, DC and 8C. RGB value is (236,220,140). Sum of RGB (Red+Green+Blue) = 236+220+140=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8C is #132373. Grayscale: #D7D7D7. Windows color (decimal): -1254260 or 9231596. OLE color: 9231596.
HSL color Cylindrical-coordinate representation of color #ECDC8C: hue angle of 50º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECDC8C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 140 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 50º | 0.72% | 0.74% | - |
| HSV(B) | 50º | 0.41% | 0.93% | - |
| XYZ | 64.92 | 70.91 | 35.08 | - |
| YUV | 215.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 140 | 0 | 0.07 | 0.41 | 0.07 | 50 | 0.72 | 0.74 |
| Hex | EC | DC | 8C | 0 | 7 | 29 | 7 | 32 | 48 | 4A |
| Octal | 354 | 334 | 214 | 0 | 7 | 51 | 7 | 62 | 110 | 112 |
| Binary | 11101100 | 11011100 | 10001100 | 0 | 111 | 101001 | 111 | 110010 | 1001000 | 1001010 |
Color Harmonies of #ECDC8C
Complementary color
Monochromatic Colors of #ECDC8C
Black with #ECDC8C
Text Example
Text Example
White with #ECDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC8C; }
p { color: rgb(236,220,140); }
H1.HeaderClassName
{
color: #ECDC8C;
}
.AnyTagClassName
{
color: #ECDC8C;
}
</style>
background-color css
<style>
a { background-color: #ECDC8C; }
a { background-color: rgb(236,220,140); }
div.DivClassName
{
background-color: #ECDC8C;
}
.BgClassName
{
background-color: #ECDC8C;
}
</style>
border-color css
<style>
span { border-color: #ECDC8C; }
span { border-color: rgb(236,220,140); }
td.TdClassName
{
border-color: #ECDC8C;
}
.TagClassName
{
border-color: #ECDC8C;
}
</style>