Shades of Flax #ECDA86
Tints of Flax #ECDA86
RGB
CMYK
RGB Variations
Color information
#ECDA86 (or 0xECDA86) is known color: Flax. HEX triplet: EC, DA and 86. RGB value is (236,218,134). Sum of RGB (Red+Green+Blue) = 236+218+134=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA86 is #132579. Grayscale: #D6D6D6. Windows color (decimal): -1254778 or 8837868. OLE color: 8837868.
HSL color Cylindrical-coordinate representation of color #ECDA86: hue angle of 49.41º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECDA86 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 134 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.07 |
| HSL | 49.41º | 0.73% | 0.73% | - |
| HSV(B) | 49.41º | 0.43% | 0.93% | - |
| XYZ | 63.97 | 69.7 | 32.64 | - |
| YUV | 213.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 134 | 0 | 0.08 | 0.43 | 0.07 | 49.41 | 0.73 | 0.73 |
| Hex | EC | DA | 86 | 0 | 8 | 2B | 7 | 31 | 49 | 49 |
| Octal | 354 | 332 | 206 | 0 | 10 | 53 | 7 | 61 | 111 | 111 |
| Binary | 11101100 | 11011010 | 10000110 | 0 | 1000 | 101011 | 111 | 110001 | 1001001 | 1001001 |
Color Harmonies of #ECDA86
Complementary color
Monochromatic Colors of #ECDA86
Black with #ECDA86
Text Example
Text Example
White with #ECDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA86; }
p { color: rgb(236,218,134); }
H1.HeaderClassName
{
color: #ECDA86;
}
.AnyTagClassName
{
color: #ECDA86;
}
</style>
background-color css
<style>
a { background-color: #ECDA86; }
a { background-color: rgb(236,218,134); }
div.DivClassName
{
background-color: #ECDA86;
}
.BgClassName
{
background-color: #ECDA86;
}
</style>
border-color css
<style>
span { border-color: #ECDA86; }
span { border-color: rgb(236,218,134); }
td.TdClassName
{
border-color: #ECDA86;
}
.TagClassName
{
border-color: #ECDA86;
}
</style>