Shades of Flax #EDD985
Tints of Flax #EDD985
RGB
CMYK
RGB Variations
Color information
#EDD985 (or 0xEDD985) is known color: Flax. HEX triplet: ED, D9 and 85. RGB value is (237,217,133). Sum of RGB (Red+Green+Blue) = 237+217+133=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD985 is #12267A. Grayscale: #D5D5D5. Windows color (decimal): -1189499 or 8772077. OLE color: 8772077.
HSL color Cylindrical-coordinate representation of color #EDD985: hue angle of 48.46º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDD985 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 133 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 48.46º | 0.74% | 0.73% | - |
| HSV(B) | 48.46º | 0.44% | 0.93% | - |
| XYZ | 63.97 | 69.32 | 32.2 | - |
| YUV | 213.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 133 | 0 | 0.08 | 0.44 | 0.07 | 48.46 | 0.74 | 0.73 |
| Hex | ED | D9 | 85 | 0 | 8 | 2C | 7 | 30 | 4A | 49 |
| Octal | 355 | 331 | 205 | 0 | 10 | 54 | 7 | 60 | 112 | 111 |
| Binary | 11101101 | 11011001 | 10000101 | 0 | 1000 | 101100 | 111 | 110000 | 1001010 | 1001001 |
Color Harmonies of #EDD985
Complementary color
Monochromatic Colors of #EDD985
Black with #EDD985
Text Example
Text Example
White with #EDD985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD985; }
p { color: rgb(237,217,133); }
H1.HeaderClassName
{
color: #EDD985;
}
.AnyTagClassName
{
color: #EDD985;
}
</style>
background-color css
<style>
a { background-color: #EDD985; }
a { background-color: rgb(237,217,133); }
div.DivClassName
{
background-color: #EDD985;
}
.BgClassName
{
background-color: #EDD985;
}
</style>
border-color css
<style>
span { border-color: #EDD985; }
span { border-color: rgb(237,217,133); }
td.TdClassName
{
border-color: #EDD985;
}
.TagClassName
{
border-color: #EDD985;
}
</style>