Shades of Flax #ECD984
Tints of Flax #ECD984
RGB
CMYK
RGB Variations
Color information
#ECD984 (or 0xECD984) is known color: Flax. HEX triplet: EC, D9 and 84. RGB value is (236,217,132). Sum of RGB (Red+Green+Blue) = 236+217+132=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD984 is #13267B. Grayscale: #D5D5D5. Windows color (decimal): -1255036 or 8706540. OLE color: 8706540.
HSL color Cylindrical-coordinate representation of color #ECD984: hue angle of 49.04º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECD984 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 132 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 49.04º | 0.73% | 0.72% | - |
| HSV(B) | 49.04º | 0.44% | 0.93% | - |
| XYZ | 63.57 | 69.12 | 31.82 | - |
| YUV | 212.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 132 | 0 | 0.08 | 0.44 | 0.07 | 49.04 | 0.73 | 0.72 |
| Hex | EC | D9 | 84 | 0 | 8 | 2C | 7 | 31 | 49 | 48 |
| Octal | 354 | 331 | 204 | 0 | 10 | 54 | 7 | 61 | 111 | 110 |
| Binary | 11101100 | 11011001 | 10000100 | 0 | 1000 | 101100 | 111 | 110001 | 1001001 | 1001000 |
Color Harmonies of #ECD984
Complementary color
Monochromatic Colors of #ECD984
Black with #ECD984
Text Example
Text Example
White with #ECD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD984; }
p { color: rgb(236,217,132); }
H1.HeaderClassName
{
color: #ECD984;
}
.AnyTagClassName
{
color: #ECD984;
}
</style>
background-color css
<style>
a { background-color: #ECD984; }
a { background-color: rgb(236,217,132); }
div.DivClassName
{
background-color: #ECD984;
}
.BgClassName
{
background-color: #ECD984;
}
</style>
border-color css
<style>
span { border-color: #ECD984; }
span { border-color: rgb(236,217,132); }
td.TdClassName
{
border-color: #ECD984;
}
.TagClassName
{
border-color: #ECD984;
}
</style>