Shades of Flax #EEDC84
Tints of Flax #EEDC84
RGB
CMYK
RGB Variations
Color information
#EEDC84 (or 0xEEDC84) is known color: Flax. HEX triplet: EE, DC and 84. RGB value is (238,220,132). Sum of RGB (Red+Green+Blue) = 238+220+132=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC84 is #11237B. Grayscale: #D7D7D7. Windows color (decimal): -1123196 or 8707310. OLE color: 8707310.
HSL color Cylindrical-coordinate representation of color #EEDC84: hue angle of 49.81º 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 #EEDC84 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 132 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.07 |
| HSL | 49.81º | 0.76% | 0.73% | - |
| HSV(B) | 49.81º | 0.45% | 0.93% | - |
| XYZ | 65.02 | 71.03 | 32.11 | - |
| YUV | 215.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 132 | 0 | 0.08 | 0.45 | 0.07 | 49.81 | 0.76 | 0.73 |
| Hex | EE | DC | 84 | 0 | 8 | 2D | 7 | 32 | 4C | 49 |
| Octal | 356 | 334 | 204 | 0 | 10 | 55 | 7 | 62 | 114 | 111 |
| Binary | 11101110 | 11011100 | 10000100 | 0 | 1000 | 101101 | 111 | 110010 | 1001100 | 1001001 |
Color Harmonies of #EEDC84
Complementary color
Monochromatic Colors of #EEDC84
Black with #EEDC84
Text Example
Text Example
White with #EEDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC84; }
p { color: rgb(238,220,132); }
H1.HeaderClassName
{
color: #EEDC84;
}
.AnyTagClassName
{
color: #EEDC84;
}
</style>
background-color css
<style>
a { background-color: #EEDC84; }
a { background-color: rgb(238,220,132); }
div.DivClassName
{
background-color: #EEDC84;
}
.BgClassName
{
background-color: #EEDC84;
}
</style>
border-color css
<style>
span { border-color: #EEDC84; }
span { border-color: rgb(238,220,132); }
td.TdClassName
{
border-color: #EEDC84;
}
.TagClassName
{
border-color: #EEDC84;
}
</style>