Shades of Flax #ECDA81
Tints of Flax #ECDA81
RGB
CMYK
RGB Variations
Color information
#ECDA81 (or 0xECDA81) is known color: Flax. HEX triplet: EC, DA and 81. RGB value is (236,218,129). Sum of RGB (Red+Green+Blue) = 236+218+129=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA81 is #13257E. Grayscale: #D5D5D5. Windows color (decimal): -1254783 or 8510188. OLE color: 8510188.
HSL color Cylindrical-coordinate representation of color #ECDA81: hue angle of 49.91º 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 #ECDA81 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 129 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.07 |
| HSL | 49.91º | 0.74% | 0.72% | - |
| HSV(B) | 49.91º | 0.45% | 0.93% | - |
| XYZ | 63.63 | 69.56 | 30.84 | - |
| YUV | 213.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 129 | 0 | 0.08 | 0.45 | 0.07 | 49.91 | 0.74 | 0.72 |
| Hex | EC | DA | 81 | 0 | 8 | 2D | 7 | 32 | 4A | 48 |
| Octal | 354 | 332 | 201 | 0 | 10 | 55 | 7 | 62 | 112 | 110 |
| Binary | 11101100 | 11011010 | 10000001 | 0 | 1000 | 101101 | 111 | 110010 | 1001010 | 1001000 |
Color Harmonies of #ECDA81
Complementary color
Monochromatic Colors of #ECDA81
Black with #ECDA81
Text Example
Text Example
White with #ECDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA81; }
p { color: rgb(236,218,129); }
H1.HeaderClassName
{
color: #ECDA81;
}
.AnyTagClassName
{
color: #ECDA81;
}
</style>
background-color css
<style>
a { background-color: #ECDA81; }
a { background-color: rgb(236,218,129); }
div.DivClassName
{
background-color: #ECDA81;
}
.BgClassName
{
background-color: #ECDA81;
}
</style>
border-color css
<style>
span { border-color: #ECDA81; }
span { border-color: rgb(236,218,129); }
td.TdClassName
{
border-color: #ECDA81;
}
.TagClassName
{
border-color: #ECDA81;
}
</style>