Shades of Flax #ECD990
Tints of Flax #ECD990
RGB
CMYK
RGB Variations
Color information
#ECD990 (or 0xECD990) is known color: Flax. HEX triplet: EC, D9 and 90. RGB value is (236,217,144). Sum of RGB (Red+Green+Blue) = 236+217+144=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD990 is #13266F. Grayscale: #D6D6D6. Windows color (decimal): -1255024 or 9492972. OLE color: 9492972.
HSL color Cylindrical-coordinate representation of color #ECD990: hue angle of 47.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECD990 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 144 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.07 |
| HSL | 47.61º | 0.71% | 0.75% | - |
| HSV(B) | 47.61º | 0.39% | 0.93% | - |
| XYZ | 64.44 | 69.47 | 36.4 | - |
| YUV | 214.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 144 | 0 | 0.08 | 0.39 | 0.07 | 47.61 | 0.71 | 0.75 |
| Hex | EC | D9 | 90 | 0 | 8 | 27 | 7 | 30 | 47 | 4B |
| Octal | 354 | 331 | 220 | 0 | 10 | 47 | 7 | 60 | 107 | 113 |
| Binary | 11101100 | 11011001 | 10010000 | 0 | 1000 | 100111 | 111 | 110000 | 1000111 | 1001011 |
Color Harmonies of #ECD990
Complementary color
Monochromatic Colors of #ECD990
Black with #ECD990
Text Example
Text Example
White with #ECD990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD990; }
p { color: rgb(236,217,144); }
H1.HeaderClassName
{
color: #ECD990;
}
.AnyTagClassName
{
color: #ECD990;
}
</style>
background-color css
<style>
a { background-color: #ECD990; }
a { background-color: rgb(236,217,144); }
div.DivClassName
{
background-color: #ECD990;
}
.BgClassName
{
background-color: #ECD990;
}
</style>
border-color css
<style>
span { border-color: #ECD990; }
span { border-color: rgb(236,217,144); }
td.TdClassName
{
border-color: #ECD990;
}
.TagClassName
{
border-color: #ECD990;
}
</style>