Shades of Flax #EADA8B
Tints of Flax #EADA8B
RGB
CMYK
RGB Variations
Color information
#EADA8B (or 0xEADA8B) is known color: Flax. HEX triplet: EA, DA and 8B. RGB value is (234,218,139). Sum of RGB (Red+Green+Blue) = 234+218+139=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA8B is #152574. Grayscale: #D6D6D6. Windows color (decimal): -1385845 or 9165546. OLE color: 9165546.
HSL color Cylindrical-coordinate representation of color #EADA8B: hue angle of 49.89º degrees, saturation: 0.69, 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 #EADA8B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 139 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.08 |
| HSL | 49.89º | 0.69% | 0.73% | - |
| HSV(B) | 49.89º | 0.41% | 0.92% | - |
| XYZ | 63.66 | 69.5 | 34.49 | - |
| YUV | 213.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 139 | 0 | 0.07 | 0.41 | 0.08 | 49.89 | 0.69 | 0.73 |
| Hex | EA | DA | 8B | 0 | 7 | 29 | 8 | 32 | 45 | 49 |
| Octal | 352 | 332 | 213 | 0 | 7 | 51 | 10 | 62 | 105 | 111 |
| Binary | 11101010 | 11011010 | 10001011 | 0 | 111 | 101001 | 1000 | 110010 | 1000101 | 1001001 |
Color Harmonies of #EADA8B
Complementary color
Monochromatic Colors of #EADA8B
Black with #EADA8B
Text Example
Text Example
White with #EADA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA8B; }
p { color: rgb(234,218,139); }
H1.HeaderClassName
{
color: #EADA8B;
}
.AnyTagClassName
{
color: #EADA8B;
}
</style>
background-color css
<style>
a { background-color: #EADA8B; }
a { background-color: rgb(234,218,139); }
div.DivClassName
{
background-color: #EADA8B;
}
.BgClassName
{
background-color: #EADA8B;
}
</style>
border-color css
<style>
span { border-color: #EADA8B; }
span { border-color: rgb(234,218,139); }
td.TdClassName
{
border-color: #EADA8B;
}
.TagClassName
{
border-color: #EADA8B;
}
</style>