Shades of Flax #ECDB85
Tints of Flax #ECDB85
RGB
CMYK
RGB Variations
Color information
#ECDB85 (or 0xECDB85) is known color: Flax. HEX triplet: EC, DB and 85. RGB value is (236,219,133). Sum of RGB (Red+Green+Blue) = 236+219+133=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB85 is #13247A. Grayscale: #D6D6D6. Windows color (decimal): -1254523 or 8772588. OLE color: 8772588.
HSL color Cylindrical-coordinate representation of color #ECDB85: hue angle of 50.1º 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 #ECDB85 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 133 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.07 |
| HSL | 50.1º | 0.73% | 0.72% | - |
| HSV(B) | 50.1º | 0.44% | 0.93% | - |
| XYZ | 64.16 | 70.19 | 32.36 | - |
| YUV | 214.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 133 | 0 | 0.07 | 0.44 | 0.07 | 50.1 | 0.73 | 0.72 |
| Hex | EC | DB | 85 | 0 | 7 | 2C | 7 | 32 | 49 | 48 |
| Octal | 354 | 333 | 205 | 0 | 7 | 54 | 7 | 62 | 111 | 110 |
| Binary | 11101100 | 11011011 | 10000101 | 0 | 111 | 101100 | 111 | 110010 | 1001001 | 1001000 |
Color Harmonies of #ECDB85
Complementary color
Monochromatic Colors of #ECDB85
Black with #ECDB85
Text Example
Text Example
White with #ECDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB85; }
p { color: rgb(236,219,133); }
H1.HeaderClassName
{
color: #ECDB85;
}
.AnyTagClassName
{
color: #ECDB85;
}
</style>
background-color css
<style>
a { background-color: #ECDB85; }
a { background-color: rgb(236,219,133); }
div.DivClassName
{
background-color: #ECDB85;
}
.BgClassName
{
background-color: #ECDB85;
}
</style>
border-color css
<style>
span { border-color: #ECDB85; }
span { border-color: rgb(236,219,133); }
td.TdClassName
{
border-color: #ECDB85;
}
.TagClassName
{
border-color: #ECDB85;
}
</style>