Shades of Flax #EEDD8C
Tints of Flax #EEDD8C
RGB
CMYK
RGB Variations
Color information
#EEDD8C (or 0xEEDD8C) is known color: Flax. HEX triplet: EE, DD and 8C. RGB value is (238,221,140). Sum of RGB (Red+Green+Blue) = 238+221+140=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD8C is #112273. Grayscale: #D9D9D9. Windows color (decimal): -1122932 or 9231854. OLE color: 9231854.
HSL color Cylindrical-coordinate representation of color #EEDD8C: hue angle of 49.59º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEDD8C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 140 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 49.59º | 0.74% | 0.74% | - |
| HSV(B) | 49.59º | 0.41% | 0.93% | - |
| XYZ | 65.85 | 71.78 | 35.2 | - |
| YUV | 216.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 140 | 0 | 0.07 | 0.41 | 0.07 | 49.59 | 0.74 | 0.74 |
| Hex | EE | DD | 8C | 0 | 7 | 29 | 7 | 32 | 4A | 4A |
| Octal | 356 | 335 | 214 | 0 | 7 | 51 | 7 | 62 | 112 | 112 |
| Binary | 11101110 | 11011101 | 10001100 | 0 | 111 | 101001 | 111 | 110010 | 1001010 | 1001010 |
Color Harmonies of #EEDD8C
Complementary color
Monochromatic Colors of #EEDD8C
Black with #EEDD8C
Text Example
Text Example
White with #EEDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD8C; }
p { color: rgb(238,221,140); }
H1.HeaderClassName
{
color: #EEDD8C;
}
.AnyTagClassName
{
color: #EEDD8C;
}
</style>
background-color css
<style>
a { background-color: #EEDD8C; }
a { background-color: rgb(238,221,140); }
div.DivClassName
{
background-color: #EEDD8C;
}
.BgClassName
{
background-color: #EEDD8C;
}
</style>
border-color css
<style>
span { border-color: #EEDD8C; }
span { border-color: rgb(238,221,140); }
td.TdClassName
{
border-color: #EEDD8C;
}
.TagClassName
{
border-color: #EEDD8C;
}
</style>