Shades of Flax #EDD986
Tints of Flax #EDD986
RGB
CMYK
RGB Variations
Color information
#EDD986 (or 0xEDD986) is known color: Flax. HEX triplet: ED, D9 and 86. RGB value is (237,217,134). Sum of RGB (Red+Green+Blue) = 237+217+134=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD986 is #122679. Grayscale: #D5D5D5. Windows color (decimal): -1189498 or 8837613. OLE color: 8837613.
HSL color Cylindrical-coordinate representation of color #EDD986: hue angle of 48.35º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD986 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 134 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.07 |
| HSL | 48.35º | 0.74% | 0.73% | - |
| HSV(B) | 48.35º | 0.43% | 0.93% | - |
| XYZ | 64.04 | 69.35 | 32.57 | - |
| YUV | 213.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 134 | 0 | 0.08 | 0.43 | 0.07 | 48.35 | 0.74 | 0.73 |
| Hex | ED | D9 | 86 | 0 | 8 | 2B | 7 | 30 | 4A | 49 |
| Octal | 355 | 331 | 206 | 0 | 10 | 53 | 7 | 60 | 112 | 111 |
| Binary | 11101101 | 11011001 | 10000110 | 0 | 1000 | 101011 | 111 | 110000 | 1001010 | 1001001 |
Color Harmonies of #EDD986
Complementary color
Monochromatic Colors of #EDD986
Black with #EDD986
Text Example
Text Example
White with #EDD986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD986; }
p { color: rgb(237,217,134); }
H1.HeaderClassName
{
color: #EDD986;
}
.AnyTagClassName
{
color: #EDD986;
}
</style>
background-color css
<style>
a { background-color: #EDD986; }
a { background-color: rgb(237,217,134); }
div.DivClassName
{
background-color: #EDD986;
}
.BgClassName
{
background-color: #EDD986;
}
</style>
border-color css
<style>
span { border-color: #EDD986; }
span { border-color: rgb(237,217,134); }
td.TdClassName
{
border-color: #EDD986;
}
.TagClassName
{
border-color: #EDD986;
}
</style>