Shades of Flax #ECDB79
Tints of Flax #ECDB79
RGB
CMYK
RGB Variations
Color information
#ECDB79 (or 0xECDB79) is known color: Flax. HEX triplet: EC, DB and 79. RGB value is (236,219,121). Sum of RGB (Red+Green+Blue) = 236+219+121=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 121 (47.66% from 255 or 21.01% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB79 is #132486. Grayscale: #D5D5D5. Windows color (decimal): -1254535 or 7986156. OLE color: 7986156.
HSL color Cylindrical-coordinate representation of color #ECDB79: hue angle of 51.13º 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 #ECDB79 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 121 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.07 |
| HSL | 51.13º | 0.75% | 0.7% | - |
| HSV(B) | 51.13º | 0.49% | 0.93% | - |
| XYZ | 63.37 | 69.88 | 28.24 | - |
| YUV | 212.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 121 | 0 | 0.07 | 0.49 | 0.07 | 51.13 | 0.75 | 0.7 |
| Hex | EC | DB | 79 | 0 | 7 | 31 | 7 | 33 | 4B | 46 |
| Octal | 354 | 333 | 171 | 0 | 7 | 61 | 7 | 63 | 113 | 106 |
| Binary | 11101100 | 11011011 | 1111001 | 0 | 111 | 110001 | 111 | 110011 | 1001011 | 1000110 |
Color Harmonies of #ECDB79
Complementary color
Monochromatic Colors of #ECDB79
Black with #ECDB79
Text Example
Text Example
White with #ECDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB79; }
p { color: rgb(236,219,121); }
H1.HeaderClassName
{
color: #ECDB79;
}
.AnyTagClassName
{
color: #ECDB79;
}
</style>
background-color css
<style>
a { background-color: #ECDB79; }
a { background-color: rgb(236,219,121); }
div.DivClassName
{
background-color: #ECDB79;
}
.BgClassName
{
background-color: #ECDB79;
}
</style>
border-color css
<style>
span { border-color: #ECDB79; }
span { border-color: rgb(236,219,121); }
td.TdClassName
{
border-color: #ECDB79;
}
.TagClassName
{
border-color: #ECDB79;
}
</style>