Shades of Flax #EBDB89
Tints of Flax #EBDB89
RGB
CMYK
RGB Variations
Color information
#EBDB89 (or 0xEBDB89) is known color: Flax. HEX triplet: EB, DB and 89. RGB value is (235,219,137). Sum of RGB (Red+Green+Blue) = 235+219+137=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 137 (53.91% from 255 or 23.18% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB89 is #142476. Grayscale: #D6D6D6. Windows color (decimal): -1320055 or 9034731. OLE color: 9034731.
HSL color Cylindrical-coordinate representation of color #EBDB89: hue angle of 50.2º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBDB89 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 137 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.08 |
| HSL | 50.2º | 0.71% | 0.73% | - |
| HSV(B) | 50.2º | 0.42% | 0.92% | - |
| XYZ | 64.11 | 70.13 | 33.82 | - |
| YUV | 214.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 137 | 0 | 0.07 | 0.42 | 0.08 | 50.2 | 0.71 | 0.73 |
| Hex | EB | DB | 89 | 0 | 7 | 2A | 8 | 32 | 47 | 49 |
| Octal | 353 | 333 | 211 | 0 | 7 | 52 | 10 | 62 | 107 | 111 |
| Binary | 11101011 | 11011011 | 10001001 | 0 | 111 | 101010 | 1000 | 110010 | 1000111 | 1001001 |
Color Harmonies of #EBDB89
Complementary color
Monochromatic Colors of #EBDB89
Black with #EBDB89
Text Example
Text Example
White with #EBDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB89; }
p { color: rgb(235,219,137); }
H1.HeaderClassName
{
color: #EBDB89;
}
.AnyTagClassName
{
color: #EBDB89;
}
</style>
background-color css
<style>
a { background-color: #EBDB89; }
a { background-color: rgb(235,219,137); }
div.DivClassName
{
background-color: #EBDB89;
}
.BgClassName
{
background-color: #EBDB89;
}
</style>
border-color css
<style>
span { border-color: #EBDB89; }
span { border-color: rgb(235,219,137); }
td.TdClassName
{
border-color: #EBDB89;
}
.TagClassName
{
border-color: #EBDB89;
}
</style>