Shades of Flax #ECDA8F
Tints of Flax #ECDA8F
RGB
CMYK
RGB Variations
Color information
#ECDA8F (or 0xECDA8F) is known color: Flax. HEX triplet: EC, DA and 8F. RGB value is (236,218,143). Sum of RGB (Red+Green+Blue) = 236+218+143=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA8F is #132570. Grayscale: #D7D7D7. Windows color (decimal): -1254769 or 9427692. OLE color: 9427692.
HSL color Cylindrical-coordinate representation of color #ECDA8F: hue angle of 48.39º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECDA8F is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 143 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.07 |
| HSL | 48.39º | 0.71% | 0.74% | - |
| HSV(B) | 48.39º | 0.39% | 0.93% | - |
| XYZ | 64.62 | 69.96 | 36.08 | - |
| YUV | 214.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 143 | 0 | 0.08 | 0.39 | 0.07 | 48.39 | 0.71 | 0.74 |
| Hex | EC | DA | 8F | 0 | 8 | 27 | 7 | 30 | 47 | 4A |
| Octal | 354 | 332 | 217 | 0 | 10 | 47 | 7 | 60 | 107 | 112 |
| Binary | 11101100 | 11011010 | 10001111 | 0 | 1000 | 100111 | 111 | 110000 | 1000111 | 1001010 |
Color Harmonies of #ECDA8F
Complementary color
Monochromatic Colors of #ECDA8F
Black with #ECDA8F
Text Example
Text Example
White with #ECDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA8F; }
p { color: rgb(236,218,143); }
H1.HeaderClassName
{
color: #ECDA8F;
}
.AnyTagClassName
{
color: #ECDA8F;
}
</style>
background-color css
<style>
a { background-color: #ECDA8F; }
a { background-color: rgb(236,218,143); }
div.DivClassName
{
background-color: #ECDA8F;
}
.BgClassName
{
background-color: #ECDA8F;
}
</style>
border-color css
<style>
span { border-color: #ECDA8F; }
span { border-color: rgb(236,218,143); }
td.TdClassName
{
border-color: #ECDA8F;
}
.TagClassName
{
border-color: #ECDA8F;
}
</style>