Shades of Flax #E6D587
Tints of Flax #E6D587
RGB
CMYK
RGB Variations
Color information
#E6D587 (or 0xE6D587) is known color: Flax. HEX triplet: E6, D5 and 87. RGB value is (230,213,135). Sum of RGB (Red+Green+Blue) = 230+213+135=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D587 is #192A78. Grayscale: #D1D1D1. Windows color (decimal): -1649273 or 8902118. OLE color: 8902118.
HSL color Cylindrical-coordinate representation of color #E6D587: hue angle of 49.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6D587 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 135 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.10 |
| HSL | 49.26º | 0.66% | 0.72% | - |
| HSV(B) | 49.26º | 0.41% | 0.9% | - |
| XYZ | 60.8 | 66.16 | 32.49 | - |
| YUV | 209.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 135 | 0 | 0.07 | 0.41 | 0.10 | 49.26 | 0.66 | 0.72 |
| Hex | E6 | D5 | 87 | 0 | 7 | 29 | A | 31 | 42 | 48 |
| Octal | 346 | 325 | 207 | 0 | 7 | 51 | 12 | 61 | 102 | 110 |
| Binary | 11100110 | 11010101 | 10000111 | 0 | 111 | 101001 | 1010 | 110001 | 1000010 | 1001000 |
Color Harmonies of #E6D587
Complementary color
Monochromatic Colors of #E6D587
Black with #E6D587
Text Example
Text Example
White with #E6D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D587; }
p { color: rgb(230,213,135); }
H1.HeaderClassName
{
color: #E6D587;
}
.AnyTagClassName
{
color: #E6D587;
}
</style>
background-color css
<style>
a { background-color: #E6D587; }
a { background-color: rgb(230,213,135); }
div.DivClassName
{
background-color: #E6D587;
}
.BgClassName
{
background-color: #E6D587;
}
</style>
border-color css
<style>
span { border-color: #E6D587; }
span { border-color: rgb(230,213,135); }
td.TdClassName
{
border-color: #E6D587;
}
.TagClassName
{
border-color: #E6D587;
}
</style>