Shades of Flax #E9DA8A
Tints of Flax #E9DA8A
RGB
CMYK
RGB Variations
Color information
#E9DA8A (or 0xE9DA8A) is known color: Flax. HEX triplet: E9, DA and 8A. RGB value is (233,218,138). Sum of RGB (Red+Green+Blue) = 233+218+138=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DA8A is #162575. Grayscale: #D5D5D5. Windows color (decimal): -1451382 or 9100009. OLE color: 9100009.
HSL color Cylindrical-coordinate representation of color #E9DA8A: hue angle of 50.53º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9DA8A is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 138 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.09 |
| HSL | 50.53º | 0.68% | 0.73% | - |
| HSV(B) | 50.53º | 0.41% | 0.91% | - |
| XYZ | 63.26 | 69.3 | 34.09 | - |
| YUV | 213.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 138 | 0 | 0.06 | 0.41 | 0.09 | 50.53 | 0.68 | 0.73 |
| Hex | E9 | DA | 8A | 0 | 6 | 29 | 9 | 33 | 44 | 49 |
| Octal | 351 | 332 | 212 | 0 | 6 | 51 | 11 | 63 | 104 | 111 |
| Binary | 11101001 | 11011010 | 10001010 | 0 | 110 | 101001 | 1001 | 110011 | 1000100 | 1001001 |
Color Harmonies of #E9DA8A
Complementary color
Monochromatic Colors of #E9DA8A
Black with #E9DA8A
Text Example
Text Example
White with #E9DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA8A; }
p { color: rgb(233,218,138); }
H1.HeaderClassName
{
color: #E9DA8A;
}
.AnyTagClassName
{
color: #E9DA8A;
}
</style>
background-color css
<style>
a { background-color: #E9DA8A; }
a { background-color: rgb(233,218,138); }
div.DivClassName
{
background-color: #E9DA8A;
}
.BgClassName
{
background-color: #E9DA8A;
}
</style>
border-color css
<style>
span { border-color: #E9DA8A; }
span { border-color: rgb(233,218,138); }
td.TdClassName
{
border-color: #E9DA8A;
}
.TagClassName
{
border-color: #E9DA8A;
}
</style>