Shades of Flax #E8D287
Tints of Flax #E8D287
RGB
CMYK
RGB Variations
Color information
#E8D287 (or 0xE8D287) is known color: Flax. HEX triplet: E8, D2 and 87. RGB value is (232,210,135). Sum of RGB (Red+Green+Blue) = 232+210+135=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D287 is #172D78. Grayscale: #D0D0D0. Windows color (decimal): -1518969 or 8901352. OLE color: 8901352.
HSL color Cylindrical-coordinate representation of color #E8D287: hue angle of 46.39º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8D287 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 135 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.09 |
| HSL | 46.39º | 0.68% | 0.72% | - |
| HSV(B) | 46.39º | 0.42% | 0.91% | - |
| XYZ | 60.7 | 65 | 32.27 | - |
| YUV | 208.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 135 | 0 | 0.09 | 0.42 | 0.09 | 46.39 | 0.68 | 0.72 |
| Hex | E8 | D2 | 87 | 0 | 9 | 2A | 9 | 2E | 44 | 48 |
| Octal | 350 | 322 | 207 | 0 | 11 | 52 | 11 | 56 | 104 | 110 |
| Binary | 11101000 | 11010010 | 10000111 | 0 | 1001 | 101010 | 1001 | 101110 | 1000100 | 1001000 |
Color Harmonies of #E8D287
Complementary color
Monochromatic Colors of #E8D287
Black with #E8D287
Text Example
Text Example
White with #E8D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D287; }
p { color: rgb(232,210,135); }
H1.HeaderClassName
{
color: #E8D287;
}
.AnyTagClassName
{
color: #E8D287;
}
</style>
background-color css
<style>
a { background-color: #E8D287; }
a { background-color: rgb(232,210,135); }
div.DivClassName
{
background-color: #E8D287;
}
.BgClassName
{
background-color: #E8D287;
}
</style>
border-color css
<style>
span { border-color: #E8D287; }
span { border-color: rgb(232,210,135); }
td.TdClassName
{
border-color: #E8D287;
}
.TagClassName
{
border-color: #E8D287;
}
</style>