Shades of Flax #E9D68D
Tints of Flax #E9D68D
RGB
CMYK
RGB Variations
Color information
#E9D68D (or 0xE9D68D) is known color: Flax. HEX triplet: E9, D6 and 8D. RGB value is (233,214,141). Sum of RGB (Red+Green+Blue) = 233+214+141=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D68D is #162972. Grayscale: #D3D3D3. Windows color (decimal): -1452403 or 9295593. OLE color: 9295593.
HSL color Cylindrical-coordinate representation of color #E9D68D: hue angle of 47.61º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9D68D is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 141 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.09 |
| HSL | 47.61º | 0.68% | 0.73% | - |
| HSV(B) | 47.61º | 0.39% | 0.91% | - |
| XYZ | 62.46 | 67.34 | 34.91 | - |
| YUV | 211.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 141 | 0 | 0.08 | 0.39 | 0.09 | 47.61 | 0.68 | 0.73 |
| Hex | E9 | D6 | 8D | 0 | 8 | 27 | 9 | 30 | 44 | 49 |
| Octal | 351 | 326 | 215 | 0 | 10 | 47 | 11 | 60 | 104 | 111 |
| Binary | 11101001 | 11010110 | 10001101 | 0 | 1000 | 100111 | 1001 | 110000 | 1000100 | 1001001 |
Color Harmonies of #E9D68D
Complementary color
Monochromatic Colors of #E9D68D
Black with #E9D68D
Text Example
Text Example
White with #E9D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D68D; }
p { color: rgb(233,214,141); }
H1.HeaderClassName
{
color: #E9D68D;
}
.AnyTagClassName
{
color: #E9D68D;
}
</style>
background-color css
<style>
a { background-color: #E9D68D; }
a { background-color: rgb(233,214,141); }
div.DivClassName
{
background-color: #E9D68D;
}
.BgClassName
{
background-color: #E9D68D;
}
</style>
border-color css
<style>
span { border-color: #E9D68D; }
span { border-color: rgb(233,214,141); }
td.TdClassName
{
border-color: #E9D68D;
}
.TagClassName
{
border-color: #E9D68D;
}
</style>