Shades of Flax #ECD98E
Tints of Flax #ECD98E
RGB
CMYK
RGB Variations
Color information
#ECD98E (or 0xECD98E) is known color: Flax. HEX triplet: EC, D9 and 8E. RGB value is (236,217,142). Sum of RGB (Red+Green+Blue) = 236+217+142=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD98E is #132671. Grayscale: #D6D6D6. Windows color (decimal): -1255026 or 9361900. OLE color: 9361900.
HSL color Cylindrical-coordinate representation of color #ECD98E: hue angle of 47.87º 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 #ECD98E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 142 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.07 |
| HSL | 47.87º | 0.71% | 0.74% | - |
| HSV(B) | 47.87º | 0.4% | 0.93% | - |
| XYZ | 64.29 | 69.41 | 35.6 | - |
| YUV | 214.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 142 | 0 | 0.08 | 0.40 | 0.07 | 47.87 | 0.71 | 0.74 |
| Hex | EC | D9 | 8E | 0 | 8 | 28 | 7 | 30 | 47 | 4A |
| Octal | 354 | 331 | 216 | 0 | 10 | 50 | 7 | 60 | 107 | 112 |
| Binary | 11101100 | 11011001 | 10001110 | 0 | 1000 | 101000 | 111 | 110000 | 1000111 | 1001010 |
Color Harmonies of #ECD98E
Complementary color
Monochromatic Colors of #ECD98E
Black with #ECD98E
Text Example
Text Example
White with #ECD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD98E; }
p { color: rgb(236,217,142); }
H1.HeaderClassName
{
color: #ECD98E;
}
.AnyTagClassName
{
color: #ECD98E;
}
</style>
background-color css
<style>
a { background-color: #ECD98E; }
a { background-color: rgb(236,217,142); }
div.DivClassName
{
background-color: #ECD98E;
}
.BgClassName
{
background-color: #ECD98E;
}
</style>
border-color css
<style>
span { border-color: #ECD98E; }
span { border-color: rgb(236,217,142); }
td.TdClassName
{
border-color: #ECD98E;
}
.TagClassName
{
border-color: #ECD98E;
}
</style>