Shades of Flax #EBDC8B
Tints of Flax #EBDC8B
RGB
CMYK
RGB Variations
Color information
#EBDC8B (or 0xEBDC8B) is known color: Flax. HEX triplet: EB, DC and 8B. RGB value is (235,220,139). Sum of RGB (Red+Green+Blue) = 235+220+139=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC8B is #142374. Grayscale: #D7D7D7. Windows color (decimal): -1319797 or 9166059. OLE color: 9166059.
HSL color Cylindrical-coordinate representation of color #EBDC8B: hue angle of 50.62º 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 #EBDC8B is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 139 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.08 |
| HSL | 50.63º | 0.71% | 0.73% | - |
| HSV(B) | 50.63º | 0.41% | 0.92% | - |
| XYZ | 64.51 | 70.71 | 34.67 | - |
| YUV | 215.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 139 | 0 | 0.06 | 0.41 | 0.08 | 50.63 | 0.71 | 0.73 |
| Hex | EB | DC | 8B | 0 | 6 | 29 | 8 | 33 | 47 | 49 |
| Octal | 353 | 334 | 213 | 0 | 6 | 51 | 10 | 63 | 107 | 111 |
| Binary | 11101011 | 11011100 | 10001011 | 0 | 110 | 101001 | 1000 | 110011 | 1000111 | 1001001 |
Color Harmonies of #EBDC8B
Complementary color
Monochromatic Colors of #EBDC8B
Black with #EBDC8B
Text Example
Text Example
White with #EBDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC8B; }
p { color: rgb(235,220,139); }
H1.HeaderClassName
{
color: #EBDC8B;
}
.AnyTagClassName
{
color: #EBDC8B;
}
</style>
background-color css
<style>
a { background-color: #EBDC8B; }
a { background-color: rgb(235,220,139); }
div.DivClassName
{
background-color: #EBDC8B;
}
.BgClassName
{
background-color: #EBDC8B;
}
</style>
border-color css
<style>
span { border-color: #EBDC8B; }
span { border-color: rgb(235,220,139); }
td.TdClassName
{
border-color: #EBDC8B;
}
.TagClassName
{
border-color: #EBDC8B;
}
</style>