Shades of Flax #EDD98C
Tints of Flax #EDD98C
RGB
CMYK
RGB Variations
Color information
#EDD98C (or 0xEDD98C) is known color: Flax. HEX triplet: ED, D9 and 8C. RGB value is (237,217,140). Sum of RGB (Red+Green+Blue) = 237+217+140=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD98C is #122673. Grayscale: #D6D6D6. Windows color (decimal): -1189492 or 9230829. OLE color: 9230829.
HSL color Cylindrical-coordinate representation of color #EDD98C: hue angle of 47.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDD98C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 140 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.07 |
| HSL | 47.63º | 0.73% | 0.74% | - |
| HSV(B) | 47.63º | 0.41% | 0.93% | - |
| XYZ | 64.47 | 69.52 | 34.83 | - |
| YUV | 214.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 140 | 0 | 0.08 | 0.41 | 0.07 | 47.63 | 0.73 | 0.74 |
| Hex | ED | D9 | 8C | 0 | 8 | 29 | 7 | 30 | 49 | 4A |
| Octal | 355 | 331 | 214 | 0 | 10 | 51 | 7 | 60 | 111 | 112 |
| Binary | 11101101 | 11011001 | 10001100 | 0 | 1000 | 101001 | 111 | 110000 | 1001001 | 1001010 |
Color Harmonies of #EDD98C
Complementary color
Monochromatic Colors of #EDD98C
Black with #EDD98C
Text Example
Text Example
White with #EDD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD98C; }
p { color: rgb(237,217,140); }
H1.HeaderClassName
{
color: #EDD98C;
}
.AnyTagClassName
{
color: #EDD98C;
}
</style>
background-color css
<style>
a { background-color: #EDD98C; }
a { background-color: rgb(237,217,140); }
div.DivClassName
{
background-color: #EDD98C;
}
.BgClassName
{
background-color: #EDD98C;
}
</style>
border-color css
<style>
span { border-color: #EDD98C; }
span { border-color: rgb(237,217,140); }
td.TdClassName
{
border-color: #EDD98C;
}
.TagClassName
{
border-color: #EDD98C;
}
</style>