Shades of Flax #EDD984
Tints of Flax #EDD984
RGB
CMYK
RGB Variations
Color information
#EDD984 (or 0xEDD984) is known color: Flax. HEX triplet: ED, D9 and 84. RGB value is (237,217,132). Sum of RGB (Red+Green+Blue) = 237+217+132=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD984 is #12267B. Grayscale: #D5D5D5. Windows color (decimal): -1189500 or 8706541. OLE color: 8706541.
HSL color Cylindrical-coordinate representation of color #EDD984: hue angle of 48.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD984 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 132 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 48.57º | 0.74% | 0.72% | - |
| HSV(B) | 48.57º | 0.44% | 0.93% | - |
| XYZ | 63.9 | 69.3 | 31.84 | - |
| YUV | 213.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 132 | 0 | 0.08 | 0.44 | 0.07 | 48.57 | 0.74 | 0.72 |
| Hex | ED | D9 | 84 | 0 | 8 | 2C | 7 | 31 | 4A | 48 |
| Octal | 355 | 331 | 204 | 0 | 10 | 54 | 7 | 61 | 112 | 110 |
| Binary | 11101101 | 11011001 | 10000100 | 0 | 1000 | 101100 | 111 | 110001 | 1001010 | 1001000 |
Color Harmonies of #EDD984
Complementary color
Monochromatic Colors of #EDD984
Black with #EDD984
Text Example
Text Example
White with #EDD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD984; }
p { color: rgb(237,217,132); }
H1.HeaderClassName
{
color: #EDD984;
}
.AnyTagClassName
{
color: #EDD984;
}
</style>
background-color css
<style>
a { background-color: #EDD984; }
a { background-color: rgb(237,217,132); }
div.DivClassName
{
background-color: #EDD984;
}
.BgClassName
{
background-color: #EDD984;
}
</style>
border-color css
<style>
span { border-color: #EDD984; }
span { border-color: rgb(237,217,132); }
td.TdClassName
{
border-color: #EDD984;
}
.TagClassName
{
border-color: #EDD984;
}
</style>