Shades of Flax #E5D880
Tints of Flax #E5D880
RGB
CMYK
RGB Variations
Color information
#E5D880 (or 0xE5D880) is known color: Flax. HEX triplet: E5, D8 and 80. RGB value is (229,216,128). Sum of RGB (Red+Green+Blue) = 229+216+128=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D880 is #1A277F. Grayscale: #D2D2D2. Windows color (decimal): -1714048 or 8444133. OLE color: 8444133.
HSL color Cylindrical-coordinate representation of color #E5D880: hue angle of 52.28º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5D880 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 128 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.10 |
| HSL | 52.28º | 0.66% | 0.7% | - |
| HSV(B) | 52.28º | 0.44% | 0.9% | - |
| XYZ | 60.77 | 67.33 | 30.22 | - |
| YUV | 209.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 128 | 0 | 0.06 | 0.44 | 0.10 | 52.28 | 0.66 | 0.7 |
| Hex | E5 | D8 | 80 | 0 | 6 | 2C | A | 34 | 42 | 46 |
| Octal | 345 | 330 | 200 | 0 | 6 | 54 | 12 | 64 | 102 | 106 |
| Binary | 11100101 | 11011000 | 10000000 | 0 | 110 | 101100 | 1010 | 110100 | 1000010 | 1000110 |
Color Harmonies of #E5D880
Complementary color
Monochromatic Colors of #E5D880
Black with #E5D880
Text Example
Text Example
White with #E5D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D880; }
p { color: rgb(229,216,128); }
H1.HeaderClassName
{
color: #E5D880;
}
.AnyTagClassName
{
color: #E5D880;
}
</style>
background-color css
<style>
a { background-color: #E5D880; }
a { background-color: rgb(229,216,128); }
div.DivClassName
{
background-color: #E5D880;
}
.BgClassName
{
background-color: #E5D880;
}
</style>
border-color css
<style>
span { border-color: #E5D880; }
span { border-color: rgb(229,216,128); }
td.TdClassName
{
border-color: #E5D880;
}
.TagClassName
{
border-color: #E5D880;
}
</style>