Shades of Flax #EBDB85
Tints of Flax #EBDB85
RGB
CMYK
RGB Variations
Color information
#EBDB85 (or 0xEBDB85) is known color: Flax. HEX triplet: EB, DB and 85. RGB value is (235,219,133). Sum of RGB (Red+Green+Blue) = 235+219+133=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB85 is #14247A. Grayscale: #D6D6D6. Windows color (decimal): -1320059 or 8772587. OLE color: 8772587.
HSL color Cylindrical-coordinate representation of color #EBDB85: hue angle of 50.59º 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 #EBDB85 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 133 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.08 |
| HSL | 50.59º | 0.72% | 0.72% | - |
| HSV(B) | 50.59º | 0.43% | 0.92% | - |
| XYZ | 63.83 | 70.02 | 32.34 | - |
| YUV | 213.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 133 | 0 | 0.07 | 0.43 | 0.08 | 50.59 | 0.72 | 0.72 |
| Hex | EB | DB | 85 | 0 | 7 | 2B | 8 | 33 | 48 | 48 |
| Octal | 353 | 333 | 205 | 0 | 7 | 53 | 10 | 63 | 110 | 110 |
| Binary | 11101011 | 11011011 | 10000101 | 0 | 111 | 101011 | 1000 | 110011 | 1001000 | 1001000 |
Color Harmonies of #EBDB85
Complementary color
Monochromatic Colors of #EBDB85
Black with #EBDB85
Text Example
Text Example
White with #EBDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB85; }
p { color: rgb(235,219,133); }
H1.HeaderClassName
{
color: #EBDB85;
}
.AnyTagClassName
{
color: #EBDB85;
}
</style>
background-color css
<style>
a { background-color: #EBDB85; }
a { background-color: rgb(235,219,133); }
div.DivClassName
{
background-color: #EBDB85;
}
.BgClassName
{
background-color: #EBDB85;
}
</style>
border-color css
<style>
span { border-color: #EBDB85; }
span { border-color: rgb(235,219,133); }
td.TdClassName
{
border-color: #EBDB85;
}
.TagClassName
{
border-color: #EBDB85;
}
</style>