Shades of Flax #ECD585
Tints of Flax #ECD585
RGB
CMYK
RGB Variations
Color information
#ECD585 (or 0xECD585) is known color: Flax. HEX triplet: EC, D5 and 85. RGB value is (236,213,133). Sum of RGB (Red+Green+Blue) = 236+213+133=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD585 is #132A7A. Grayscale: #D3D3D3. Windows color (decimal): -1256059 or 8771052. OLE color: 8771052.
HSL color Cylindrical-coordinate representation of color #ECD585: hue angle of 46.6º 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 #ECD585 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 133 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.07 |
| HSL | 46.6º | 0.73% | 0.72% | - |
| HSV(B) | 46.6º | 0.44% | 0.93% | - |
| XYZ | 62.62 | 67.11 | 31.84 | - |
| YUV | 210.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 133 | 0 | 0.10 | 0.44 | 0.07 | 46.6 | 0.73 | 0.72 |
| Hex | EC | D5 | 85 | 0 | A | 2C | 7 | 2F | 49 | 48 |
| Octal | 354 | 325 | 205 | 0 | 12 | 54 | 7 | 57 | 111 | 110 |
| Binary | 11101100 | 11010101 | 10000101 | 0 | 1010 | 101100 | 111 | 101111 | 1001001 | 1001000 |
Color Harmonies of #ECD585
Complementary color
Monochromatic Colors of #ECD585
Black with #ECD585
Text Example
Text Example
White with #ECD585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD585; }
p { color: rgb(236,213,133); }
H1.HeaderClassName
{
color: #ECD585;
}
.AnyTagClassName
{
color: #ECD585;
}
</style>
background-color css
<style>
a { background-color: #ECD585; }
a { background-color: rgb(236,213,133); }
div.DivClassName
{
background-color: #ECD585;
}
.BgClassName
{
background-color: #ECD585;
}
</style>
border-color css
<style>
span { border-color: #ECD585; }
span { border-color: rgb(236,213,133); }
td.TdClassName
{
border-color: #ECD585;
}
.TagClassName
{
border-color: #ECD585;
}
</style>