Shades of Flax #ECD681
Tints of Flax #ECD681
RGB
CMYK
RGB Variations
Color information
#ECD681 (or 0xECD681) is known color: Flax. HEX triplet: EC, D6 and 81. RGB value is (236,214,129). Sum of RGB (Red+Green+Blue) = 236+214+129=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD681 is #13297E. Grayscale: #D3D3D3. Windows color (decimal): -1255807 or 8509164. OLE color: 8509164.
HSL color Cylindrical-coordinate representation of color #ECD681: hue angle of 47.66º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECD681 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 129 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.07 |
| HSL | 47.66º | 0.74% | 0.72% | - |
| HSV(B) | 47.66º | 0.45% | 0.93% | - |
| XYZ | 62.6 | 67.51 | 30.5 | - |
| YUV | 210.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 129 | 0 | 0.09 | 0.45 | 0.07 | 47.66 | 0.74 | 0.72 |
| Hex | EC | D6 | 81 | 0 | 9 | 2D | 7 | 30 | 4A | 48 |
| Octal | 354 | 326 | 201 | 0 | 11 | 55 | 7 | 60 | 112 | 110 |
| Binary | 11101100 | 11010110 | 10000001 | 0 | 1001 | 101101 | 111 | 110000 | 1001010 | 1001000 |
Color Harmonies of #ECD681
Complementary color
Monochromatic Colors of #ECD681
Black with #ECD681
Text Example
Text Example
White with #ECD681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD681; }
p { color: rgb(236,214,129); }
H1.HeaderClassName
{
color: #ECD681;
}
.AnyTagClassName
{
color: #ECD681;
}
</style>
background-color css
<style>
a { background-color: #ECD681; }
a { background-color: rgb(236,214,129); }
div.DivClassName
{
background-color: #ECD681;
}
.BgClassName
{
background-color: #ECD681;
}
</style>
border-color css
<style>
span { border-color: #ECD681; }
span { border-color: rgb(236,214,129); }
td.TdClassName
{
border-color: #ECD681;
}
.TagClassName
{
border-color: #ECD681;
}
</style>