Shades of Flax #ECDA7C
Tints of Flax #ECDA7C
RGB
CMYK
RGB Variations
Color information
#ECDA7C (or 0xECDA7C) is known color: Flax. HEX triplet: EC, DA and 7C. RGB value is (236,218,124). Sum of RGB (Red+Green+Blue) = 236+218+124=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA7C is #132583. Grayscale: #D5D5D5. Windows color (decimal): -1254788 or 8182508. OLE color: 8182508.
HSL color Cylindrical-coordinate representation of color #ECDA7C: hue angle of 50.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECDA7C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 124 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.07 |
| HSL | 50.36º | 0.75% | 0.71% | - |
| HSV(B) | 50.36º | 0.47% | 0.93% | - |
| XYZ | 63.3 | 69.43 | 29.13 | - |
| YUV | 212.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 124 | 0 | 0.08 | 0.47 | 0.07 | 50.36 | 0.75 | 0.71 |
| Hex | EC | DA | 7C | 0 | 8 | 2F | 7 | 32 | 4B | 47 |
| Octal | 354 | 332 | 174 | 0 | 10 | 57 | 7 | 62 | 113 | 107 |
| Binary | 11101100 | 11011010 | 1111100 | 0 | 1000 | 101111 | 111 | 110010 | 1001011 | 1000111 |
Color Harmonies of #ECDA7C
Complementary color
Monochromatic Colors of #ECDA7C
Black with #ECDA7C
Text Example
Text Example
White with #ECDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA7C; }
p { color: rgb(236,218,124); }
H1.HeaderClassName
{
color: #ECDA7C;
}
.AnyTagClassName
{
color: #ECDA7C;
}
</style>
background-color css
<style>
a { background-color: #ECDA7C; }
a { background-color: rgb(236,218,124); }
div.DivClassName
{
background-color: #ECDA7C;
}
.BgClassName
{
background-color: #ECDA7C;
}
</style>
border-color css
<style>
span { border-color: #ECDA7C; }
span { border-color: rgb(236,218,124); }
td.TdClassName
{
border-color: #ECDA7C;
}
.TagClassName
{
border-color: #ECDA7C;
}
</style>