Shades of Flax #E6D486
Tints of Flax #E6D486
RGB
CMYK
RGB Variations
Color information
#E6D486 (or 0xE6D486) is known color: Flax. HEX triplet: E6, D4 and 86. RGB value is (230,212,134). Sum of RGB (Red+Green+Blue) = 230+212+134=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D486 is #192B79. Grayscale: #D0D0D0. Windows color (decimal): -1649530 or 8836326. OLE color: 8836326.
HSL color Cylindrical-coordinate representation of color #E6D486: hue angle of 48.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6D486 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 134 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.10 |
| HSL | 48.75º | 0.66% | 0.71% | - |
| HSV(B) | 48.75º | 0.42% | 0.9% | - |
| XYZ | 60.48 | 65.63 | 32.03 | - |
| YUV | 208.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 134 | 0 | 0.08 | 0.42 | 0.10 | 48.75 | 0.66 | 0.71 |
| Hex | E6 | D4 | 86 | 0 | 8 | 2A | A | 31 | 42 | 47 |
| Octal | 346 | 324 | 206 | 0 | 10 | 52 | 12 | 61 | 102 | 107 |
| Binary | 11100110 | 11010100 | 10000110 | 0 | 1000 | 101010 | 1010 | 110001 | 1000010 | 1000111 |
Color Harmonies of #E6D486
Complementary color
Monochromatic Colors of #E6D486
Black with #E6D486
Text Example
Text Example
White with #E6D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D486; }
p { color: rgb(230,212,134); }
H1.HeaderClassName
{
color: #E6D486;
}
.AnyTagClassName
{
color: #E6D486;
}
</style>
background-color css
<style>
a { background-color: #E6D486; }
a { background-color: rgb(230,212,134); }
div.DivClassName
{
background-color: #E6D486;
}
.BgClassName
{
background-color: #E6D486;
}
</style>
border-color css
<style>
span { border-color: #E6D486; }
span { border-color: rgb(230,212,134); }
td.TdClassName
{
border-color: #E6D486;
}
.TagClassName
{
border-color: #E6D486;
}
</style>