Shades of Flax #EED979
Tints of Flax #EED979
RGB
CMYK
RGB Variations
Color information
#EED979 (or 0xEED979) is known color: Flax. HEX triplet: EE, D9 and 79. RGB value is (238,217,121). Sum of RGB (Red+Green+Blue) = 238+217+121=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 121 (47.66% from 255 or 21.01% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EED979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED979 is #112686. Grayscale: #D4D4D4. Windows color (decimal): -1123975 or 7985646. OLE color: 7985646.
HSL color Cylindrical-coordinate representation of color #EED979: hue angle of 49.23º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED979 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 121 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.07 |
| HSL | 49.23º | 0.77% | 0.7% | - |
| HSV(B) | 49.23º | 0.49% | 0.93% | - |
| XYZ | 63.52 | 69.18 | 28.09 | - |
| YUV | 212.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 121 | 0 | 0.09 | 0.49 | 0.07 | 49.23 | 0.77 | 0.7 |
| Hex | EE | D9 | 79 | 0 | 9 | 31 | 7 | 31 | 4D | 46 |
| Octal | 356 | 331 | 171 | 0 | 11 | 61 | 7 | 61 | 115 | 106 |
| Binary | 11101110 | 11011001 | 1111001 | 0 | 1001 | 110001 | 111 | 110001 | 1001101 | 1000110 |
Color Harmonies of #EED979
Complementary color
Monochromatic Colors of #EED979
Black with #EED979
Text Example
Text Example
White with #EED979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED979; }
p { color: rgb(238,217,121); }
H1.HeaderClassName
{
color: #EED979;
}
.AnyTagClassName
{
color: #EED979;
}
</style>
background-color css
<style>
a { background-color: #EED979; }
a { background-color: rgb(238,217,121); }
div.DivClassName
{
background-color: #EED979;
}
.BgClassName
{
background-color: #EED979;
}
</style>
border-color css
<style>
span { border-color: #EED979; }
span { border-color: rgb(238,217,121); }
td.TdClassName
{
border-color: #EED979;
}
.TagClassName
{
border-color: #EED979;
}
</style>