Shades of Flax #E9DB85
Tints of Flax #E9DB85
RGB
CMYK
RGB Variations
Color information
#E9DB85 (or 0xE9DB85) is known color: Flax. HEX triplet: E9, DB and 85. RGB value is (233,219,133). Sum of RGB (Red+Green+Blue) = 233+219+133=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB85 is #16247A. Grayscale: #D5D5D5. Windows color (decimal): -1451131 or 8772585. OLE color: 8772585.
HSL color Cylindrical-coordinate representation of color #E9DB85: hue angle of 51.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9DB85 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 133 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.09 |
| HSL | 51.6º | 0.69% | 0.72% | - |
| HSV(B) | 51.6º | 0.43% | 0.91% | - |
| XYZ | 63.17 | 69.68 | 32.31 | - |
| YUV | 213.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 133 | 0 | 0.06 | 0.43 | 0.09 | 51.6 | 0.69 | 0.72 |
| Hex | E9 | DB | 85 | 0 | 6 | 2B | 9 | 34 | 45 | 48 |
| Octal | 351 | 333 | 205 | 0 | 6 | 53 | 11 | 64 | 105 | 110 |
| Binary | 11101001 | 11011011 | 10000101 | 0 | 110 | 101011 | 1001 | 110100 | 1000101 | 1001000 |
Color Harmonies of #E9DB85
Complementary color
Monochromatic Colors of #E9DB85
Black with #E9DB85
Text Example
Text Example
White with #E9DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB85; }
p { color: rgb(233,219,133); }
H1.HeaderClassName
{
color: #E9DB85;
}
.AnyTagClassName
{
color: #E9DB85;
}
</style>
background-color css
<style>
a { background-color: #E9DB85; }
a { background-color: rgb(233,219,133); }
div.DivClassName
{
background-color: #E9DB85;
}
.BgClassName
{
background-color: #E9DB85;
}
</style>
border-color css
<style>
span { border-color: #E9DB85; }
span { border-color: rgb(233,219,133); }
td.TdClassName
{
border-color: #E9DB85;
}
.TagClassName
{
border-color: #E9DB85;
}
</style>