Shades of Flax #EEDB89
Tints of Flax #EEDB89
RGB
CMYK
RGB Variations
Color information
#EEDB89 (or 0xEEDB89) is known color: Flax. HEX triplet: EE, DB and 89. RGB value is (238,219,137). Sum of RGB (Red+Green+Blue) = 238+219+137=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB89 is #112476. Grayscale: #D7D7D7. Windows color (decimal): -1123447 or 9034734. OLE color: 9034734.
HSL color Cylindrical-coordinate representation of color #EEDB89: hue angle of 48.71º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEDB89 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 137 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.07 |
| HSL | 48.71º | 0.75% | 0.74% | - |
| HSV(B) | 48.71º | 0.42% | 0.93% | - |
| XYZ | 65.11 | 70.65 | 33.87 | - |
| YUV | 215.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 137 | 0 | 0.08 | 0.42 | 0.07 | 48.71 | 0.75 | 0.74 |
| Hex | EE | DB | 89 | 0 | 8 | 2A | 7 | 31 | 4B | 4A |
| Octal | 356 | 333 | 211 | 0 | 10 | 52 | 7 | 61 | 113 | 112 |
| Binary | 11101110 | 11011011 | 10001001 | 0 | 1000 | 101010 | 111 | 110001 | 1001011 | 1001010 |
Color Harmonies of #EEDB89
Complementary color
Monochromatic Colors of #EEDB89
Black with #EEDB89
Text Example
Text Example
White with #EEDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB89; }
p { color: rgb(238,219,137); }
H1.HeaderClassName
{
color: #EEDB89;
}
.AnyTagClassName
{
color: #EEDB89;
}
</style>
background-color css
<style>
a { background-color: #EEDB89; }
a { background-color: rgb(238,219,137); }
div.DivClassName
{
background-color: #EEDB89;
}
.BgClassName
{
background-color: #EEDB89;
}
</style>
border-color css
<style>
span { border-color: #EEDB89; }
span { border-color: rgb(238,219,137); }
td.TdClassName
{
border-color: #EEDB89;
}
.TagClassName
{
border-color: #EEDB89;
}
</style>