Shades of Flax #EDD98A
Tints of Flax #EDD98A
RGB
CMYK
RGB Variations
Color information
#EDD98A (or 0xEDD98A) is known color: Flax. HEX triplet: ED, D9 and 8A. RGB value is (237,217,138). Sum of RGB (Red+Green+Blue) = 237+217+138=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD98A is #122675. Grayscale: #D6D6D6. Windows color (decimal): -1189494 or 9099757. OLE color: 9099757.
HSL color Cylindrical-coordinate representation of color #EDD98A: hue angle of 47.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDD98A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 138 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 47.88º | 0.73% | 0.74% | - |
| HSV(B) | 47.88º | 0.42% | 0.93% | - |
| XYZ | 64.33 | 69.47 | 34.06 | - |
| YUV | 213.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 138 | 0 | 0.08 | 0.42 | 0.07 | 47.88 | 0.73 | 0.74 |
| Hex | ED | D9 | 8A | 0 | 8 | 2A | 7 | 30 | 49 | 4A |
| Octal | 355 | 331 | 212 | 0 | 10 | 52 | 7 | 60 | 111 | 112 |
| Binary | 11101101 | 11011001 | 10001010 | 0 | 1000 | 101010 | 111 | 110000 | 1001001 | 1001010 |
Color Harmonies of #EDD98A
Complementary color
Monochromatic Colors of #EDD98A
Black with #EDD98A
Text Example
Text Example
White with #EDD98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD98A; }
p { color: rgb(237,217,138); }
H1.HeaderClassName
{
color: #EDD98A;
}
.AnyTagClassName
{
color: #EDD98A;
}
</style>
background-color css
<style>
a { background-color: #EDD98A; }
a { background-color: rgb(237,217,138); }
div.DivClassName
{
background-color: #EDD98A;
}
.BgClassName
{
background-color: #EDD98A;
}
</style>
border-color css
<style>
span { border-color: #EDD98A; }
span { border-color: rgb(237,217,138); }
td.TdClassName
{
border-color: #EDD98A;
}
.TagClassName
{
border-color: #EDD98A;
}
</style>