Shades of Flax #EEDA7D
Tints of Flax #EEDA7D
RGB
CMYK
RGB Variations
Color information
#EEDA7D (or 0xEEDA7D) is known color: Flax. HEX triplet: EE, DA and 7D. RGB value is (238,218,125). Sum of RGB (Red+Green+Blue) = 238+218+125=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA7D is #112582. Grayscale: #D5D5D5. Windows color (decimal): -1123715 or 8248046. OLE color: 8248046.
HSL color Cylindrical-coordinate representation of color #EEDA7D: hue angle of 49.38º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEDA7D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 125 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.07 |
| HSL | 49.38º | 0.77% | 0.71% | - |
| HSV(B) | 49.38º | 0.47% | 0.93% | - |
| XYZ | 64.03 | 69.8 | 29.5 | - |
| YUV | 213.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 125 | 0 | 0.08 | 0.47 | 0.07 | 49.38 | 0.77 | 0.71 |
| Hex | EE | DA | 7D | 0 | 8 | 2F | 7 | 31 | 4D | 47 |
| Octal | 356 | 332 | 175 | 0 | 10 | 57 | 7 | 61 | 115 | 107 |
| Binary | 11101110 | 11011010 | 1111101 | 0 | 1000 | 101111 | 111 | 110001 | 1001101 | 1000111 |
Color Harmonies of #EEDA7D
Complementary color
Monochromatic Colors of #EEDA7D
Black with #EEDA7D
Text Example
Text Example
White with #EEDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA7D; }
p { color: rgb(238,218,125); }
H1.HeaderClassName
{
color: #EEDA7D;
}
.AnyTagClassName
{
color: #EEDA7D;
}
</style>
background-color css
<style>
a { background-color: #EEDA7D; }
a { background-color: rgb(238,218,125); }
div.DivClassName
{
background-color: #EEDA7D;
}
.BgClassName
{
background-color: #EEDA7D;
}
</style>
border-color css
<style>
span { border-color: #EEDA7D; }
span { border-color: rgb(238,218,125); }
td.TdClassName
{
border-color: #EEDA7D;
}
.TagClassName
{
border-color: #EEDA7D;
}
</style>