Shades of Flax #E6D982
Tints of Flax #E6D982
RGB
CMYK
RGB Variations
Color information
#E6D982 (or 0xE6D982) is known color: Flax. HEX triplet: E6, D9 and 82. RGB value is (230,217,130). Sum of RGB (Red+Green+Blue) = 230+217+130=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D982 is #19267D. Grayscale: #D3D3D3. Windows color (decimal): -1648254 or 8575462. OLE color: 8575462.
HSL color Cylindrical-coordinate representation of color #E6D982: hue angle of 52.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6D982 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 130 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.10 |
| HSL | 52.2º | 0.67% | 0.71% | - |
| HSV(B) | 52.2º | 0.43% | 0.9% | - |
| XYZ | 61.48 | 68.06 | 31.02 | - |
| YUV | 210.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 130 | 0 | 0.06 | 0.43 | 0.10 | 52.2 | 0.67 | 0.71 |
| Hex | E6 | D9 | 82 | 0 | 6 | 2B | A | 34 | 43 | 47 |
| Octal | 346 | 331 | 202 | 0 | 6 | 53 | 12 | 64 | 103 | 107 |
| Binary | 11100110 | 11011001 | 10000010 | 0 | 110 | 101011 | 1010 | 110100 | 1000011 | 1000111 |
Color Harmonies of #E6D982
Complementary color
Monochromatic Colors of #E6D982
Black with #E6D982
Text Example
Text Example
White with #E6D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D982; }
p { color: rgb(230,217,130); }
H1.HeaderClassName
{
color: #E6D982;
}
.AnyTagClassName
{
color: #E6D982;
}
</style>
background-color css
<style>
a { background-color: #E6D982; }
a { background-color: rgb(230,217,130); }
div.DivClassName
{
background-color: #E6D982;
}
.BgClassName
{
background-color: #E6D982;
}
</style>
border-color css
<style>
span { border-color: #E6D982; }
span { border-color: rgb(230,217,130); }
td.TdClassName
{
border-color: #E6D982;
}
.TagClassName
{
border-color: #E6D982;
}
</style>