Shades of Flax #EDD97F
Tints of Flax #EDD97F
RGB
CMYK
RGB Variations
Color information
#EDD97F (or 0xEDD97F) is known color: Flax. HEX triplet: ED, D9 and 7F. RGB value is (237,217,127). Sum of RGB (Red+Green+Blue) = 237+217+127=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD97F is #122680. Grayscale: #D5D5D5. Windows color (decimal): -1189505 or 8378861. OLE color: 8378861.
HSL color Cylindrical-coordinate representation of color #EDD97F: hue angle of 49.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDD97F is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 127 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 49.09º | 0.75% | 0.71% | - |
| HSV(B) | 49.09º | 0.46% | 0.93% | - |
| XYZ | 63.57 | 69.16 | 30.08 | - |
| YUV | 212.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 127 | 0 | 0.08 | 0.46 | 0.07 | 49.09 | 0.75 | 0.71 |
| Hex | ED | D9 | 7F | 0 | 8 | 2E | 7 | 31 | 4B | 47 |
| Octal | 355 | 331 | 177 | 0 | 10 | 56 | 7 | 61 | 113 | 107 |
| Binary | 11101101 | 11011001 | 1111111 | 0 | 1000 | 101110 | 111 | 110001 | 1001011 | 1000111 |
Color Harmonies of #EDD97F
Complementary color
Monochromatic Colors of #EDD97F
Black with #EDD97F
Text Example
Text Example
White with #EDD97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD97F; }
p { color: rgb(237,217,127); }
H1.HeaderClassName
{
color: #EDD97F;
}
.AnyTagClassName
{
color: #EDD97F;
}
</style>
background-color css
<style>
a { background-color: #EDD97F; }
a { background-color: rgb(237,217,127); }
div.DivClassName
{
background-color: #EDD97F;
}
.BgClassName
{
background-color: #EDD97F;
}
</style>
border-color css
<style>
span { border-color: #EDD97F; }
span { border-color: rgb(237,217,127); }
td.TdClassName
{
border-color: #EDD97F;
}
.TagClassName
{
border-color: #EDD97F;
}
</style>