Shades of Flax #ECD687
Tints of Flax #ECD687
RGB
CMYK
RGB Variations
Color information
#ECD687 (or 0xECD687) is known color: Flax. HEX triplet: EC, D6 and 87. RGB value is (236,214,135). Sum of RGB (Red+Green+Blue) = 236+214+135=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 135 (53.12% from 255 or 23.08% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD687 is #132978. Grayscale: #D3D3D3. Windows color (decimal): -1255801 or 8902380. OLE color: 8902380.
HSL color Cylindrical-coordinate representation of color #ECD687: hue angle of 46.93º 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 #ECD687 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 135 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.07 |
| HSL | 46.93º | 0.73% | 0.73% | - |
| HSV(B) | 46.93º | 0.43% | 0.93% | - |
| XYZ | 63.01 | 67.68 | 32.66 | - |
| YUV | 211.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 135 | 0 | 0.09 | 0.43 | 0.07 | 46.93 | 0.73 | 0.73 |
| Hex | EC | D6 | 87 | 0 | 9 | 2B | 7 | 2F | 49 | 49 |
| Octal | 354 | 326 | 207 | 0 | 11 | 53 | 7 | 57 | 111 | 111 |
| Binary | 11101100 | 11010110 | 10000111 | 0 | 1001 | 101011 | 111 | 101111 | 1001001 | 1001001 |
Color Harmonies of #ECD687
Complementary color
Monochromatic Colors of #ECD687
Black with #ECD687
Text Example
Text Example
White with #ECD687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD687; }
p { color: rgb(236,214,135); }
H1.HeaderClassName
{
color: #ECD687;
}
.AnyTagClassName
{
color: #ECD687;
}
</style>
background-color css
<style>
a { background-color: #ECD687; }
a { background-color: rgb(236,214,135); }
div.DivClassName
{
background-color: #ECD687;
}
.BgClassName
{
background-color: #ECD687;
}
</style>
border-color css
<style>
span { border-color: #ECD687; }
span { border-color: rgb(236,214,135); }
td.TdClassName
{
border-color: #ECD687;
}
.TagClassName
{
border-color: #ECD687;
}
</style>