Shades of Flax #E7D97C
Tints of Flax #E7D97C
RGB
CMYK
RGB Variations
Color information
#E7D97C (or 0xE7D97C) is known color: Flax. HEX triplet: E7, D9 and 7C. RGB value is (231,217,124). Sum of RGB (Red+Green+Blue) = 231+217+124=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D97C is #182683. Grayscale: #D2D2D2. Windows color (decimal): -1582724 or 8182247. OLE color: 8182247.
HSL color Cylindrical-coordinate representation of color #E7D97C: hue angle of 52.15º degrees, saturation: 0.69, 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 #E7D97C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 124 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.09 |
| HSL | 52.15º | 0.69% | 0.7% | - |
| HSV(B) | 52.15º | 0.46% | 0.91% | - |
| XYZ | 61.41 | 68.07 | 28.97 | - |
| YUV | 210.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 124 | 0 | 0.06 | 0.46 | 0.09 | 52.15 | 0.69 | 0.7 |
| Hex | E7 | D9 | 7C | 0 | 6 | 2E | 9 | 34 | 45 | 46 |
| Octal | 347 | 331 | 174 | 0 | 6 | 56 | 11 | 64 | 105 | 106 |
| Binary | 11100111 | 11011001 | 1111100 | 0 | 110 | 101110 | 1001 | 110100 | 1000101 | 1000110 |
Color Harmonies of #E7D97C
Complementary color
Monochromatic Colors of #E7D97C
Black with #E7D97C
Text Example
Text Example
White with #E7D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D97C; }
p { color: rgb(231,217,124); }
H1.HeaderClassName
{
color: #E7D97C;
}
.AnyTagClassName
{
color: #E7D97C;
}
</style>
background-color css
<style>
a { background-color: #E7D97C; }
a { background-color: rgb(231,217,124); }
div.DivClassName
{
background-color: #E7D97C;
}
.BgClassName
{
background-color: #E7D97C;
}
</style>
border-color css
<style>
span { border-color: #E7D97C; }
span { border-color: rgb(231,217,124); }
td.TdClassName
{
border-color: #E7D97C;
}
.TagClassName
{
border-color: #E7D97C;
}
</style>