Shades of Flax #E9D87E
Tints of Flax #E9D87E
RGB
CMYK
RGB Variations
Color information
#E9D87E (or 0xE9D87E) is known color: Flax. HEX triplet: E9, D8 and 7E. RGB value is (233,216,126). Sum of RGB (Red+Green+Blue) = 233+216+126=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D87E is #162781. Grayscale: #D3D3D3. Windows color (decimal): -1451906 or 8313065. OLE color: 8313065.
HSL color Cylindrical-coordinate representation of color #E9D87E: hue angle of 50.47º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E9D87E is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 126 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.09 |
| HSL | 50.47º | 0.71% | 0.7% | - |
| HSV(B) | 50.47º | 0.46% | 0.91% | - |
| XYZ | 61.93 | 67.94 | 29.59 | - |
| YUV | 210.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 126 | 0 | 0.07 | 0.46 | 0.09 | 50.47 | 0.71 | 0.7 |
| Hex | E9 | D8 | 7E | 0 | 7 | 2E | 9 | 32 | 47 | 46 |
| Octal | 351 | 330 | 176 | 0 | 7 | 56 | 11 | 62 | 107 | 106 |
| Binary | 11101001 | 11011000 | 1111110 | 0 | 111 | 101110 | 1001 | 110010 | 1000111 | 1000110 |
Color Harmonies of #E9D87E
Complementary color
Monochromatic Colors of #E9D87E
Black with #E9D87E
Text Example
Text Example
White with #E9D87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D87E; }
p { color: rgb(233,216,126); }
H1.HeaderClassName
{
color: #E9D87E;
}
.AnyTagClassName
{
color: #E9D87E;
}
</style>
background-color css
<style>
a { background-color: #E9D87E; }
a { background-color: rgb(233,216,126); }
div.DivClassName
{
background-color: #E9D87E;
}
.BgClassName
{
background-color: #E9D87E;
}
</style>
border-color css
<style>
span { border-color: #E9D87E; }
span { border-color: rgb(233,216,126); }
td.TdClassName
{
border-color: #E9D87E;
}
.TagClassName
{
border-color: #E9D87E;
}
</style>