Shades of Flax #EEDB86
Tints of Flax #EEDB86
RGB
CMYK
RGB Variations
Color information
#EEDB86 (or 0xEEDB86) is known color: Flax. HEX triplet: EE, DB and 86. RGB value is (238,219,134). Sum of RGB (Red+Green+Blue) = 238+219+134=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB86 is #112479. Grayscale: #D7D7D7. Windows color (decimal): -1123450 or 8838126. OLE color: 8838126.
HSL color Cylindrical-coordinate representation of color #EEDB86: hue angle of 49.04º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEDB86 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 134 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 49.04º | 0.75% | 0.73% | - |
| HSV(B) | 49.04º | 0.44% | 0.93% | - |
| XYZ | 64.89 | 70.56 | 32.75 | - |
| YUV | 214.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 134 | 0 | 0.08 | 0.44 | 0.07 | 49.04 | 0.75 | 0.73 |
| Hex | EE | DB | 86 | 0 | 8 | 2C | 7 | 31 | 4B | 49 |
| Octal | 356 | 333 | 206 | 0 | 10 | 54 | 7 | 61 | 113 | 111 |
| Binary | 11101110 | 11011011 | 10000110 | 0 | 1000 | 101100 | 111 | 110001 | 1001011 | 1001001 |
Color Harmonies of #EEDB86
Complementary color
Monochromatic Colors of #EEDB86
Black with #EEDB86
Text Example
Text Example
White with #EEDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB86; }
p { color: rgb(238,219,134); }
H1.HeaderClassName
{
color: #EEDB86;
}
.AnyTagClassName
{
color: #EEDB86;
}
</style>
background-color css
<style>
a { background-color: #EEDB86; }
a { background-color: rgb(238,219,134); }
div.DivClassName
{
background-color: #EEDB86;
}
.BgClassName
{
background-color: #EEDB86;
}
</style>
border-color css
<style>
span { border-color: #EEDB86; }
span { border-color: rgb(238,219,134); }
td.TdClassName
{
border-color: #EEDB86;
}
.TagClassName
{
border-color: #EEDB86;
}
</style>