Shades of Flax #EEDC86
Tints of Flax #EEDC86
RGB
CMYK
RGB Variations
Color information
#EEDC86 (or 0xEEDC86) is known color: Flax. HEX triplet: EE, DC and 86. RGB value is (238,220,134). Sum of RGB (Red+Green+Blue) = 238+220+134=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC86 is #112379. Grayscale: #D7D7D7. Windows color (decimal): -1123194 or 8838382. OLE color: 8838382.
HSL color Cylindrical-coordinate representation of color #EEDC86: hue angle of 49.62º 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 #EEDC86 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 134 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 49.62º | 0.75% | 0.73% | - |
| HSV(B) | 49.62º | 0.44% | 0.93% | - |
| XYZ | 65.16 | 71.08 | 32.84 | - |
| YUV | 215.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 134 | 0 | 0.08 | 0.44 | 0.07 | 49.62 | 0.75 | 0.73 |
| Hex | EE | DC | 86 | 0 | 8 | 2C | 7 | 32 | 4B | 49 |
| Octal | 356 | 334 | 206 | 0 | 10 | 54 | 7 | 62 | 113 | 111 |
| Binary | 11101110 | 11011100 | 10000110 | 0 | 1000 | 101100 | 111 | 110010 | 1001011 | 1001001 |
Color Harmonies of #EEDC86
Complementary color
Monochromatic Colors of #EEDC86
Black with #EEDC86
Text Example
Text Example
White with #EEDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC86; }
p { color: rgb(238,220,134); }
H1.HeaderClassName
{
color: #EEDC86;
}
.AnyTagClassName
{
color: #EEDC86;
}
</style>
background-color css
<style>
a { background-color: #EEDC86; }
a { background-color: rgb(238,220,134); }
div.DivClassName
{
background-color: #EEDC86;
}
.BgClassName
{
background-color: #EEDC86;
}
</style>
border-color css
<style>
span { border-color: #EEDC86; }
span { border-color: rgb(238,220,134); }
td.TdClassName
{
border-color: #EEDC86;
}
.TagClassName
{
border-color: #EEDC86;
}
</style>