Shades of Flax #ECD97B
Tints of Flax #ECD97B
RGB
CMYK
RGB Variations
Color information
#ECD97B (or 0xECD97B) is known color: Flax. HEX triplet: EC, D9 and 7B. RGB value is (236,217,123). Sum of RGB (Red+Green+Blue) = 236+217+123=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD97B is #132684. Grayscale: #D4D4D4. Windows color (decimal): -1255045 or 8116716. OLE color: 8116716.
HSL color Cylindrical-coordinate representation of color #ECD97B: hue angle of 49.91º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECD97B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 123 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 49.91º | 0.75% | 0.7% | - |
| HSV(B) | 49.91º | 0.48% | 0.93% | - |
| XYZ | 62.98 | 68.89 | 28.72 | - |
| YUV | 211.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 123 | 0 | 0.08 | 0.48 | 0.07 | 49.91 | 0.75 | 0.7 |
| Hex | EC | D9 | 7B | 0 | 8 | 30 | 7 | 32 | 4B | 46 |
| Octal | 354 | 331 | 173 | 0 | 10 | 60 | 7 | 62 | 113 | 106 |
| Binary | 11101100 | 11011001 | 1111011 | 0 | 1000 | 110000 | 111 | 110010 | 1001011 | 1000110 |
Color Harmonies of #ECD97B
Complementary color
Monochromatic Colors of #ECD97B
Black with #ECD97B
Text Example
Text Example
White with #ECD97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD97B; }
p { color: rgb(236,217,123); }
H1.HeaderClassName
{
color: #ECD97B;
}
.AnyTagClassName
{
color: #ECD97B;
}
</style>
background-color css
<style>
a { background-color: #ECD97B; }
a { background-color: rgb(236,217,123); }
div.DivClassName
{
background-color: #ECD97B;
}
.BgClassName
{
background-color: #ECD97B;
}
</style>
border-color css
<style>
span { border-color: #ECD97B; }
span { border-color: rgb(236,217,123); }
td.TdClassName
{
border-color: #ECD97B;
}
.TagClassName
{
border-color: #ECD97B;
}
</style>