Shades of Flax #EBDB8B
Tints of Flax #EBDB8B
RGB
CMYK
RGB Variations
Color information
#EBDB8B (or 0xEBDB8B) is known color: Flax. HEX triplet: EB, DB and 8B. RGB value is (235,219,139). Sum of RGB (Red+Green+Blue) = 235+219+139=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB8B is #142474. Grayscale: #D6D6D6. Windows color (decimal): -1320053 or 9165803. OLE color: 9165803.
HSL color Cylindrical-coordinate representation of color #EBDB8B: hue angle of 50º 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 #EBDB8B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 139 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.08 |
| HSL | 50º | 0.71% | 0.73% | - |
| HSV(B) | 50º | 0.41% | 0.92% | - |
| XYZ | 64.25 | 70.19 | 34.59 | - |
| YUV | 214.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 139 | 0 | 0.07 | 0.41 | 0.08 | 50 | 0.71 | 0.73 |
| Hex | EB | DB | 8B | 0 | 7 | 29 | 8 | 32 | 47 | 49 |
| Octal | 353 | 333 | 213 | 0 | 7 | 51 | 10 | 62 | 107 | 111 |
| Binary | 11101011 | 11011011 | 10001011 | 0 | 111 | 101001 | 1000 | 110010 | 1000111 | 1001001 |
Color Harmonies of #EBDB8B
Complementary color
Monochromatic Colors of #EBDB8B
Black with #EBDB8B
Text Example
Text Example
White with #EBDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB8B; }
p { color: rgb(235,219,139); }
H1.HeaderClassName
{
color: #EBDB8B;
}
.AnyTagClassName
{
color: #EBDB8B;
}
</style>
background-color css
<style>
a { background-color: #EBDB8B; }
a { background-color: rgb(235,219,139); }
div.DivClassName
{
background-color: #EBDB8B;
}
.BgClassName
{
background-color: #EBDB8B;
}
</style>
border-color css
<style>
span { border-color: #EBDB8B; }
span { border-color: rgb(235,219,139); }
td.TdClassName
{
border-color: #EBDB8B;
}
.TagClassName
{
border-color: #EBDB8B;
}
</style>