Shades of Flax #EBDB82
Tints of Flax #EBDB82
RGB
CMYK
RGB Variations
Color information
#EBDB82 (or 0xEBDB82) is known color: Flax. HEX triplet: EB, DB and 82. RGB value is (235,219,130). Sum of RGB (Red+Green+Blue) = 235+219+130=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB82 is #14247D. Grayscale: #D6D6D6. Windows color (decimal): -1320062 or 8575979. OLE color: 8575979.
HSL color Cylindrical-coordinate representation of color #EBDB82: hue angle of 50.86º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBDB82 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 130 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.08 |
| HSL | 50.86º | 0.72% | 0.72% | - |
| HSV(B) | 50.86º | 0.45% | 0.92% | - |
| XYZ | 63.62 | 69.94 | 31.27 | - |
| YUV | 213.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 130 | 0 | 0.07 | 0.45 | 0.08 | 50.86 | 0.72 | 0.72 |
| Hex | EB | DB | 82 | 0 | 7 | 2D | 8 | 33 | 48 | 48 |
| Octal | 353 | 333 | 202 | 0 | 7 | 55 | 10 | 63 | 110 | 110 |
| Binary | 11101011 | 11011011 | 10000010 | 0 | 111 | 101101 | 1000 | 110011 | 1001000 | 1001000 |
Color Harmonies of #EBDB82
Complementary color
Monochromatic Colors of #EBDB82
Black with #EBDB82
Text Example
Text Example
White with #EBDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB82; }
p { color: rgb(235,219,130); }
H1.HeaderClassName
{
color: #EBDB82;
}
.AnyTagClassName
{
color: #EBDB82;
}
</style>
background-color css
<style>
a { background-color: #EBDB82; }
a { background-color: rgb(235,219,130); }
div.DivClassName
{
background-color: #EBDB82;
}
.BgClassName
{
background-color: #EBDB82;
}
</style>
border-color css
<style>
span { border-color: #EBDB82; }
span { border-color: rgb(235,219,130); }
td.TdClassName
{
border-color: #EBDB82;
}
.TagClassName
{
border-color: #EBDB82;
}
</style>