Shades of Flax #EAD389
Tints of Flax #EAD389
RGB
CMYK
RGB Variations
Color information
#EAD389 (or 0xEAD389) is known color: Flax. HEX triplet: EA, D3 and 89. RGB value is (234,211,137). Sum of RGB (Red+Green+Blue) = 234+211+137=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 137 (53.91% from 255 or 23.54% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD389 is #152C76. Grayscale: #D1D1D1. Windows color (decimal): -1387639 or 9032682. OLE color: 9032682.
HSL color Cylindrical-coordinate representation of color #EAD389: hue angle of 45.77º 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 #EAD389 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 137 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.08 |
| HSL | 45.77º | 0.7% | 0.73% | - |
| HSV(B) | 45.77º | 0.41% | 0.92% | - |
| XYZ | 61.74 | 65.89 | 33.13 | - |
| YUV | 209.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 137 | 0 | 0.10 | 0.41 | 0.08 | 45.77 | 0.7 | 0.73 |
| Hex | EA | D3 | 89 | 0 | A | 29 | 8 | 2E | 46 | 49 |
| Octal | 352 | 323 | 211 | 0 | 12 | 51 | 10 | 56 | 106 | 111 |
| Binary | 11101010 | 11010011 | 10001001 | 0 | 1010 | 101001 | 1000 | 101110 | 1000110 | 1001001 |
Color Harmonies of #EAD389
Complementary color
Monochromatic Colors of #EAD389
Black with #EAD389
Text Example
Text Example
White with #EAD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD389; }
p { color: rgb(234,211,137); }
H1.HeaderClassName
{
color: #EAD389;
}
.AnyTagClassName
{
color: #EAD389;
}
</style>
background-color css
<style>
a { background-color: #EAD389; }
a { background-color: rgb(234,211,137); }
div.DivClassName
{
background-color: #EAD389;
}
.BgClassName
{
background-color: #EAD389;
}
</style>
border-color css
<style>
span { border-color: #EAD389; }
span { border-color: rgb(234,211,137); }
td.TdClassName
{
border-color: #EAD389;
}
.TagClassName
{
border-color: #EAD389;
}
</style>