Shades of Flax #E7D47F
Tints of Flax #E7D47F
RGB
CMYK
RGB Variations
Color information
#E7D47F (or 0xE7D47F) is known color: Flax. HEX triplet: E7, D4 and 7F. RGB value is (231,212,127). Sum of RGB (Red+Green+Blue) = 231+212+127=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D47F is #182B80. Grayscale: #D0D0D0. Windows color (decimal): -1584001 or 8377575. OLE color: 8377575.
HSL color Cylindrical-coordinate representation of color #E7D47F: hue angle of 49.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7D47F is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 127 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.09 |
| HSL | 49.04º | 0.68% | 0.7% | - |
| HSV(B) | 49.04º | 0.45% | 0.91% | - |
| XYZ | 60.33 | 65.61 | 29.56 | - |
| YUV | 207.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 127 | 0 | 0.08 | 0.45 | 0.09 | 49.04 | 0.68 | 0.7 |
| Hex | E7 | D4 | 7F | 0 | 8 | 2D | 9 | 31 | 44 | 46 |
| Octal | 347 | 324 | 177 | 0 | 10 | 55 | 11 | 61 | 104 | 106 |
| Binary | 11100111 | 11010100 | 1111111 | 0 | 1000 | 101101 | 1001 | 110001 | 1000100 | 1000110 |
Color Harmonies of #E7D47F
Complementary color
Monochromatic Colors of #E7D47F
Black with #E7D47F
Text Example
Text Example
White with #E7D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D47F; }
p { color: rgb(231,212,127); }
H1.HeaderClassName
{
color: #E7D47F;
}
.AnyTagClassName
{
color: #E7D47F;
}
</style>
background-color css
<style>
a { background-color: #E7D47F; }
a { background-color: rgb(231,212,127); }
div.DivClassName
{
background-color: #E7D47F;
}
.BgClassName
{
background-color: #E7D47F;
}
</style>
border-color css
<style>
span { border-color: #E7D47F; }
span { border-color: rgb(231,212,127); }
td.TdClassName
{
border-color: #E7D47F;
}
.TagClassName
{
border-color: #E7D47F;
}
</style>