Shades of Flax #EBDA8B
Tints of Flax #EBDA8B
RGB
CMYK
RGB Variations
Color information
#EBDA8B (or 0xEBDA8B) is known color: Flax. HEX triplet: EB, DA and 8B. RGB value is (235,218,139). Sum of RGB (Red+Green+Blue) = 235+218+139=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA8B is #142574. Grayscale: #D6D6D6. Windows color (decimal): -1320309 or 9165547. OLE color: 9165547.
HSL color Cylindrical-coordinate representation of color #EBDA8B: hue angle of 49.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBDA8B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 139 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.08 |
| HSL | 49.38º | 0.71% | 0.73% | - |
| HSV(B) | 49.38º | 0.41% | 0.92% | - |
| XYZ | 63.99 | 69.67 | 34.5 | - |
| YUV | 214.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 139 | 0 | 0.07 | 0.41 | 0.08 | 49.38 | 0.71 | 0.73 |
| Hex | EB | DA | 8B | 0 | 7 | 29 | 8 | 31 | 47 | 49 |
| Octal | 353 | 332 | 213 | 0 | 7 | 51 | 10 | 61 | 107 | 111 |
| Binary | 11101011 | 11011010 | 10001011 | 0 | 111 | 101001 | 1000 | 110001 | 1000111 | 1001001 |
Color Harmonies of #EBDA8B
Complementary color
Monochromatic Colors of #EBDA8B
Black with #EBDA8B
Text Example
Text Example
White with #EBDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA8B; }
p { color: rgb(235,218,139); }
H1.HeaderClassName
{
color: #EBDA8B;
}
.AnyTagClassName
{
color: #EBDA8B;
}
</style>
background-color css
<style>
a { background-color: #EBDA8B; }
a { background-color: rgb(235,218,139); }
div.DivClassName
{
background-color: #EBDA8B;
}
.BgClassName
{
background-color: #EBDA8B;
}
</style>
border-color css
<style>
span { border-color: #EBDA8B; }
span { border-color: rgb(235,218,139); }
td.TdClassName
{
border-color: #EBDA8B;
}
.TagClassName
{
border-color: #EBDA8B;
}
</style>