Shades of Flax #ECDA8E
Tints of Flax #ECDA8E
RGB
CMYK
RGB Variations
Color information
#ECDA8E (or 0xECDA8E) is known color: Flax. HEX triplet: EC, DA and 8E. RGB value is (236,218,142). Sum of RGB (Red+Green+Blue) = 236+218+142=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA8E is #132571. Grayscale: #D7D7D7. Windows color (decimal): -1254770 or 9362156. OLE color: 9362156.
HSL color Cylindrical-coordinate representation of color #ECDA8E: hue angle of 48.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECDA8E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 142 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.07 |
| HSL | 48.51º | 0.71% | 0.74% | - |
| HSV(B) | 48.51º | 0.4% | 0.93% | - |
| XYZ | 64.55 | 69.93 | 35.69 | - |
| YUV | 214.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 142 | 0 | 0.08 | 0.40 | 0.07 | 48.51 | 0.71 | 0.74 |
| Hex | EC | DA | 8E | 0 | 8 | 28 | 7 | 31 | 47 | 4A |
| Octal | 354 | 332 | 216 | 0 | 10 | 50 | 7 | 61 | 107 | 112 |
| Binary | 11101100 | 11011010 | 10001110 | 0 | 1000 | 101000 | 111 | 110001 | 1000111 | 1001010 |
Color Harmonies of #ECDA8E
Complementary color
Monochromatic Colors of #ECDA8E
Black with #ECDA8E
Text Example
Text Example
White with #ECDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA8E; }
p { color: rgb(236,218,142); }
H1.HeaderClassName
{
color: #ECDA8E;
}
.AnyTagClassName
{
color: #ECDA8E;
}
</style>
background-color css
<style>
a { background-color: #ECDA8E; }
a { background-color: rgb(236,218,142); }
div.DivClassName
{
background-color: #ECDA8E;
}
.BgClassName
{
background-color: #ECDA8E;
}
</style>
border-color css
<style>
span { border-color: #ECDA8E; }
span { border-color: rgb(236,218,142); }
td.TdClassName
{
border-color: #ECDA8E;
}
.TagClassName
{
border-color: #ECDA8E;
}
</style>