Shades of Flax #EEDA84
Tints of Flax #EEDA84
RGB
CMYK
RGB Variations
Color information
#EEDA84 (or 0xEEDA84) is known color: Flax. HEX triplet: EE, DA and 84. RGB value is (238,218,132). Sum of RGB (Red+Green+Blue) = 238+218+132=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA84 is #11257B. Grayscale: #D6D6D6. Windows color (decimal): -1123708 or 8706798. OLE color: 8706798.
HSL color Cylindrical-coordinate representation of color #EEDA84: hue angle of 48.68º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEDA84 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 132 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.07 |
| HSL | 48.68º | 0.76% | 0.73% | - |
| HSV(B) | 48.68º | 0.45% | 0.93% | - |
| XYZ | 64.5 | 69.99 | 31.94 | - |
| YUV | 214.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 132 | 0 | 0.08 | 0.45 | 0.07 | 48.68 | 0.76 | 0.73 |
| Hex | EE | DA | 84 | 0 | 8 | 2D | 7 | 31 | 4C | 49 |
| Octal | 356 | 332 | 204 | 0 | 10 | 55 | 7 | 61 | 114 | 111 |
| Binary | 11101110 | 11011010 | 10000100 | 0 | 1000 | 101101 | 111 | 110001 | 1001100 | 1001001 |
Color Harmonies of #EEDA84
Complementary color
Monochromatic Colors of #EEDA84
Black with #EEDA84
Text Example
Text Example
White with #EEDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA84; }
p { color: rgb(238,218,132); }
H1.HeaderClassName
{
color: #EEDA84;
}
.AnyTagClassName
{
color: #EEDA84;
}
</style>
background-color css
<style>
a { background-color: #EEDA84; }
a { background-color: rgb(238,218,132); }
div.DivClassName
{
background-color: #EEDA84;
}
.BgClassName
{
background-color: #EEDA84;
}
</style>
border-color css
<style>
span { border-color: #EEDA84; }
span { border-color: rgb(238,218,132); }
td.TdClassName
{
border-color: #EEDA84;
}
.TagClassName
{
border-color: #EEDA84;
}
</style>