Shades of Flax #EDD977
Tints of Flax #EDD977
RGB
CMYK
RGB Variations
Color information
#EDD977 (or 0xEDD977) is known color: Flax. HEX triplet: ED, D9 and 77. RGB value is (237,217,119). Sum of RGB (Red+Green+Blue) = 237+217+119=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD977 is #122688. Grayscale: #D4D4D4. Windows color (decimal): -1189513 or 7854573. OLE color: 7854573.
HSL color Cylindrical-coordinate representation of color #EDD977: hue angle of 49.83º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD977 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 119 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.07 |
| HSL | 49.83º | 0.77% | 0.7% | - |
| HSV(B) | 49.83º | 0.5% | 0.93% | - |
| XYZ | 63.07 | 68.96 | 27.44 | - |
| YUV | 211.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 119 | 0 | 0.08 | 0.50 | 0.07 | 49.83 | 0.77 | 0.7 |
| Hex | ED | D9 | 77 | 0 | 8 | 32 | 7 | 32 | 4D | 46 |
| Octal | 355 | 331 | 167 | 0 | 10 | 62 | 7 | 62 | 115 | 106 |
| Binary | 11101101 | 11011001 | 1110111 | 0 | 1000 | 110010 | 111 | 110010 | 1001101 | 1000110 |
Color Harmonies of #EDD977
Complementary color
Monochromatic Colors of #EDD977
Black with #EDD977
Text Example
Text Example
White with #EDD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD977; }
p { color: rgb(237,217,119); }
H1.HeaderClassName
{
color: #EDD977;
}
.AnyTagClassName
{
color: #EDD977;
}
</style>
background-color css
<style>
a { background-color: #EDD977; }
a { background-color: rgb(237,217,119); }
div.DivClassName
{
background-color: #EDD977;
}
.BgClassName
{
background-color: #EDD977;
}
</style>
border-color css
<style>
span { border-color: #EDD977; }
span { border-color: rgb(237,217,119); }
td.TdClassName
{
border-color: #EDD977;
}
.TagClassName
{
border-color: #EDD977;
}
</style>