Shades of Flax #E7D585
Tints of Flax #E7D585
RGB
CMYK
RGB Variations
Color information
#E7D585 (or 0xE7D585) is known color: Flax. HEX triplet: E7, D5 and 85. RGB value is (231,213,133). Sum of RGB (Red+Green+Blue) = 231+213+133=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D585 is #182A7A. Grayscale: #D1D1D1. Windows color (decimal): -1583739 or 8771047. OLE color: 8771047.
HSL color Cylindrical-coordinate representation of color #E7D585: hue angle of 48.98º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7D585 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 133 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.09 |
| HSL | 48.98º | 0.67% | 0.71% | - |
| HSV(B) | 48.98º | 0.42% | 0.91% | - |
| XYZ | 60.98 | 66.27 | 31.77 | - |
| YUV | 209.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 133 | 0 | 0.08 | 0.42 | 0.09 | 48.98 | 0.67 | 0.71 |
| Hex | E7 | D5 | 85 | 0 | 8 | 2A | 9 | 31 | 43 | 47 |
| Octal | 347 | 325 | 205 | 0 | 10 | 52 | 11 | 61 | 103 | 107 |
| Binary | 11100111 | 11010101 | 10000101 | 0 | 1000 | 101010 | 1001 | 110001 | 1000011 | 1000111 |
Color Harmonies of #E7D585
Complementary color
Monochromatic Colors of #E7D585
Black with #E7D585
Text Example
Text Example
White with #E7D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D585; }
p { color: rgb(231,213,133); }
H1.HeaderClassName
{
color: #E7D585;
}
.AnyTagClassName
{
color: #E7D585;
}
</style>
background-color css
<style>
a { background-color: #E7D585; }
a { background-color: rgb(231,213,133); }
div.DivClassName
{
background-color: #E7D585;
}
.BgClassName
{
background-color: #E7D585;
}
</style>
border-color css
<style>
span { border-color: #E7D585; }
span { border-color: rgb(231,213,133); }
td.TdClassName
{
border-color: #E7D585;
}
.TagClassName
{
border-color: #E7D585;
}
</style>