Shades of Flax #E6D687
Tints of Flax #E6D687
RGB
CMYK
RGB Variations
Color information
#E6D687 (or 0xE6D687) is known color: Flax. HEX triplet: E6, D6 and 87. RGB value is (230,214,135). Sum of RGB (Red+Green+Blue) = 230+214+135=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D687 is #192978. Grayscale: #D2D2D2. Windows color (decimal): -1649017 or 8902374. OLE color: 8902374.
HSL color Cylindrical-coordinate representation of color #E6D687: hue angle of 49.89º 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 #E6D687 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 135 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.10 |
| HSL | 49.89º | 0.66% | 0.72% | - |
| HSV(B) | 49.89º | 0.41% | 0.9% | - |
| XYZ | 61.05 | 66.67 | 32.57 | - |
| YUV | 209.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 135 | 0 | 0.07 | 0.41 | 0.10 | 49.89 | 0.66 | 0.72 |
| Hex | E6 | D6 | 87 | 0 | 7 | 29 | A | 32 | 42 | 48 |
| Octal | 346 | 326 | 207 | 0 | 7 | 51 | 12 | 62 | 102 | 110 |
| Binary | 11100110 | 11010110 | 10000111 | 0 | 111 | 101001 | 1010 | 110010 | 1000010 | 1001000 |
Color Harmonies of #E6D687
Complementary color
Monochromatic Colors of #E6D687
Black with #E6D687
Text Example
Text Example
White with #E6D687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D687; }
p { color: rgb(230,214,135); }
H1.HeaderClassName
{
color: #E6D687;
}
.AnyTagClassName
{
color: #E6D687;
}
</style>
background-color css
<style>
a { background-color: #E6D687; }
a { background-color: rgb(230,214,135); }
div.DivClassName
{
background-color: #E6D687;
}
.BgClassName
{
background-color: #E6D687;
}
</style>
border-color css
<style>
span { border-color: #E6D687; }
span { border-color: rgb(230,214,135); }
td.TdClassName
{
border-color: #E6D687;
}
.TagClassName
{
border-color: #E6D687;
}
</style>