Shades of Flax #EBD888
Tints of Flax #EBD888
RGB
CMYK
RGB Variations
Color information
#EBD888 (or 0xEBD888) is known color: Flax. HEX triplet: EB, D8 and 88. RGB value is (235,216,136). Sum of RGB (Red+Green+Blue) = 235+216+136=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD888 is #142777. Grayscale: #D4D4D4. Windows color (decimal): -1320824 or 8968427. OLE color: 8968427.
HSL color Cylindrical-coordinate representation of color #EBD888: hue angle of 48.48º 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 #EBD888 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 136 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.08 |
| HSL | 48.48º | 0.71% | 0.73% | - |
| HSV(B) | 48.48º | 0.42% | 0.92% | - |
| XYZ | 63.26 | 68.55 | 33.19 | - |
| YUV | 212.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 136 | 0 | 0.08 | 0.42 | 0.08 | 48.48 | 0.71 | 0.73 |
| Hex | EB | D8 | 88 | 0 | 8 | 2A | 8 | 30 | 47 | 49 |
| Octal | 353 | 330 | 210 | 0 | 10 | 52 | 10 | 60 | 107 | 111 |
| Binary | 11101011 | 11011000 | 10001000 | 0 | 1000 | 101010 | 1000 | 110000 | 1000111 | 1001001 |
Color Harmonies of #EBD888
Complementary color
Monochromatic Colors of #EBD888
Black with #EBD888
Text Example
Text Example
White with #EBD888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD888; }
p { color: rgb(235,216,136); }
H1.HeaderClassName
{
color: #EBD888;
}
.AnyTagClassName
{
color: #EBD888;
}
</style>
background-color css
<style>
a { background-color: #EBD888; }
a { background-color: rgb(235,216,136); }
div.DivClassName
{
background-color: #EBD888;
}
.BgClassName
{
background-color: #EBD888;
}
</style>
border-color css
<style>
span { border-color: #EBD888; }
span { border-color: rgb(235,216,136); }
td.TdClassName
{
border-color: #EBD888;
}
.TagClassName
{
border-color: #EBD888;
}
</style>