Shades of Flax #EED97A
Tints of Flax #EED97A
RGB
CMYK
RGB Variations
Color information
#EED97A (or 0xEED97A) is known color: Flax. HEX triplet: EE, D9 and 7A. RGB value is (238,217,122). Sum of RGB (Red+Green+Blue) = 238+217+122=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED97A is #112685. Grayscale: #D4D4D4. Windows color (decimal): -1123974 or 8051182. OLE color: 8051182.
HSL color Cylindrical-coordinate representation of color #EED97A: hue angle of 49.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED97A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 122 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.07 |
| HSL | 49.14º | 0.77% | 0.71% | - |
| HSV(B) | 49.14º | 0.49% | 0.93% | - |
| XYZ | 63.59 | 69.21 | 28.42 | - |
| YUV | 212.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 122 | 0 | 0.09 | 0.49 | 0.07 | 49.14 | 0.77 | 0.71 |
| Hex | EE | D9 | 7A | 0 | 9 | 31 | 7 | 31 | 4D | 47 |
| Octal | 356 | 331 | 172 | 0 | 11 | 61 | 7 | 61 | 115 | 107 |
| Binary | 11101110 | 11011001 | 1111010 | 0 | 1001 | 110001 | 111 | 110001 | 1001101 | 1000111 |
Color Harmonies of #EED97A
Complementary color
Monochromatic Colors of #EED97A
Black with #EED97A
Text Example
Text Example
White with #EED97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED97A; }
p { color: rgb(238,217,122); }
H1.HeaderClassName
{
color: #EED97A;
}
.AnyTagClassName
{
color: #EED97A;
}
</style>
background-color css
<style>
a { background-color: #EED97A; }
a { background-color: rgb(238,217,122); }
div.DivClassName
{
background-color: #EED97A;
}
.BgClassName
{
background-color: #EED97A;
}
</style>
border-color css
<style>
span { border-color: #EED97A; }
span { border-color: rgb(238,217,122); }
td.TdClassName
{
border-color: #EED97A;
}
.TagClassName
{
border-color: #EED97A;
}
</style>