Shades of Flax #ECD98C
Tints of Flax #ECD98C
RGB
CMYK
RGB Variations
Color information
#ECD98C (or 0xECD98C) is known color: Flax. HEX triplet: EC, D9 and 8C. RGB value is (236,217,140). Sum of RGB (Red+Green+Blue) = 236+217+140=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD98C is #132673. Grayscale: #D6D6D6. Windows color (decimal): -1255028 or 9230828. OLE color: 9230828.
HSL color Cylindrical-coordinate representation of color #ECD98C: hue angle of 48.12º 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 #ECD98C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 140 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.07 |
| HSL | 48.13º | 0.72% | 0.74% | - |
| HSV(B) | 48.13º | 0.41% | 0.93% | - |
| XYZ | 64.14 | 69.35 | 34.82 | - |
| YUV | 213.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 140 | 0 | 0.08 | 0.41 | 0.07 | 48.13 | 0.72 | 0.74 |
| Hex | EC | D9 | 8C | 0 | 8 | 29 | 7 | 30 | 48 | 4A |
| Octal | 354 | 331 | 214 | 0 | 10 | 51 | 7 | 60 | 110 | 112 |
| Binary | 11101100 | 11011001 | 10001100 | 0 | 1000 | 101001 | 111 | 110000 | 1001000 | 1001010 |
Color Harmonies of #ECD98C
Complementary color
Monochromatic Colors of #ECD98C
Black with #ECD98C
Text Example
Text Example
White with #ECD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD98C; }
p { color: rgb(236,217,140); }
H1.HeaderClassName
{
color: #ECD98C;
}
.AnyTagClassName
{
color: #ECD98C;
}
</style>
background-color css
<style>
a { background-color: #ECD98C; }
a { background-color: rgb(236,217,140); }
div.DivClassName
{
background-color: #ECD98C;
}
.BgClassName
{
background-color: #ECD98C;
}
</style>
border-color css
<style>
span { border-color: #ECD98C; }
span { border-color: rgb(236,217,140); }
td.TdClassName
{
border-color: #ECD98C;
}
.TagClassName
{
border-color: #ECD98C;
}
</style>