Shades of Flax #EDDB89
Tints of Flax #EDDB89
RGB
CMYK
RGB Variations
Color information
#EDDB89 (or 0xEDDB89) is known color: Flax. HEX triplet: ED, DB and 89. RGB value is (237,219,137). Sum of RGB (Red+Green+Blue) = 237+219+137=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 137 (53.91% from 255 or 23.10% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB89 is #122476. Grayscale: #D7D7D7. Windows color (decimal): -1188983 or 9034733. OLE color: 9034733.
HSL color Cylindrical-coordinate representation of color #EDDB89: hue angle of 49.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDDB89 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 137 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 49.2º | 0.74% | 0.73% | - |
| HSV(B) | 49.2º | 0.42% | 0.93% | - |
| XYZ | 64.77 | 70.47 | 33.86 | - |
| YUV | 215.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 137 | 0 | 0.08 | 0.42 | 0.07 | 49.2 | 0.74 | 0.73 |
| Hex | ED | DB | 89 | 0 | 8 | 2A | 7 | 31 | 4A | 49 |
| Octal | 355 | 333 | 211 | 0 | 10 | 52 | 7 | 61 | 112 | 111 |
| Binary | 11101101 | 11011011 | 10001001 | 0 | 1000 | 101010 | 111 | 110001 | 1001010 | 1001001 |
Color Harmonies of #EDDB89
Complementary color
Monochromatic Colors of #EDDB89
Black with #EDDB89
Text Example
Text Example
White with #EDDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB89; }
p { color: rgb(237,219,137); }
H1.HeaderClassName
{
color: #EDDB89;
}
.AnyTagClassName
{
color: #EDDB89;
}
</style>
background-color css
<style>
a { background-color: #EDDB89; }
a { background-color: rgb(237,219,137); }
div.DivClassName
{
background-color: #EDDB89;
}
.BgClassName
{
background-color: #EDDB89;
}
</style>
border-color css
<style>
span { border-color: #EDDB89; }
span { border-color: rgb(237,219,137); }
td.TdClassName
{
border-color: #EDDB89;
}
.TagClassName
{
border-color: #EDDB89;
}
</style>