Shades of Flax #EDDC89
Tints of Flax #EDDC89
RGB
CMYK
RGB Variations
Color information
#EDDC89 (or 0xEDDC89) is known color: Flax. HEX triplet: ED, DC and 89. RGB value is (237,220,137). Sum of RGB (Red+Green+Blue) = 237+220+137=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC89 is #122376. Grayscale: #D7D7D7. Windows color (decimal): -1188727 or 9034989. OLE color: 9034989.
HSL color Cylindrical-coordinate representation of color #EDDC89: hue angle of 49.8º 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 #EDDC89 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 137 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.07 |
| HSL | 49.8º | 0.74% | 0.73% | - |
| HSV(B) | 49.8º | 0.42% | 0.93% | - |
| XYZ | 65.03 | 71 | 33.94 | - |
| YUV | 215.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 137 | 0 | 0.07 | 0.42 | 0.07 | 49.8 | 0.74 | 0.73 |
| Hex | ED | DC | 89 | 0 | 7 | 2A | 7 | 32 | 4A | 49 |
| Octal | 355 | 334 | 211 | 0 | 7 | 52 | 7 | 62 | 112 | 111 |
| Binary | 11101101 | 11011100 | 10001001 | 0 | 111 | 101010 | 111 | 110010 | 1001010 | 1001001 |
Color Harmonies of #EDDC89
Complementary color
Monochromatic Colors of #EDDC89
Black with #EDDC89
Text Example
Text Example
White with #EDDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC89; }
p { color: rgb(237,220,137); }
H1.HeaderClassName
{
color: #EDDC89;
}
.AnyTagClassName
{
color: #EDDC89;
}
</style>
background-color css
<style>
a { background-color: #EDDC89; }
a { background-color: rgb(237,220,137); }
div.DivClassName
{
background-color: #EDDC89;
}
.BgClassName
{
background-color: #EDDC89;
}
</style>
border-color css
<style>
span { border-color: #EDDC89; }
span { border-color: rgb(237,220,137); }
td.TdClassName
{
border-color: #EDDC89;
}
.TagClassName
{
border-color: #EDDC89;
}
</style>