Shades of Flax #EDD77C
Tints of Flax #EDD77C
RGB
CMYK
RGB Variations
Color information
#EDD77C (or 0xEDD77C) is known color: Flax. HEX triplet: ED, D7 and 7C. RGB value is (237,215,124). Sum of RGB (Red+Green+Blue) = 237+215+124=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD77C is #122883. Grayscale: #D3D3D3. Windows color (decimal): -1190020 or 8181741. OLE color: 8181741.
HSL color Cylindrical-coordinate representation of color #EDD77C: hue angle of 48.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDD77C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 124 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.07 |
| HSL | 48.32º | 0.76% | 0.71% | - |
| HSV(B) | 48.32º | 0.48% | 0.93% | - |
| XYZ | 62.86 | 68.06 | 28.89 | - |
| YUV | 211.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 124 | 0 | 0.09 | 0.48 | 0.07 | 48.32 | 0.76 | 0.71 |
| Hex | ED | D7 | 7C | 0 | 9 | 30 | 7 | 30 | 4C | 47 |
| Octal | 355 | 327 | 174 | 0 | 11 | 60 | 7 | 60 | 114 | 107 |
| Binary | 11101101 | 11010111 | 1111100 | 0 | 1001 | 110000 | 111 | 110000 | 1001100 | 1000111 |
Color Harmonies of #EDD77C
Complementary color
Monochromatic Colors of #EDD77C
Black with #EDD77C
Text Example
Text Example
White with #EDD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD77C; }
p { color: rgb(237,215,124); }
H1.HeaderClassName
{
color: #EDD77C;
}
.AnyTagClassName
{
color: #EDD77C;
}
</style>
background-color css
<style>
a { background-color: #EDD77C; }
a { background-color: rgb(237,215,124); }
div.DivClassName
{
background-color: #EDD77C;
}
.BgClassName
{
background-color: #EDD77C;
}
</style>
border-color css
<style>
span { border-color: #EDD77C; }
span { border-color: rgb(237,215,124); }
td.TdClassName
{
border-color: #EDD77C;
}
.TagClassName
{
border-color: #EDD77C;
}
</style>