Shades of Flax #EDD98E
Tints of Flax #EDD98E
RGB
CMYK
RGB Variations
Color information
#EDD98E (or 0xEDD98E) is known color: Flax. HEX triplet: ED, D9 and 8E. RGB value is (237,217,142). Sum of RGB (Red+Green+Blue) = 237+217+142=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD98E is #122671. Grayscale: #D6D6D6. Windows color (decimal): -1189490 or 9361901. OLE color: 9361901.
HSL color Cylindrical-coordinate representation of color #EDD98E: hue angle of 47.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD98E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 142 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.07 |
| HSL | 47.37º | 0.73% | 0.74% | - |
| HSV(B) | 47.37º | 0.4% | 0.93% | - |
| XYZ | 64.62 | 69.58 | 35.62 | - |
| YUV | 214.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 142 | 0 | 0.08 | 0.40 | 0.07 | 47.37 | 0.73 | 0.74 |
| Hex | ED | D9 | 8E | 0 | 8 | 28 | 7 | 2F | 49 | 4A |
| Octal | 355 | 331 | 216 | 0 | 10 | 50 | 7 | 57 | 111 | 112 |
| Binary | 11101101 | 11011001 | 10001110 | 0 | 1000 | 101000 | 111 | 101111 | 1001001 | 1001010 |
Color Harmonies of #EDD98E
Complementary color
Monochromatic Colors of #EDD98E
Black with #EDD98E
Text Example
Text Example
White with #EDD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD98E; }
p { color: rgb(237,217,142); }
H1.HeaderClassName
{
color: #EDD98E;
}
.AnyTagClassName
{
color: #EDD98E;
}
</style>
background-color css
<style>
a { background-color: #EDD98E; }
a { background-color: rgb(237,217,142); }
div.DivClassName
{
background-color: #EDD98E;
}
.BgClassName
{
background-color: #EDD98E;
}
</style>
border-color css
<style>
span { border-color: #EDD98E; }
span { border-color: rgb(237,217,142); }
td.TdClassName
{
border-color: #EDD98E;
}
.TagClassName
{
border-color: #EDD98E;
}
</style>