Shades of Flax #E8D985
Tints of Flax #E8D985
RGB
CMYK
RGB Variations
Color information
#E8D985 (or 0xE8D985) is known color: Flax. HEX triplet: E8, D9 and 85. RGB value is (232,217,133). Sum of RGB (Red+Green+Blue) = 232+217+133=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D985 is #17267A. Grayscale: #D4D4D4. Windows color (decimal): -1517179 or 8772072. OLE color: 8772072.
HSL color Cylindrical-coordinate representation of color #E8D985: hue angle of 50.91º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8D985 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 133 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.09 |
| HSL | 50.91º | 0.68% | 0.72% | - |
| HSV(B) | 50.91º | 0.43% | 0.91% | - |
| XYZ | 62.33 | 68.47 | 32.12 | - |
| YUV | 211.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 133 | 0 | 0.06 | 0.43 | 0.09 | 50.91 | 0.68 | 0.72 |
| Hex | E8 | D9 | 85 | 0 | 6 | 2B | 9 | 33 | 44 | 48 |
| Octal | 350 | 331 | 205 | 0 | 6 | 53 | 11 | 63 | 104 | 110 |
| Binary | 11101000 | 11011001 | 10000101 | 0 | 110 | 101011 | 1001 | 110011 | 1000100 | 1001000 |
Color Harmonies of #E8D985
Complementary color
Monochromatic Colors of #E8D985
Black with #E8D985
Text Example
Text Example
White with #E8D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D985; }
p { color: rgb(232,217,133); }
H1.HeaderClassName
{
color: #E8D985;
}
.AnyTagClassName
{
color: #E8D985;
}
</style>
background-color css
<style>
a { background-color: #E8D985; }
a { background-color: rgb(232,217,133); }
div.DivClassName
{
background-color: #E8D985;
}
.BgClassName
{
background-color: #E8D985;
}
</style>
border-color css
<style>
span { border-color: #E8D985; }
span { border-color: rgb(232,217,133); }
td.TdClassName
{
border-color: #E8D985;
}
.TagClassName
{
border-color: #E8D985;
}
</style>