Shades of Flax #ECD88D
Tints of Flax #ECD88D
RGB
CMYK
RGB Variations
Color information
#ECD88D (or 0xECD88D) is known color: Flax. HEX triplet: EC, D8 and 8D. RGB value is (236,216,141). Sum of RGB (Red+Green+Blue) = 236+216+141=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD88D is #132772. Grayscale: #D5D5D5. Windows color (decimal): -1255283 or 9296108. OLE color: 9296108.
HSL color Cylindrical-coordinate representation of color #ECD88D: hue angle of 47.37º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECD88D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 141 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.07 |
| HSL | 47.37º | 0.71% | 0.74% | - |
| HSV(B) | 47.37º | 0.4% | 0.93% | - |
| XYZ | 63.96 | 68.87 | 35.12 | - |
| YUV | 213.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 141 | 0 | 0.08 | 0.40 | 0.07 | 47.37 | 0.71 | 0.74 |
| Hex | EC | D8 | 8D | 0 | 8 | 28 | 7 | 2F | 47 | 4A |
| Octal | 354 | 330 | 215 | 0 | 10 | 50 | 7 | 57 | 107 | 112 |
| Binary | 11101100 | 11011000 | 10001101 | 0 | 1000 | 101000 | 111 | 101111 | 1000111 | 1001010 |
Color Harmonies of #ECD88D
Complementary color
Monochromatic Colors of #ECD88D
Black with #ECD88D
Text Example
Text Example
White with #ECD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD88D; }
p { color: rgb(236,216,141); }
H1.HeaderClassName
{
color: #ECD88D;
}
.AnyTagClassName
{
color: #ECD88D;
}
</style>
background-color css
<style>
a { background-color: #ECD88D; }
a { background-color: rgb(236,216,141); }
div.DivClassName
{
background-color: #ECD88D;
}
.BgClassName
{
background-color: #ECD88D;
}
</style>
border-color css
<style>
span { border-color: #ECD88D; }
span { border-color: rgb(236,216,141); }
td.TdClassName
{
border-color: #ECD88D;
}
.TagClassName
{
border-color: #ECD88D;
}
</style>