Shades of Flax #E5D97F
Tints of Flax #E5D97F
RGB
CMYK
RGB Variations
Color information
#E5D97F (or 0xE5D97F) is known color: Flax. HEX triplet: E5, D9 and 7F. RGB value is (229,217,127). Sum of RGB (Red+Green+Blue) = 229+217+127=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D97F is #1A2680. Grayscale: #D2D2D2. Windows color (decimal): -1713793 or 8378853. OLE color: 8378853.
HSL color Cylindrical-coordinate representation of color #E5D97F: hue angle of 52.94º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5D97F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 127 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.10 |
| HSL | 52.94º | 0.66% | 0.7% | - |
| HSV(B) | 52.94º | 0.45% | 0.9% | - |
| XYZ | 60.96 | 67.82 | 29.96 | - |
| YUV | 210.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 127 | 0 | 0.05 | 0.45 | 0.10 | 52.94 | 0.66 | 0.7 |
| Hex | E5 | D9 | 7F | 0 | 5 | 2D | A | 35 | 42 | 46 |
| Octal | 345 | 331 | 177 | 0 | 5 | 55 | 12 | 65 | 102 | 106 |
| Binary | 11100101 | 11011001 | 1111111 | 0 | 101 | 101101 | 1010 | 110101 | 1000010 | 1000110 |
Color Harmonies of #E5D97F
Complementary color
Monochromatic Colors of #E5D97F
Black with #E5D97F
Text Example
Text Example
White with #E5D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D97F; }
p { color: rgb(229,217,127); }
H1.HeaderClassName
{
color: #E5D97F;
}
.AnyTagClassName
{
color: #E5D97F;
}
</style>
background-color css
<style>
a { background-color: #E5D97F; }
a { background-color: rgb(229,217,127); }
div.DivClassName
{
background-color: #E5D97F;
}
.BgClassName
{
background-color: #E5D97F;
}
</style>
border-color css
<style>
span { border-color: #E5D97F; }
span { border-color: rgb(229,217,127); }
td.TdClassName
{
border-color: #E5D97F;
}
.TagClassName
{
border-color: #E5D97F;
}
</style>