Shades of Flax #ECD884
Tints of Flax #ECD884
RGB
CMYK
RGB Variations
Color information
#ECD884 (or 0xECD884) is known color: Flax. HEX triplet: EC, D8 and 84. RGB value is (236,216,132). Sum of RGB (Red+Green+Blue) = 236+216+132=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD884 is #13277B. Grayscale: #D4D4D4. Windows color (decimal): -1255292 or 8706284. OLE color: 8706284.
HSL color Cylindrical-coordinate representation of color #ECD884: hue angle of 48.46º 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 #ECD884 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 132 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 48.46º | 0.73% | 0.72% | - |
| HSV(B) | 48.46º | 0.44% | 0.93% | - |
| XYZ | 63.31 | 68.61 | 31.74 | - |
| YUV | 212.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 132 | 0 | 0.08 | 0.44 | 0.07 | 48.46 | 0.73 | 0.72 |
| Hex | EC | D8 | 84 | 0 | 8 | 2C | 7 | 30 | 49 | 48 |
| Octal | 354 | 330 | 204 | 0 | 10 | 54 | 7 | 60 | 111 | 110 |
| Binary | 11101100 | 11011000 | 10000100 | 0 | 1000 | 101100 | 111 | 110000 | 1001001 | 1001000 |
Color Harmonies of #ECD884
Complementary color
Monochromatic Colors of #ECD884
Black with #ECD884
Text Example
Text Example
White with #ECD884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD884; }
p { color: rgb(236,216,132); }
H1.HeaderClassName
{
color: #ECD884;
}
.AnyTagClassName
{
color: #ECD884;
}
</style>
background-color css
<style>
a { background-color: #ECD884; }
a { background-color: rgb(236,216,132); }
div.DivClassName
{
background-color: #ECD884;
}
.BgClassName
{
background-color: #ECD884;
}
</style>
border-color css
<style>
span { border-color: #ECD884; }
span { border-color: rgb(236,216,132); }
td.TdClassName
{
border-color: #ECD884;
}
.TagClassName
{
border-color: #ECD884;
}
</style>