Shades of Flax #ECDB86
Tints of Flax #ECDB86
RGB
CMYK
RGB Variations
Color information
#ECDB86 (or 0xECDB86) is known color: Flax. HEX triplet: EC, DB and 86. RGB value is (236,219,134). Sum of RGB (Red+Green+Blue) = 236+219+134=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB86 is #132479. Grayscale: #D6D6D6. Windows color (decimal): -1254522 or 8838124. OLE color: 8838124.
HSL color Cylindrical-coordinate representation of color #ECDB86: hue angle of 50º 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 #ECDB86 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 134 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.07 |
| HSL | 50º | 0.73% | 0.73% | - |
| HSV(B) | 50º | 0.43% | 0.93% | - |
| XYZ | 64.23 | 70.22 | 32.72 | - |
| YUV | 214.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 134 | 0 | 0.07 | 0.43 | 0.07 | 50 | 0.73 | 0.73 |
| Hex | EC | DB | 86 | 0 | 7 | 2B | 7 | 32 | 49 | 49 |
| Octal | 354 | 333 | 206 | 0 | 7 | 53 | 7 | 62 | 111 | 111 |
| Binary | 11101100 | 11011011 | 10000110 | 0 | 111 | 101011 | 111 | 110010 | 1001001 | 1001001 |
Color Harmonies of #ECDB86
Complementary color
Monochromatic Colors of #ECDB86
Black with #ECDB86
Text Example
Text Example
White with #ECDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB86; }
p { color: rgb(236,219,134); }
H1.HeaderClassName
{
color: #ECDB86;
}
.AnyTagClassName
{
color: #ECDB86;
}
</style>
background-color css
<style>
a { background-color: #ECDB86; }
a { background-color: rgb(236,219,134); }
div.DivClassName
{
background-color: #ECDB86;
}
.BgClassName
{
background-color: #ECDB86;
}
</style>
border-color css
<style>
span { border-color: #ECDB86; }
span { border-color: rgb(236,219,134); }
td.TdClassName
{
border-color: #ECDB86;
}
.TagClassName
{
border-color: #ECDB86;
}
</style>