Shades of Flax #ECD77C
Tints of Flax #ECD77C
RGB
CMYK
RGB Variations
Color information
#ECD77C (or 0xECD77C) is known color: Flax. HEX triplet: EC, D7 and 7C. RGB value is (236,215,124). Sum of RGB (Red+Green+Blue) = 236+215+124=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD77C is #132883. Grayscale: #D3D3D3. Windows color (decimal): -1255556 or 8181740. OLE color: 8181740.
HSL color Cylindrical-coordinate representation of color #ECD77C: hue angle of 48.75º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECD77C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 124 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.07 |
| HSL | 48.75º | 0.75% | 0.71% | - |
| HSV(B) | 48.75º | 0.47% | 0.93% | - |
| XYZ | 62.53 | 67.89 | 28.88 | - |
| YUV | 210.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 124 | 0 | 0.09 | 0.47 | 0.07 | 48.75 | 0.75 | 0.71 |
| Hex | EC | D7 | 7C | 0 | 9 | 2F | 7 | 31 | 4B | 47 |
| Octal | 354 | 327 | 174 | 0 | 11 | 57 | 7 | 61 | 113 | 107 |
| Binary | 11101100 | 11010111 | 1111100 | 0 | 1001 | 101111 | 111 | 110001 | 1001011 | 1000111 |
Color Harmonies of #ECD77C
Complementary color
Monochromatic Colors of #ECD77C
Black with #ECD77C
Text Example
Text Example
White with #ECD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD77C; }
p { color: rgb(236,215,124); }
H1.HeaderClassName
{
color: #ECD77C;
}
.AnyTagClassName
{
color: #ECD77C;
}
</style>
background-color css
<style>
a { background-color: #ECD77C; }
a { background-color: rgb(236,215,124); }
div.DivClassName
{
background-color: #ECD77C;
}
.BgClassName
{
background-color: #ECD77C;
}
</style>
border-color css
<style>
span { border-color: #ECD77C; }
span { border-color: rgb(236,215,124); }
td.TdClassName
{
border-color: #ECD77C;
}
.TagClassName
{
border-color: #ECD77C;
}
</style>