Shades of Flax #EDD988
Tints of Flax #EDD988
RGB
CMYK
RGB Variations
Color information
#EDD988 (or 0xEDD988) is known color: Flax. HEX triplet: ED, D9 and 88. RGB value is (237,217,136). Sum of RGB (Red+Green+Blue) = 237+217+136=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD988 is #122677. Grayscale: #D6D6D6. Windows color (decimal): -1189496 or 8968685. OLE color: 8968685.
HSL color Cylindrical-coordinate representation of color #EDD988: hue angle of 48.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDD988 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 136 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.07 |
| HSL | 48.12º | 0.74% | 0.73% | - |
| HSV(B) | 48.12º | 0.43% | 0.93% | - |
| XYZ | 64.18 | 69.41 | 33.31 | - |
| YUV | 213.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 136 | 0 | 0.08 | 0.43 | 0.07 | 48.12 | 0.74 | 0.73 |
| Hex | ED | D9 | 88 | 0 | 8 | 2B | 7 | 30 | 4A | 49 |
| Octal | 355 | 331 | 210 | 0 | 10 | 53 | 7 | 60 | 112 | 111 |
| Binary | 11101101 | 11011001 | 10001000 | 0 | 1000 | 101011 | 111 | 110000 | 1001010 | 1001001 |
Color Harmonies of #EDD988
Complementary color
Monochromatic Colors of #EDD988
Black with #EDD988
Text Example
Text Example
White with #EDD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD988; }
p { color: rgb(237,217,136); }
H1.HeaderClassName
{
color: #EDD988;
}
.AnyTagClassName
{
color: #EDD988;
}
</style>
background-color css
<style>
a { background-color: #EDD988; }
a { background-color: rgb(237,217,136); }
div.DivClassName
{
background-color: #EDD988;
}
.BgClassName
{
background-color: #EDD988;
}
</style>
border-color css
<style>
span { border-color: #EDD988; }
span { border-color: rgb(237,217,136); }
td.TdClassName
{
border-color: #EDD988;
}
.TagClassName
{
border-color: #EDD988;
}
</style>