Shades of Flax #EBD68B
Tints of Flax #EBD68B
RGB
CMYK
RGB Variations
Color information
#EBD68B (or 0xEBD68B) is known color: Flax. HEX triplet: EB, D6 and 8B. RGB value is (235,214,139). Sum of RGB (Red+Green+Blue) = 235+214+139=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD68B is #142974. Grayscale: #D4D4D4. Windows color (decimal): -1321333 or 9164523. OLE color: 9164523.
HSL color Cylindrical-coordinate representation of color #EBD68B: hue angle of 46.88º 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 #EBD68B is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 139 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.08 |
| HSL | 46.88º | 0.71% | 0.73% | - |
| HSV(B) | 46.88º | 0.41% | 0.92% | - |
| XYZ | 62.97 | 67.62 | 34.16 | - |
| YUV | 211.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 139 | 0 | 0.09 | 0.41 | 0.08 | 46.88 | 0.71 | 0.73 |
| Hex | EB | D6 | 8B | 0 | 9 | 29 | 8 | 2F | 47 | 49 |
| Octal | 353 | 326 | 213 | 0 | 11 | 51 | 10 | 57 | 107 | 111 |
| Binary | 11101011 | 11010110 | 10001011 | 0 | 1001 | 101001 | 1000 | 101111 | 1000111 | 1001001 |
Color Harmonies of #EBD68B
Complementary color
Monochromatic Colors of #EBD68B
Black with #EBD68B
Text Example
Text Example
White with #EBD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD68B; }
p { color: rgb(235,214,139); }
H1.HeaderClassName
{
color: #EBD68B;
}
.AnyTagClassName
{
color: #EBD68B;
}
</style>
background-color css
<style>
a { background-color: #EBD68B; }
a { background-color: rgb(235,214,139); }
div.DivClassName
{
background-color: #EBD68B;
}
.BgClassName
{
background-color: #EBD68B;
}
</style>
border-color css
<style>
span { border-color: #EBD68B; }
span { border-color: rgb(235,214,139); }
td.TdClassName
{
border-color: #EBD68B;
}
.TagClassName
{
border-color: #EBD68B;
}
</style>