Shades of Flax #ECD97C
Tints of Flax #ECD97C
RGB
CMYK
RGB Variations
Color information
#ECD97C (or 0xECD97C) is known color: Flax. HEX triplet: EC, D9 and 7C. RGB value is (236,217,124). Sum of RGB (Red+Green+Blue) = 236+217+124=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD97C is #132683. Grayscale: #D4D4D4. Windows color (decimal): -1255044 or 8182252. OLE color: 8182252.
HSL color Cylindrical-coordinate representation of color #ECD97C: hue angle of 49.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECD97C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 124 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.07 |
| HSL | 49.82º | 0.75% | 0.71% | - |
| HSV(B) | 49.82º | 0.47% | 0.93% | - |
| XYZ | 63.04 | 68.91 | 29.05 | - |
| YUV | 212.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 124 | 0 | 0.08 | 0.47 | 0.07 | 49.82 | 0.75 | 0.71 |
| Hex | EC | D9 | 7C | 0 | 8 | 2F | 7 | 32 | 4B | 47 |
| Octal | 354 | 331 | 174 | 0 | 10 | 57 | 7 | 62 | 113 | 107 |
| Binary | 11101100 | 11011001 | 1111100 | 0 | 1000 | 101111 | 111 | 110010 | 1001011 | 1000111 |
Color Harmonies of #ECD97C
Complementary color
Monochromatic Colors of #ECD97C
Black with #ECD97C
Text Example
Text Example
White with #ECD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD97C; }
p { color: rgb(236,217,124); }
H1.HeaderClassName
{
color: #ECD97C;
}
.AnyTagClassName
{
color: #ECD97C;
}
</style>
background-color css
<style>
a { background-color: #ECD97C; }
a { background-color: rgb(236,217,124); }
div.DivClassName
{
background-color: #ECD97C;
}
.BgClassName
{
background-color: #ECD97C;
}
</style>
border-color css
<style>
span { border-color: #ECD97C; }
span { border-color: rgb(236,217,124); }
td.TdClassName
{
border-color: #ECD97C;
}
.TagClassName
{
border-color: #ECD97C;
}
</style>