Shades of Flax #EEDA7F
Tints of Flax #EEDA7F
RGB
CMYK
RGB Variations
Color information
#EEDA7F (or 0xEEDA7F) is known color: Flax. HEX triplet: EE, DA and 7F. RGB value is (238,218,127). Sum of RGB (Red+Green+Blue) = 238+218+127=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA7F is #112580. Grayscale: #D5D5D5. Windows color (decimal): -1123713 or 8379118. OLE color: 8379118.
HSL color Cylindrical-coordinate representation of color #EEDA7F: hue angle of 49.19º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEDA7F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 127 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.07 |
| HSL | 49.19º | 0.77% | 0.72% | - |
| HSV(B) | 49.19º | 0.47% | 0.93% | - |
| XYZ | 64.16 | 69.85 | 30.18 | - |
| YUV | 213.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 127 | 0 | 0.08 | 0.47 | 0.07 | 49.19 | 0.77 | 0.72 |
| Hex | EE | DA | 7F | 0 | 8 | 2F | 7 | 31 | 4D | 48 |
| Octal | 356 | 332 | 177 | 0 | 10 | 57 | 7 | 61 | 115 | 110 |
| Binary | 11101110 | 11011010 | 1111111 | 0 | 1000 | 101111 | 111 | 110001 | 1001101 | 1001000 |
Color Harmonies of #EEDA7F
Complementary color
Monochromatic Colors of #EEDA7F
Black with #EEDA7F
Text Example
Text Example
White with #EEDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA7F; }
p { color: rgb(238,218,127); }
H1.HeaderClassName
{
color: #EEDA7F;
}
.AnyTagClassName
{
color: #EEDA7F;
}
</style>
background-color css
<style>
a { background-color: #EEDA7F; }
a { background-color: rgb(238,218,127); }
div.DivClassName
{
background-color: #EEDA7F;
}
.BgClassName
{
background-color: #EEDA7F;
}
</style>
border-color css
<style>
span { border-color: #EEDA7F; }
span { border-color: rgb(238,218,127); }
td.TdClassName
{
border-color: #EEDA7F;
}
.TagClassName
{
border-color: #EEDA7F;
}
</style>