Shades of Flax #EBDB87
Tints of Flax #EBDB87
RGB
CMYK
RGB Variations
Color information
#EBDB87 (or 0xEBDB87) is known color: Flax. HEX triplet: EB, DB and 87. RGB value is (235,219,135). Sum of RGB (Red+Green+Blue) = 235+219+135=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 135 (53.12% from 255 or 22.92% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB87 is #142478. Grayscale: #D6D6D6. Windows color (decimal): -1320057 or 8903659. OLE color: 8903659.
HSL color Cylindrical-coordinate representation of color #EBDB87: hue angle of 50.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBDB87 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 135 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.08 |
| HSL | 50.4º | 0.71% | 0.73% | - |
| HSV(B) | 50.4º | 0.43% | 0.92% | - |
| XYZ | 63.97 | 70.07 | 33.08 | - |
| YUV | 214.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 135 | 0 | 0.07 | 0.43 | 0.08 | 50.4 | 0.71 | 0.73 |
| Hex | EB | DB | 87 | 0 | 7 | 2B | 8 | 32 | 47 | 49 |
| Octal | 353 | 333 | 207 | 0 | 7 | 53 | 10 | 62 | 107 | 111 |
| Binary | 11101011 | 11011011 | 10000111 | 0 | 111 | 101011 | 1000 | 110010 | 1000111 | 1001001 |
Color Harmonies of #EBDB87
Complementary color
Monochromatic Colors of #EBDB87
Black with #EBDB87
Text Example
Text Example
White with #EBDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB87; }
p { color: rgb(235,219,135); }
H1.HeaderClassName
{
color: #EBDB87;
}
.AnyTagClassName
{
color: #EBDB87;
}
</style>
background-color css
<style>
a { background-color: #EBDB87; }
a { background-color: rgb(235,219,135); }
div.DivClassName
{
background-color: #EBDB87;
}
.BgClassName
{
background-color: #EBDB87;
}
</style>
border-color css
<style>
span { border-color: #EBDB87; }
span { border-color: rgb(235,219,135); }
td.TdClassName
{
border-color: #EBDB87;
}
.TagClassName
{
border-color: #EBDB87;
}
</style>