Shades of Flax #EEDA7B
Tints of Flax #EEDA7B
RGB
CMYK
RGB Variations
Color information
#EEDA7B (or 0xEEDA7B) is known color: Flax. HEX triplet: EE, DA and 7B. RGB value is (238,218,123). Sum of RGB (Red+Green+Blue) = 238+218+123=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA7B is #112584. Grayscale: #D5D5D5. Windows color (decimal): -1123717 or 8116974. OLE color: 8116974.
HSL color Cylindrical-coordinate representation of color #EEDA7B: hue angle of 49.57º 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 #EEDA7B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 123 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 49.57º | 0.77% | 0.71% | - |
| HSV(B) | 49.57º | 0.48% | 0.93% | - |
| XYZ | 63.91 | 69.75 | 28.83 | - |
| YUV | 213.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 123 | 0 | 0.08 | 0.48 | 0.07 | 49.57 | 0.77 | 0.71 |
| Hex | EE | DA | 7B | 0 | 8 | 30 | 7 | 32 | 4D | 47 |
| Octal | 356 | 332 | 173 | 0 | 10 | 60 | 7 | 62 | 115 | 107 |
| Binary | 11101110 | 11011010 | 1111011 | 0 | 1000 | 110000 | 111 | 110010 | 1001101 | 1000111 |
Color Harmonies of #EEDA7B
Complementary color
Monochromatic Colors of #EEDA7B
Black with #EEDA7B
Text Example
Text Example
White with #EEDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA7B; }
p { color: rgb(238,218,123); }
H1.HeaderClassName
{
color: #EEDA7B;
}
.AnyTagClassName
{
color: #EEDA7B;
}
</style>
background-color css
<style>
a { background-color: #EEDA7B; }
a { background-color: rgb(238,218,123); }
div.DivClassName
{
background-color: #EEDA7B;
}
.BgClassName
{
background-color: #EEDA7B;
}
</style>
border-color css
<style>
span { border-color: #EEDA7B; }
span { border-color: rgb(238,218,123); }
td.TdClassName
{
border-color: #EEDA7B;
}
.TagClassName
{
border-color: #EEDA7B;
}
</style>