Shades of Flax #E7D38B
Tints of Flax #E7D38B
RGB
CMYK
RGB Variations
Color information
#E7D38B (or 0xE7D38B) is known color: Flax. HEX triplet: E7, D3 and 8B. RGB value is (231,211,139). Sum of RGB (Red+Green+Blue) = 231+211+139=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D38B is #182C74. Grayscale: #D1D1D1. Windows color (decimal): -1584245 or 9163751. OLE color: 9163751.
HSL color Cylindrical-coordinate representation of color #E7D38B: hue angle of 46.96º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7D38B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 139 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.09 |
| HSL | 46.96º | 0.66% | 0.73% | - |
| HSV(B) | 46.96º | 0.4% | 0.91% | - |
| XYZ | 60.91 | 65.44 | 33.85 | - |
| YUV | 208.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 139 | 0 | 0.09 | 0.40 | 0.09 | 46.96 | 0.66 | 0.73 |
| Hex | E7 | D3 | 8B | 0 | 9 | 28 | 9 | 2F | 42 | 49 |
| Octal | 347 | 323 | 213 | 0 | 11 | 50 | 11 | 57 | 102 | 111 |
| Binary | 11100111 | 11010011 | 10001011 | 0 | 1001 | 101000 | 1001 | 101111 | 1000010 | 1001001 |
Color Harmonies of #E7D38B
Complementary color
Monochromatic Colors of #E7D38B
Black with #E7D38B
Text Example
Text Example
White with #E7D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D38B; }
p { color: rgb(231,211,139); }
H1.HeaderClassName
{
color: #E7D38B;
}
.AnyTagClassName
{
color: #E7D38B;
}
</style>
background-color css
<style>
a { background-color: #E7D38B; }
a { background-color: rgb(231,211,139); }
div.DivClassName
{
background-color: #E7D38B;
}
.BgClassName
{
background-color: #E7D38B;
}
</style>
border-color css
<style>
span { border-color: #E7D38B; }
span { border-color: rgb(231,211,139); }
td.TdClassName
{
border-color: #E7D38B;
}
.TagClassName
{
border-color: #E7D38B;
}
</style>