Shades of Flax #E8D988
Tints of Flax #E8D988
RGB
CMYK
RGB Variations
Color information
#E8D988 (or 0xE8D988) is known color: Flax. HEX triplet: E8, D9 and 88. RGB value is (232,217,136). Sum of RGB (Red+Green+Blue) = 232+217+136=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D988 is #172677. Grayscale: #D4D4D4. Windows color (decimal): -1517176 or 8968680. OLE color: 8968680.
HSL color Cylindrical-coordinate representation of color #E8D988: hue angle of 50.62º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8D988 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 136 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.09 |
| HSL | 50.63º | 0.68% | 0.72% | - |
| HSV(B) | 50.63º | 0.41% | 0.91% | - |
| XYZ | 62.54 | 68.56 | 33.23 | - |
| YUV | 212.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 136 | 0 | 0.06 | 0.41 | 0.09 | 50.63 | 0.68 | 0.72 |
| Hex | E8 | D9 | 88 | 0 | 6 | 29 | 9 | 33 | 44 | 48 |
| Octal | 350 | 331 | 210 | 0 | 6 | 51 | 11 | 63 | 104 | 110 |
| Binary | 11101000 | 11011001 | 10001000 | 0 | 110 | 101001 | 1001 | 110011 | 1000100 | 1001000 |
Color Harmonies of #E8D988
Complementary color
Monochromatic Colors of #E8D988
Black with #E8D988
Text Example
Text Example
White with #E8D988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D988; }
p { color: rgb(232,217,136); }
H1.HeaderClassName
{
color: #E8D988;
}
.AnyTagClassName
{
color: #E8D988;
}
</style>
background-color css
<style>
a { background-color: #E8D988; }
a { background-color: rgb(232,217,136); }
div.DivClassName
{
background-color: #E8D988;
}
.BgClassName
{
background-color: #E8D988;
}
</style>
border-color css
<style>
span { border-color: #E8D988; }
span { border-color: rgb(232,217,136); }
td.TdClassName
{
border-color: #E8D988;
}
.TagClassName
{
border-color: #E8D988;
}
</style>