Shades of Flax #ECD77E
Tints of Flax #ECD77E
RGB
CMYK
RGB Variations
Color information
#ECD77E (or 0xECD77E) is known color: Flax. HEX triplet: EC, D7 and 7E. RGB value is (236,215,126). Sum of RGB (Red+Green+Blue) = 236+215+126=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD77E is #132881. Grayscale: #D3D3D3. Windows color (decimal): -1255554 or 8312812. OLE color: 8312812.
HSL color Cylindrical-coordinate representation of color #ECD77E: hue angle of 48.55º degrees, saturation: 0.74, 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 #ECD77E is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 126 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.07 |
| HSL | 48.55º | 0.74% | 0.71% | - |
| HSV(B) | 48.55º | 0.47% | 0.93% | - |
| XYZ | 62.66 | 67.94 | 29.55 | - |
| YUV | 211.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 126 | 0 | 0.09 | 0.47 | 0.07 | 48.55 | 0.74 | 0.71 |
| Hex | EC | D7 | 7E | 0 | 9 | 2F | 7 | 31 | 4A | 47 |
| Octal | 354 | 327 | 176 | 0 | 11 | 57 | 7 | 61 | 112 | 107 |
| Binary | 11101100 | 11010111 | 1111110 | 0 | 1001 | 101111 | 111 | 110001 | 1001010 | 1000111 |
Color Harmonies of #ECD77E
Complementary color
Monochromatic Colors of #ECD77E
Black with #ECD77E
Text Example
Text Example
White with #ECD77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD77E; }
p { color: rgb(236,215,126); }
H1.HeaderClassName
{
color: #ECD77E;
}
.AnyTagClassName
{
color: #ECD77E;
}
</style>
background-color css
<style>
a { background-color: #ECD77E; }
a { background-color: rgb(236,215,126); }
div.DivClassName
{
background-color: #ECD77E;
}
.BgClassName
{
background-color: #ECD77E;
}
</style>
border-color css
<style>
span { border-color: #ECD77E; }
span { border-color: rgb(236,215,126); }
td.TdClassName
{
border-color: #ECD77E;
}
.TagClassName
{
border-color: #ECD77E;
}
</style>