Shades of Flax #EADA89
Tints of Flax #EADA89
RGB
CMYK
RGB Variations
Color information
#EADA89 (or 0xEADA89) is known color: Flax. HEX triplet: EA, DA and 89. RGB value is (234,218,137). Sum of RGB (Red+Green+Blue) = 234+218+137=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA89 is #152576. Grayscale: #D5D5D5. Windows color (decimal): -1385847 or 9034474. OLE color: 9034474.
HSL color Cylindrical-coordinate representation of color #EADA89: hue angle of 50.1º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADA89 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 137 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.08 |
| HSL | 50.1º | 0.7% | 0.73% | - |
| HSV(B) | 50.1º | 0.41% | 0.92% | - |
| XYZ | 63.52 | 69.44 | 33.72 | - |
| YUV | 213.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 137 | 0 | 0.07 | 0.41 | 0.08 | 50.1 | 0.7 | 0.73 |
| Hex | EA | DA | 89 | 0 | 7 | 29 | 8 | 32 | 46 | 49 |
| Octal | 352 | 332 | 211 | 0 | 7 | 51 | 10 | 62 | 106 | 111 |
| Binary | 11101010 | 11011010 | 10001001 | 0 | 111 | 101001 | 1000 | 110010 | 1000110 | 1001001 |
Color Harmonies of #EADA89
Complementary color
Monochromatic Colors of #EADA89
Black with #EADA89
Text Example
Text Example
White with #EADA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA89; }
p { color: rgb(234,218,137); }
H1.HeaderClassName
{
color: #EADA89;
}
.AnyTagClassName
{
color: #EADA89;
}
</style>
background-color css
<style>
a { background-color: #EADA89; }
a { background-color: rgb(234,218,137); }
div.DivClassName
{
background-color: #EADA89;
}
.BgClassName
{
background-color: #EADA89;
}
</style>
border-color css
<style>
span { border-color: #EADA89; }
span { border-color: rgb(234,218,137); }
td.TdClassName
{
border-color: #EADA89;
}
.TagClassName
{
border-color: #EADA89;
}
</style>