Shades of Flax #ECD98B
Tints of Flax #ECD98B
RGB
CMYK
RGB Variations
Color information
#ECD98B (or 0xECD98B) is known color: Flax. HEX triplet: EC, D9 and 8B. RGB value is (236,217,139). Sum of RGB (Red+Green+Blue) = 236+217+139=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD98B is #132674. Grayscale: #D6D6D6. Windows color (decimal): -1255029 or 9165292. OLE color: 9165292.
HSL color Cylindrical-coordinate representation of color #ECD98B: hue angle of 48.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECD98B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 139 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.07 |
| HSL | 48.25º | 0.72% | 0.74% | - |
| HSV(B) | 48.25º | 0.41% | 0.93% | - |
| XYZ | 64.07 | 69.32 | 34.43 | - |
| YUV | 213.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 139 | 0 | 0.08 | 0.41 | 0.07 | 48.25 | 0.72 | 0.74 |
| Hex | EC | D9 | 8B | 0 | 8 | 29 | 7 | 30 | 48 | 4A |
| Octal | 354 | 331 | 213 | 0 | 10 | 51 | 7 | 60 | 110 | 112 |
| Binary | 11101100 | 11011001 | 10001011 | 0 | 1000 | 101001 | 111 | 110000 | 1001000 | 1001010 |
Color Harmonies of #ECD98B
Complementary color
Monochromatic Colors of #ECD98B
Black with #ECD98B
Text Example
Text Example
White with #ECD98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD98B; }
p { color: rgb(236,217,139); }
H1.HeaderClassName
{
color: #ECD98B;
}
.AnyTagClassName
{
color: #ECD98B;
}
</style>
background-color css
<style>
a { background-color: #ECD98B; }
a { background-color: rgb(236,217,139); }
div.DivClassName
{
background-color: #ECD98B;
}
.BgClassName
{
background-color: #ECD98B;
}
</style>
border-color css
<style>
span { border-color: #ECD98B; }
span { border-color: rgb(236,217,139); }
td.TdClassName
{
border-color: #ECD98B;
}
.TagClassName
{
border-color: #ECD98B;
}
</style>