Shades of Flax #E9D686
Tints of Flax #E9D686
RGB
CMYK
RGB Variations
Color information
#E9D686 (or 0xE9D686) is known color: Flax. HEX triplet: E9, D6 and 86. RGB value is (233,214,134). Sum of RGB (Red+Green+Blue) = 233+214+134=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D686 is #162979. Grayscale: #D2D2D2. Windows color (decimal): -1452410 or 8836841. OLE color: 8836841.
HSL color Cylindrical-coordinate representation of color #E9D686: hue angle of 48.48º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E9D686 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 134 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.09 |
| HSL | 48.48º | 0.69% | 0.72% | - |
| HSV(B) | 48.48º | 0.42% | 0.91% | - |
| XYZ | 61.95 | 67.14 | 32.25 | - |
| YUV | 210.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 134 | 0 | 0.08 | 0.42 | 0.09 | 48.48 | 0.69 | 0.72 |
| Hex | E9 | D6 | 86 | 0 | 8 | 2A | 9 | 30 | 45 | 48 |
| Octal | 351 | 326 | 206 | 0 | 10 | 52 | 11 | 60 | 105 | 110 |
| Binary | 11101001 | 11010110 | 10000110 | 0 | 1000 | 101010 | 1001 | 110000 | 1000101 | 1001000 |
Color Harmonies of #E9D686
Complementary color
Monochromatic Colors of #E9D686
Black with #E9D686
Text Example
Text Example
White with #E9D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D686; }
p { color: rgb(233,214,134); }
H1.HeaderClassName
{
color: #E9D686;
}
.AnyTagClassName
{
color: #E9D686;
}
</style>
background-color css
<style>
a { background-color: #E9D686; }
a { background-color: rgb(233,214,134); }
div.DivClassName
{
background-color: #E9D686;
}
.BgClassName
{
background-color: #E9D686;
}
</style>
border-color css
<style>
span { border-color: #E9D686; }
span { border-color: rgb(233,214,134); }
td.TdClassName
{
border-color: #E9D686;
}
.TagClassName
{
border-color: #E9D686;
}
</style>