Shades of Flax #ECD879
Tints of Flax #ECD879
RGB
CMYK
RGB Variations
Color information
#ECD879 (or 0xECD879) is known color: Flax. HEX triplet: EC, D8 and 79. RGB value is (236,216,121). Sum of RGB (Red+Green+Blue) = 236+216+121=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 121 (47.66% from 255 or 21.12% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD879 is #132786. Grayscale: #D3D3D3. Windows color (decimal): -1255303 or 7985388. OLE color: 7985388.
HSL color Cylindrical-coordinate representation of color #ECD879: hue angle of 49.57º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECD879 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 121 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.07 |
| HSL | 49.57º | 0.75% | 0.7% | - |
| HSV(B) | 49.57º | 0.49% | 0.93% | - |
| XYZ | 62.6 | 68.33 | 27.98 | - |
| YUV | 211.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 121 | 0 | 0.08 | 0.49 | 0.07 | 49.57 | 0.75 | 0.7 |
| Hex | EC | D8 | 79 | 0 | 8 | 31 | 7 | 32 | 4B | 46 |
| Octal | 354 | 330 | 171 | 0 | 10 | 61 | 7 | 62 | 113 | 106 |
| Binary | 11101100 | 11011000 | 1111001 | 0 | 1000 | 110001 | 111 | 110010 | 1001011 | 1000110 |
Color Harmonies of #ECD879
Complementary color
Monochromatic Colors of #ECD879
Black with #ECD879
Text Example
Text Example
White with #ECD879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD879; }
p { color: rgb(236,216,121); }
H1.HeaderClassName
{
color: #ECD879;
}
.AnyTagClassName
{
color: #ECD879;
}
</style>
background-color css
<style>
a { background-color: #ECD879; }
a { background-color: rgb(236,216,121); }
div.DivClassName
{
background-color: #ECD879;
}
.BgClassName
{
background-color: #ECD879;
}
</style>
border-color css
<style>
span { border-color: #ECD879; }
span { border-color: rgb(236,216,121); }
td.TdClassName
{
border-color: #ECD879;
}
.TagClassName
{
border-color: #ECD879;
}
</style>