Shades of Flax #ECDA7F
Tints of Flax #ECDA7F
RGB
CMYK
RGB Variations
Color information
#ECDA7F (or 0xECDA7F) is known color: Flax. HEX triplet: EC, DA and 7F. RGB value is (236,218,127). Sum of RGB (Red+Green+Blue) = 236+218+127=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA7F is #132580. Grayscale: #D5D5D5. Windows color (decimal): -1254785 or 8379116. OLE color: 8379116.
HSL color Cylindrical-coordinate representation of color #ECDA7F: hue angle of 50.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECDA7F is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 127 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 50.09º | 0.74% | 0.71% | - |
| HSV(B) | 50.09º | 0.46% | 0.93% | - |
| XYZ | 63.49 | 69.51 | 30.15 | - |
| YUV | 213.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 127 | 0 | 0.08 | 0.46 | 0.07 | 50.09 | 0.74 | 0.71 |
| Hex | EC | DA | 7F | 0 | 8 | 2E | 7 | 32 | 4A | 47 |
| Octal | 354 | 332 | 177 | 0 | 10 | 56 | 7 | 62 | 112 | 107 |
| Binary | 11101100 | 11011010 | 1111111 | 0 | 1000 | 101110 | 111 | 110010 | 1001010 | 1000111 |
Color Harmonies of #ECDA7F
Complementary color
Monochromatic Colors of #ECDA7F
Black with #ECDA7F
Text Example
Text Example
White with #ECDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA7F; }
p { color: rgb(236,218,127); }
H1.HeaderClassName
{
color: #ECDA7F;
}
.AnyTagClassName
{
color: #ECDA7F;
}
</style>
background-color css
<style>
a { background-color: #ECDA7F; }
a { background-color: rgb(236,218,127); }
div.DivClassName
{
background-color: #ECDA7F;
}
.BgClassName
{
background-color: #ECDA7F;
}
</style>
border-color css
<style>
span { border-color: #ECDA7F; }
span { border-color: rgb(236,218,127); }
td.TdClassName
{
border-color: #ECDA7F;
}
.TagClassName
{
border-color: #ECDA7F;
}
</style>