Shades of Flax #E9DA7A
Tints of Flax #E9DA7A
RGB
CMYK
RGB Variations
Color information
#E9DA7A (or 0xE9DA7A) is known color: Flax. HEX triplet: E9, DA and 7A. RGB value is (233,218,122). Sum of RGB (Red+Green+Blue) = 233+218+122=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA7A is #162585. Grayscale: #D3D3D3. Windows color (decimal): -1451398 or 8051433. OLE color: 8051433.
HSL color Cylindrical-coordinate representation of color #E9DA7A: hue angle of 51.89º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9DA7A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 122 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.09 |
| HSL | 51.89º | 0.72% | 0.7% | - |
| HSV(B) | 51.89º | 0.48% | 0.91% | - |
| XYZ | 62.19 | 68.87 | 28.43 | - |
| YUV | 211.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 122 | 0 | 0.06 | 0.48 | 0.09 | 51.89 | 0.72 | 0.7 |
| Hex | E9 | DA | 7A | 0 | 6 | 30 | 9 | 34 | 48 | 46 |
| Octal | 351 | 332 | 172 | 0 | 6 | 60 | 11 | 64 | 110 | 106 |
| Binary | 11101001 | 11011010 | 1111010 | 0 | 110 | 110000 | 1001 | 110100 | 1001000 | 1000110 |
Color Harmonies of #E9DA7A
Complementary color
Monochromatic Colors of #E9DA7A
Black with #E9DA7A
Text Example
Text Example
White with #E9DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA7A; }
p { color: rgb(233,218,122); }
H1.HeaderClassName
{
color: #E9DA7A;
}
.AnyTagClassName
{
color: #E9DA7A;
}
</style>
background-color css
<style>
a { background-color: #E9DA7A; }
a { background-color: rgb(233,218,122); }
div.DivClassName
{
background-color: #E9DA7A;
}
.BgClassName
{
background-color: #E9DA7A;
}
</style>
border-color css
<style>
span { border-color: #E9DA7A; }
span { border-color: rgb(233,218,122); }
td.TdClassName
{
border-color: #E9DA7A;
}
.TagClassName
{
border-color: #E9DA7A;
}
</style>