Shades of Flax #E9DA7B
Tints of Flax #E9DA7B
RGB
CMYK
RGB Variations
Color information
#E9DA7B (or 0xE9DA7B) is known color: Flax. HEX triplet: E9, DA and 7B. RGB value is (233,218,123). Sum of RGB (Red+Green+Blue) = 233+218+123=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA7B is #162584. Grayscale: #D4D4D4. Windows color (decimal): -1451397 or 8116969. OLE color: 8116969.
HSL color Cylindrical-coordinate representation of color #E9DA7B: hue angle of 51.82º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9DA7B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 123 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.09 |
| HSL | 51.82º | 0.71% | 0.7% | - |
| HSV(B) | 51.82º | 0.47% | 0.91% | - |
| XYZ | 62.25 | 68.9 | 28.76 | - |
| YUV | 211.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 123 | 0 | 0.06 | 0.47 | 0.09 | 51.82 | 0.71 | 0.7 |
| Hex | E9 | DA | 7B | 0 | 6 | 2F | 9 | 34 | 47 | 46 |
| Octal | 351 | 332 | 173 | 0 | 6 | 57 | 11 | 64 | 107 | 106 |
| Binary | 11101001 | 11011010 | 1111011 | 0 | 110 | 101111 | 1001 | 110100 | 1000111 | 1000110 |
Color Harmonies of #E9DA7B
Complementary color
Monochromatic Colors of #E9DA7B
Black with #E9DA7B
Text Example
Text Example
White with #E9DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DA7B; }
p { color: rgb(233,218,123); }
H1.HeaderClassName
{
color: #E9DA7B;
}
.AnyTagClassName
{
color: #E9DA7B;
}
</style>
background-color css
<style>
a { background-color: #E9DA7B; }
a { background-color: rgb(233,218,123); }
div.DivClassName
{
background-color: #E9DA7B;
}
.BgClassName
{
background-color: #E9DA7B;
}
</style>
border-color css
<style>
span { border-color: #E9DA7B; }
span { border-color: rgb(233,218,123); }
td.TdClassName
{
border-color: #E9DA7B;
}
.TagClassName
{
border-color: #E9DA7B;
}
</style>