Shades of Flax #ECD580
Tints of Flax #ECD580
RGB
CMYK
RGB Variations
Color information
#ECD580 (or 0xECD580) is known color: Flax. HEX triplet: EC, D5 and 80. RGB value is (236,213,128). Sum of RGB (Red+Green+Blue) = 236+213+128=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD580 is #132A7F. Grayscale: #D2D2D2. Windows color (decimal): -1256064 or 8443372. OLE color: 8443372.
HSL color Cylindrical-coordinate representation of color #ECD580: hue angle of 47.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECD580 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 128 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.07 |
| HSL | 47.22º | 0.74% | 0.71% | - |
| HSV(B) | 47.22º | 0.46% | 0.93% | - |
| XYZ | 62.28 | 66.98 | 30.07 | - |
| YUV | 210.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 128 | 0 | 0.10 | 0.46 | 0.07 | 47.22 | 0.74 | 0.71 |
| Hex | EC | D5 | 80 | 0 | A | 2E | 7 | 2F | 4A | 47 |
| Octal | 354 | 325 | 200 | 0 | 12 | 56 | 7 | 57 | 112 | 107 |
| Binary | 11101100 | 11010101 | 10000000 | 0 | 1010 | 101110 | 111 | 101111 | 1001010 | 1000111 |
Color Harmonies of #ECD580
Complementary color
Monochromatic Colors of #ECD580
Black with #ECD580
Text Example
Text Example
White with #ECD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD580; }
p { color: rgb(236,213,128); }
H1.HeaderClassName
{
color: #ECD580;
}
.AnyTagClassName
{
color: #ECD580;
}
</style>
background-color css
<style>
a { background-color: #ECD580; }
a { background-color: rgb(236,213,128); }
div.DivClassName
{
background-color: #ECD580;
}
.BgClassName
{
background-color: #ECD580;
}
</style>
border-color css
<style>
span { border-color: #ECD580; }
span { border-color: rgb(236,213,128); }
td.TdClassName
{
border-color: #ECD580;
}
.TagClassName
{
border-color: #ECD580;
}
</style>