Shades of Flax #EAD986
Tints of Flax #EAD986
RGB
CMYK
RGB Variations
Color information
#EAD986 (or 0xEAD986) is known color: Flax. HEX triplet: EA, D9 and 86. RGB value is (234,217,134). Sum of RGB (Red+Green+Blue) = 234+217+134=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD986 is #152679. Grayscale: #D4D4D4. Windows color (decimal): -1386106 or 8837610. OLE color: 8837610.
HSL color Cylindrical-coordinate representation of color #EAD986: hue angle of 49.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAD986 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 134 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.08 |
| HSL | 49.8º | 0.7% | 0.72% | - |
| HSV(B) | 49.8º | 0.43% | 0.92% | - |
| XYZ | 63.05 | 68.84 | 32.52 | - |
| YUV | 212.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 134 | 0 | 0.07 | 0.43 | 0.08 | 49.8 | 0.7 | 0.72 |
| Hex | EA | D9 | 86 | 0 | 7 | 2B | 8 | 32 | 46 | 48 |
| Octal | 352 | 331 | 206 | 0 | 7 | 53 | 10 | 62 | 106 | 110 |
| Binary | 11101010 | 11011001 | 10000110 | 0 | 111 | 101011 | 1000 | 110010 | 1000110 | 1001000 |
Color Harmonies of #EAD986
Complementary color
Monochromatic Colors of #EAD986
Black with #EAD986
Text Example
Text Example
White with #EAD986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD986; }
p { color: rgb(234,217,134); }
H1.HeaderClassName
{
color: #EAD986;
}
.AnyTagClassName
{
color: #EAD986;
}
</style>
background-color css
<style>
a { background-color: #EAD986; }
a { background-color: rgb(234,217,134); }
div.DivClassName
{
background-color: #EAD986;
}
.BgClassName
{
background-color: #EAD986;
}
</style>
border-color css
<style>
span { border-color: #EAD986; }
span { border-color: rgb(234,217,134); }
td.TdClassName
{
border-color: #EAD986;
}
.TagClassName
{
border-color: #EAD986;
}
</style>