Shades of Flax #ECD584
Tints of Flax #ECD584
RGB
CMYK
RGB Variations
Color information
#ECD584 (or 0xECD584) is known color: Flax. HEX triplet: EC, D5 and 84. RGB value is (236,213,132). Sum of RGB (Red+Green+Blue) = 236+213+132=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD584 is #132A7B. Grayscale: #D2D2D2. Windows color (decimal): -1256060 or 8705516. OLE color: 8705516.
HSL color Cylindrical-coordinate representation of color #ECD584: hue angle of 46.73º 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 #ECD584 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 132 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.07 |
| HSL | 46.73º | 0.73% | 0.72% | - |
| HSV(B) | 46.73º | 0.44% | 0.93% | - |
| XYZ | 62.55 | 67.09 | 31.48 | - |
| YUV | 210.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 132 | 0 | 0.10 | 0.44 | 0.07 | 46.73 | 0.73 | 0.72 |
| Hex | EC | D5 | 84 | 0 | A | 2C | 7 | 2F | 49 | 48 |
| Octal | 354 | 325 | 204 | 0 | 12 | 54 | 7 | 57 | 111 | 110 |
| Binary | 11101100 | 11010101 | 10000100 | 0 | 1010 | 101100 | 111 | 101111 | 1001001 | 1001000 |
Color Harmonies of #ECD584
Complementary color
Monochromatic Colors of #ECD584
Black with #ECD584
Text Example
Text Example
White with #ECD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD584; }
p { color: rgb(236,213,132); }
H1.HeaderClassName
{
color: #ECD584;
}
.AnyTagClassName
{
color: #ECD584;
}
</style>
background-color css
<style>
a { background-color: #ECD584; }
a { background-color: rgb(236,213,132); }
div.DivClassName
{
background-color: #ECD584;
}
.BgClassName
{
background-color: #ECD584;
}
</style>
border-color css
<style>
span { border-color: #ECD584; }
span { border-color: rgb(236,213,132); }
td.TdClassName
{
border-color: #ECD584;
}
.TagClassName
{
border-color: #ECD584;
}
</style>