Shades of Flax #EADA86
Tints of Flax #EADA86
RGB
CMYK
RGB Variations
Color information
#EADA86 (or 0xEADA86) is known color: Flax. HEX triplet: EA, DA and 86. RGB value is (234,218,134). Sum of RGB (Red+Green+Blue) = 234+218+134=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA86 is #152579. Grayscale: #D5D5D5. Windows color (decimal): -1385850 or 8837866. OLE color: 8837866.
HSL color Cylindrical-coordinate representation of color #EADA86: hue angle of 50.4º 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 #EADA86 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 134 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.08 |
| HSL | 50.4º | 0.7% | 0.72% | - |
| HSV(B) | 50.4º | 0.43% | 0.92% | - |
| XYZ | 63.31 | 69.36 | 32.6 | - |
| YUV | 213.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 134 | 0 | 0.07 | 0.43 | 0.08 | 50.4 | 0.7 | 0.72 |
| Hex | EA | DA | 86 | 0 | 7 | 2B | 8 | 32 | 46 | 48 |
| Octal | 352 | 332 | 206 | 0 | 7 | 53 | 10 | 62 | 106 | 110 |
| Binary | 11101010 | 11011010 | 10000110 | 0 | 111 | 101011 | 1000 | 110010 | 1000110 | 1001000 |
Color Harmonies of #EADA86
Complementary color
Monochromatic Colors of #EADA86
Black with #EADA86
Text Example
Text Example
White with #EADA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA86; }
p { color: rgb(234,218,134); }
H1.HeaderClassName
{
color: #EADA86;
}
.AnyTagClassName
{
color: #EADA86;
}
</style>
background-color css
<style>
a { background-color: #EADA86; }
a { background-color: rgb(234,218,134); }
div.DivClassName
{
background-color: #EADA86;
}
.BgClassName
{
background-color: #EADA86;
}
</style>
border-color css
<style>
span { border-color: #EADA86; }
span { border-color: rgb(234,218,134); }
td.TdClassName
{
border-color: #EADA86;
}
.TagClassName
{
border-color: #EADA86;
}
</style>