Shades of Flax #EBDB84
Tints of Flax #EBDB84
RGB
CMYK
RGB Variations
Color information
#EBDB84 (or 0xEBDB84) is known color: Flax. HEX triplet: EB, DB and 84. RGB value is (235,219,132). Sum of RGB (Red+Green+Blue) = 235+219+132=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB84 is #14247B. Grayscale: #D6D6D6. Windows color (decimal): -1320060 or 8707051. OLE color: 8707051.
HSL color Cylindrical-coordinate representation of color #EBDB84: hue angle of 50.68º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBDB84 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 132 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.08 |
| HSL | 50.68º | 0.72% | 0.72% | - |
| HSV(B) | 50.68º | 0.44% | 0.92% | - |
| XYZ | 63.76 | 69.99 | 31.98 | - |
| YUV | 213.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 132 | 0 | 0.07 | 0.44 | 0.08 | 50.68 | 0.72 | 0.72 |
| Hex | EB | DB | 84 | 0 | 7 | 2C | 8 | 33 | 48 | 48 |
| Octal | 353 | 333 | 204 | 0 | 7 | 54 | 10 | 63 | 110 | 110 |
| Binary | 11101011 | 11011011 | 10000100 | 0 | 111 | 101100 | 1000 | 110011 | 1001000 | 1001000 |
Color Harmonies of #EBDB84
Complementary color
Monochromatic Colors of #EBDB84
Black with #EBDB84
Text Example
Text Example
White with #EBDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB84; }
p { color: rgb(235,219,132); }
H1.HeaderClassName
{
color: #EBDB84;
}
.AnyTagClassName
{
color: #EBDB84;
}
</style>
background-color css
<style>
a { background-color: #EBDB84; }
a { background-color: rgb(235,219,132); }
div.DivClassName
{
background-color: #EBDB84;
}
.BgClassName
{
background-color: #EBDB84;
}
</style>
border-color css
<style>
span { border-color: #EBDB84; }
span { border-color: rgb(235,219,132); }
td.TdClassName
{
border-color: #EBDB84;
}
.TagClassName
{
border-color: #EBDB84;
}
</style>