Shades of Flax #E6D888
Tints of Flax #E6D888
RGB
CMYK
RGB Variations
Color information
#E6D888 (or 0xE6D888) is known color: Flax. HEX triplet: E6, D8 and 88. RGB value is (230,216,136). Sum of RGB (Red+Green+Blue) = 230+216+136=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D888 is #192777. Grayscale: #D3D3D3. Windows color (decimal): -1648504 or 8968422. OLE color: 8968422.
HSL color Cylindrical-coordinate representation of color #E6D888: hue angle of 51.06º degrees, saturation: 0.65, 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 #E6D888 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 136 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.10 |
| HSL | 51.06º | 0.65% | 0.72% | - |
| HSV(B) | 51.06º | 0.41% | 0.9% | - |
| XYZ | 61.63 | 67.71 | 33.11 | - |
| YUV | 211.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 136 | 0 | 0.06 | 0.41 | 0.10 | 51.06 | 0.65 | 0.72 |
| Hex | E6 | D8 | 88 | 0 | 6 | 29 | A | 33 | 41 | 48 |
| Octal | 346 | 330 | 210 | 0 | 6 | 51 | 12 | 63 | 101 | 110 |
| Binary | 11100110 | 11011000 | 10001000 | 0 | 110 | 101001 | 1010 | 110011 | 1000001 | 1001000 |
Color Harmonies of #E6D888
Complementary color
Monochromatic Colors of #E6D888
Black with #E6D888
Text Example
Text Example
White with #E6D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D888; }
p { color: rgb(230,216,136); }
H1.HeaderClassName
{
color: #E6D888;
}
.AnyTagClassName
{
color: #E6D888;
}
</style>
background-color css
<style>
a { background-color: #E6D888; }
a { background-color: rgb(230,216,136); }
div.DivClassName
{
background-color: #E6D888;
}
.BgClassName
{
background-color: #E6D888;
}
</style>
border-color css
<style>
span { border-color: #E6D888; }
span { border-color: rgb(230,216,136); }
td.TdClassName
{
border-color: #E6D888;
}
.TagClassName
{
border-color: #E6D888;
}
</style>