Shades of Flax #E7D67F
Tints of Flax #E7D67F
RGB
CMYK
RGB Variations
Color information
#E7D67F (or 0xE7D67F) is known color: Flax. HEX triplet: E7, D6 and 7F. RGB value is (231,214,127). Sum of RGB (Red+Green+Blue) = 231+214+127=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D67F is #182980. Grayscale: #D1D1D1. Windows color (decimal): -1583489 or 8378087. OLE color: 8378087.
HSL color Cylindrical-coordinate representation of color #E7D67F: hue angle of 50.19º 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 #E7D67F is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 127 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.09 |
| HSL | 50.19º | 0.68% | 0.7% | - |
| HSV(B) | 50.19º | 0.45% | 0.91% | - |
| XYZ | 60.83 | 66.61 | 29.73 | - |
| YUV | 209.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 127 | 0 | 0.07 | 0.45 | 0.09 | 50.19 | 0.68 | 0.7 |
| Hex | E7 | D6 | 7F | 0 | 7 | 2D | 9 | 32 | 44 | 46 |
| Octal | 347 | 326 | 177 | 0 | 7 | 55 | 11 | 62 | 104 | 106 |
| Binary | 11100111 | 11010110 | 1111111 | 0 | 111 | 101101 | 1001 | 110010 | 1000100 | 1000110 |
Color Harmonies of #E7D67F
Complementary color
Monochromatic Colors of #E7D67F
Black with #E7D67F
Text Example
Text Example
White with #E7D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D67F; }
p { color: rgb(231,214,127); }
H1.HeaderClassName
{
color: #E7D67F;
}
.AnyTagClassName
{
color: #E7D67F;
}
</style>
background-color css
<style>
a { background-color: #E7D67F; }
a { background-color: rgb(231,214,127); }
div.DivClassName
{
background-color: #E7D67F;
}
.BgClassName
{
background-color: #E7D67F;
}
</style>
border-color css
<style>
span { border-color: #E7D67F; }
span { border-color: rgb(231,214,127); }
td.TdClassName
{
border-color: #E7D67F;
}
.TagClassName
{
border-color: #E7D67F;
}
</style>