Shades of Flax #ECDA83
Tints of Flax #ECDA83
RGB
CMYK
RGB Variations
Color information
#ECDA83 (or 0xECDA83) is known color: Flax. HEX triplet: EC, DA and 83. RGB value is (236,218,131). Sum of RGB (Red+Green+Blue) = 236+218+131=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA83 is #13257C. Grayscale: #D5D5D5. Windows color (decimal): -1254781 or 8641260. OLE color: 8641260.
HSL color Cylindrical-coordinate representation of color #ECDA83: hue angle of 49.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECDA83 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 131 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 49.71º | 0.73% | 0.72% | - |
| HSV(B) | 49.71º | 0.44% | 0.93% | - |
| XYZ | 63.76 | 69.61 | 31.55 | - |
| YUV | 213.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 131 | 0 | 0.08 | 0.44 | 0.07 | 49.71 | 0.73 | 0.72 |
| Hex | EC | DA | 83 | 0 | 8 | 2C | 7 | 32 | 49 | 48 |
| Octal | 354 | 332 | 203 | 0 | 10 | 54 | 7 | 62 | 111 | 110 |
| Binary | 11101100 | 11011010 | 10000011 | 0 | 1000 | 101100 | 111 | 110010 | 1001001 | 1001000 |
Color Harmonies of #ECDA83
Complementary color
Monochromatic Colors of #ECDA83
Black with #ECDA83
Text Example
Text Example
White with #ECDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA83; }
p { color: rgb(236,218,131); }
H1.HeaderClassName
{
color: #ECDA83;
}
.AnyTagClassName
{
color: #ECDA83;
}
</style>
background-color css
<style>
a { background-color: #ECDA83; }
a { background-color: rgb(236,218,131); }
div.DivClassName
{
background-color: #ECDA83;
}
.BgClassName
{
background-color: #ECDA83;
}
</style>
border-color css
<style>
span { border-color: #ECDA83; }
span { border-color: rgb(236,218,131); }
td.TdClassName
{
border-color: #ECDA83;
}
.TagClassName
{
border-color: #ECDA83;
}
</style>