Shades of Flax #ECDA85
Tints of Flax #ECDA85
RGB
CMYK
RGB Variations
Color information
#ECDA85 (or 0xECDA85) is known color: Flax. HEX triplet: EC, DA and 85. RGB value is (236,218,133). Sum of RGB (Red+Green+Blue) = 236+218+133=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA85 is #13257A. Grayscale: #D6D6D6. Windows color (decimal): -1254779 or 8772332. OLE color: 8772332.
HSL color Cylindrical-coordinate representation of color #ECDA85: hue angle of 49.51º 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 #ECDA85 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 133 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 49.51º | 0.73% | 0.72% | - |
| HSV(B) | 49.51º | 0.44% | 0.93% | - |
| XYZ | 63.9 | 69.67 | 32.27 | - |
| YUV | 213.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 133 | 0 | 0.08 | 0.44 | 0.07 | 49.51 | 0.73 | 0.72 |
| Hex | EC | DA | 85 | 0 | 8 | 2C | 7 | 32 | 49 | 48 |
| Octal | 354 | 332 | 205 | 0 | 10 | 54 | 7 | 62 | 111 | 110 |
| Binary | 11101100 | 11011010 | 10000101 | 0 | 1000 | 101100 | 111 | 110010 | 1001001 | 1001000 |
Color Harmonies of #ECDA85
Complementary color
Monochromatic Colors of #ECDA85
Black with #ECDA85
Text Example
Text Example
White with #ECDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA85; }
p { color: rgb(236,218,133); }
H1.HeaderClassName
{
color: #ECDA85;
}
.AnyTagClassName
{
color: #ECDA85;
}
</style>
background-color css
<style>
a { background-color: #ECDA85; }
a { background-color: rgb(236,218,133); }
div.DivClassName
{
background-color: #ECDA85;
}
.BgClassName
{
background-color: #ECDA85;
}
</style>
border-color css
<style>
span { border-color: #ECDA85; }
span { border-color: rgb(236,218,133); }
td.TdClassName
{
border-color: #ECDA85;
}
.TagClassName
{
border-color: #ECDA85;
}
</style>