Shades of Flax #EBDA86
Tints of Flax #EBDA86
RGB
CMYK
RGB Variations
Color information
#EBDA86 (or 0xEBDA86) is known color: Flax. HEX triplet: EB, DA and 86. RGB value is (235,218,134). Sum of RGB (Red+Green+Blue) = 235+218+134=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA86 is #142579. Grayscale: #D5D5D5. Windows color (decimal): -1320314 or 8837867. OLE color: 8837867.
HSL color Cylindrical-coordinate representation of color #EBDA86: hue angle of 49.9º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBDA86 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 134 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.08 |
| HSL | 49.9º | 0.72% | 0.72% | - |
| HSV(B) | 49.9º | 0.43% | 0.92% | - |
| XYZ | 63.64 | 69.53 | 32.62 | - |
| YUV | 213.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 134 | 0 | 0.07 | 0.43 | 0.08 | 49.9 | 0.72 | 0.72 |
| Hex | EB | DA | 86 | 0 | 7 | 2B | 8 | 32 | 48 | 48 |
| Octal | 353 | 332 | 206 | 0 | 7 | 53 | 10 | 62 | 110 | 110 |
| Binary | 11101011 | 11011010 | 10000110 | 0 | 111 | 101011 | 1000 | 110010 | 1001000 | 1001000 |
Color Harmonies of #EBDA86
Complementary color
Monochromatic Colors of #EBDA86
Black with #EBDA86
Text Example
Text Example
White with #EBDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA86; }
p { color: rgb(235,218,134); }
H1.HeaderClassName
{
color: #EBDA86;
}
.AnyTagClassName
{
color: #EBDA86;
}
</style>
background-color css
<style>
a { background-color: #EBDA86; }
a { background-color: rgb(235,218,134); }
div.DivClassName
{
background-color: #EBDA86;
}
.BgClassName
{
background-color: #EBDA86;
}
</style>
border-color css
<style>
span { border-color: #EBDA86; }
span { border-color: rgb(235,218,134); }
td.TdClassName
{
border-color: #EBDA86;
}
.TagClassName
{
border-color: #EBDA86;
}
</style>