Shades of Flax #E9D68B
Tints of Flax #E9D68B
RGB
CMYK
RGB Variations
Color information
#E9D68B (or 0xE9D68B) is known color: Flax. HEX triplet: E9, D6 and 8B. RGB value is (233,214,139). Sum of RGB (Red+Green+Blue) = 233+214+139=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D68B is #162974. Grayscale: #D3D3D3. Windows color (decimal): -1452405 or 9164521. OLE color: 9164521.
HSL color Cylindrical-coordinate representation of color #E9D68B: hue angle of 47.87º degrees, saturation: 0.68, 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 #E9D68B is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 139 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.09 |
| HSL | 47.87º | 0.68% | 0.73% | - |
| HSV(B) | 47.87º | 0.4% | 0.91% | - |
| XYZ | 62.31 | 67.28 | 34.13 | - |
| YUV | 211.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 139 | 0 | 0.08 | 0.40 | 0.09 | 47.87 | 0.68 | 0.73 |
| Hex | E9 | D6 | 8B | 0 | 8 | 28 | 9 | 30 | 44 | 49 |
| Octal | 351 | 326 | 213 | 0 | 10 | 50 | 11 | 60 | 104 | 111 |
| Binary | 11101001 | 11010110 | 10001011 | 0 | 1000 | 101000 | 1001 | 110000 | 1000100 | 1001001 |
Color Harmonies of #E9D68B
Complementary color
Monochromatic Colors of #E9D68B
Black with #E9D68B
Text Example
Text Example
White with #E9D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D68B; }
p { color: rgb(233,214,139); }
H1.HeaderClassName
{
color: #E9D68B;
}
.AnyTagClassName
{
color: #E9D68B;
}
</style>
background-color css
<style>
a { background-color: #E9D68B; }
a { background-color: rgb(233,214,139); }
div.DivClassName
{
background-color: #E9D68B;
}
.BgClassName
{
background-color: #E9D68B;
}
</style>
border-color css
<style>
span { border-color: #E9D68B; }
span { border-color: rgb(233,214,139); }
td.TdClassName
{
border-color: #E9D68B;
}
.TagClassName
{
border-color: #E9D68B;
}
</style>