Shades of Flax #EBDB80
Tints of Flax #EBDB80
RGB
CMYK
RGB Variations
Color information
#EBDB80 (or 0xEBDB80) is known color: Flax. HEX triplet: EB, DB and 80. RGB value is (235,219,128). Sum of RGB (Red+Green+Blue) = 235+219+128=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB80 is #14247F. Grayscale: #D5D5D5. Windows color (decimal): -1320064 or 8444907. OLE color: 8444907.
HSL color Cylindrical-coordinate representation of color #EBDB80: hue angle of 51.03º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBDB80 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 128 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.08 |
| HSL | 51.03º | 0.73% | 0.71% | - |
| HSV(B) | 51.03º | 0.46% | 0.92% | - |
| XYZ | 63.49 | 69.88 | 30.56 | - |
| YUV | 213.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 128 | 0 | 0.07 | 0.46 | 0.08 | 51.03 | 0.73 | 0.71 |
| Hex | EB | DB | 80 | 0 | 7 | 2E | 8 | 33 | 49 | 47 |
| Octal | 353 | 333 | 200 | 0 | 7 | 56 | 10 | 63 | 111 | 107 |
| Binary | 11101011 | 11011011 | 10000000 | 0 | 111 | 101110 | 1000 | 110011 | 1001001 | 1000111 |
Color Harmonies of #EBDB80
Complementary color
Monochromatic Colors of #EBDB80
Black with #EBDB80
Text Example
Text Example
White with #EBDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB80; }
p { color: rgb(235,219,128); }
H1.HeaderClassName
{
color: #EBDB80;
}
.AnyTagClassName
{
color: #EBDB80;
}
</style>
background-color css
<style>
a { background-color: #EBDB80; }
a { background-color: rgb(235,219,128); }
div.DivClassName
{
background-color: #EBDB80;
}
.BgClassName
{
background-color: #EBDB80;
}
</style>
border-color css
<style>
span { border-color: #EBDB80; }
span { border-color: rgb(235,219,128); }
td.TdClassName
{
border-color: #EBDB80;
}
.TagClassName
{
border-color: #EBDB80;
}
</style>