Shades of Flax #E9D682
Tints of Flax #E9D682
RGB
CMYK
RGB Variations
Color information
#E9D682 (or 0xE9D682) is known color: Flax. HEX triplet: E9, D6 and 82. RGB value is (233,214,130). Sum of RGB (Red+Green+Blue) = 233+214+130=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D682 is #16297D. Grayscale: #D2D2D2. Windows color (decimal): -1452414 or 8574697. OLE color: 8574697.
HSL color Cylindrical-coordinate representation of color #E9D682: hue angle of 48.93º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E9D682 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 130 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.09 |
| HSL | 48.93º | 0.7% | 0.71% | - |
| HSV(B) | 48.93º | 0.44% | 0.91% | - |
| XYZ | 61.68 | 67.03 | 30.81 | - |
| YUV | 210.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 130 | 0 | 0.08 | 0.44 | 0.09 | 48.93 | 0.7 | 0.71 |
| Hex | E9 | D6 | 82 | 0 | 8 | 2C | 9 | 31 | 46 | 47 |
| Octal | 351 | 326 | 202 | 0 | 10 | 54 | 11 | 61 | 106 | 107 |
| Binary | 11101001 | 11010110 | 10000010 | 0 | 1000 | 101100 | 1001 | 110001 | 1000110 | 1000111 |
Color Harmonies of #E9D682
Complementary color
Monochromatic Colors of #E9D682
Black with #E9D682
Text Example
Text Example
White with #E9D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D682; }
p { color: rgb(233,214,130); }
H1.HeaderClassName
{
color: #E9D682;
}
.AnyTagClassName
{
color: #E9D682;
}
</style>
background-color css
<style>
a { background-color: #E9D682; }
a { background-color: rgb(233,214,130); }
div.DivClassName
{
background-color: #E9D682;
}
.BgClassName
{
background-color: #E9D682;
}
</style>
border-color css
<style>
span { border-color: #E9D682; }
span { border-color: rgb(233,214,130); }
td.TdClassName
{
border-color: #E9D682;
}
.TagClassName
{
border-color: #E9D682;
}
</style>