Shades of Flax #EDDA86
Tints of Flax #EDDA86
RGB
CMYK
RGB Variations
Color information
#EDDA86 (or 0xEDDA86) is known color: Flax. HEX triplet: ED, DA and 86. RGB value is (237,218,134). Sum of RGB (Red+Green+Blue) = 237+218+134=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA86 is #122579. Grayscale: #D6D6D6. Windows color (decimal): -1189242 or 8837869. OLE color: 8837869.
HSL color Cylindrical-coordinate representation of color #EDDA86: hue angle of 48.93º 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 #EDDA86 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 134 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.07 |
| HSL | 48.93º | 0.74% | 0.73% | - |
| HSV(B) | 48.93º | 0.43% | 0.93% | - |
| XYZ | 64.3 | 69.87 | 32.65 | - |
| YUV | 214.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 134 | 0 | 0.08 | 0.43 | 0.07 | 48.93 | 0.74 | 0.73 |
| Hex | ED | DA | 86 | 0 | 8 | 2B | 7 | 31 | 4A | 49 |
| Octal | 355 | 332 | 206 | 0 | 10 | 53 | 7 | 61 | 112 | 111 |
| Binary | 11101101 | 11011010 | 10000110 | 0 | 1000 | 101011 | 111 | 110001 | 1001010 | 1001001 |
Color Harmonies of #EDDA86
Complementary color
Monochromatic Colors of #EDDA86
Black with #EDDA86
Text Example
Text Example
White with #EDDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA86; }
p { color: rgb(237,218,134); }
H1.HeaderClassName
{
color: #EDDA86;
}
.AnyTagClassName
{
color: #EDDA86;
}
</style>
background-color css
<style>
a { background-color: #EDDA86; }
a { background-color: rgb(237,218,134); }
div.DivClassName
{
background-color: #EDDA86;
}
.BgClassName
{
background-color: #EDDA86;
}
</style>
border-color css
<style>
span { border-color: #EDDA86; }
span { border-color: rgb(237,218,134); }
td.TdClassName
{
border-color: #EDDA86;
}
.TagClassName
{
border-color: #EDDA86;
}
</style>