Shades of Flax #EED97C
Tints of Flax #EED97C
RGB
CMYK
RGB Variations
Color information
#EED97C (or 0xEED97C) is known color: Flax. HEX triplet: EE, D9 and 7C. RGB value is (238,217,124). Sum of RGB (Red+Green+Blue) = 238+217+124=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EED97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED97C is #112683. Grayscale: #D5D5D5. Windows color (decimal): -1123972 or 8182254. OLE color: 8182254.
HSL color Cylindrical-coordinate representation of color #EED97C: hue angle of 48.95º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EED97C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 124 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.07 |
| HSL | 48.95º | 0.77% | 0.71% | - |
| HSV(B) | 48.95º | 0.48% | 0.93% | - |
| XYZ | 63.71 | 69.26 | 29.08 | - |
| YUV | 212.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 124 | 0 | 0.09 | 0.48 | 0.07 | 48.95 | 0.77 | 0.71 |
| Hex | EE | D9 | 7C | 0 | 9 | 30 | 7 | 31 | 4D | 47 |
| Octal | 356 | 331 | 174 | 0 | 11 | 60 | 7 | 61 | 115 | 107 |
| Binary | 11101110 | 11011001 | 1111100 | 0 | 1001 | 110000 | 111 | 110001 | 1001101 | 1000111 |
Color Harmonies of #EED97C
Complementary color
Monochromatic Colors of #EED97C
Black with #EED97C
Text Example
Text Example
White with #EED97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED97C; }
p { color: rgb(238,217,124); }
H1.HeaderClassName
{
color: #EED97C;
}
.AnyTagClassName
{
color: #EED97C;
}
</style>
background-color css
<style>
a { background-color: #EED97C; }
a { background-color: rgb(238,217,124); }
div.DivClassName
{
background-color: #EED97C;
}
.BgClassName
{
background-color: #EED97C;
}
</style>
border-color css
<style>
span { border-color: #EED97C; }
span { border-color: rgb(238,217,124); }
td.TdClassName
{
border-color: #EED97C;
}
.TagClassName
{
border-color: #EED97C;
}
</style>