Shades of Flax #EDDC86
Tints of Flax #EDDC86
RGB
CMYK
RGB Variations
Color information
#EDDC86 (or 0xEDDC86) is known color: Flax. HEX triplet: ED, DC and 86. RGB value is (237,220,134). Sum of RGB (Red+Green+Blue) = 237+220+134=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC86 is #122379. Grayscale: #D7D7D7. Windows color (decimal): -1188730 or 8838381. OLE color: 8838381.
HSL color Cylindrical-coordinate representation of color #EDDC86: hue angle of 50.1º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDDC86 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 134 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.07 |
| HSL | 50.1º | 0.74% | 0.73% | - |
| HSV(B) | 50.1º | 0.43% | 0.93% | - |
| XYZ | 64.82 | 70.91 | 32.83 | - |
| YUV | 215.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 134 | 0 | 0.07 | 0.43 | 0.07 | 50.1 | 0.74 | 0.73 |
| Hex | ED | DC | 86 | 0 | 7 | 2B | 7 | 32 | 4A | 49 |
| Octal | 355 | 334 | 206 | 0 | 7 | 53 | 7 | 62 | 112 | 111 |
| Binary | 11101101 | 11011100 | 10000110 | 0 | 111 | 101011 | 111 | 110010 | 1001010 | 1001001 |
Color Harmonies of #EDDC86
Complementary color
Monochromatic Colors of #EDDC86
Black with #EDDC86
Text Example
Text Example
White with #EDDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC86; }
p { color: rgb(237,220,134); }
H1.HeaderClassName
{
color: #EDDC86;
}
.AnyTagClassName
{
color: #EDDC86;
}
</style>
background-color css
<style>
a { background-color: #EDDC86; }
a { background-color: rgb(237,220,134); }
div.DivClassName
{
background-color: #EDDC86;
}
.BgClassName
{
background-color: #EDDC86;
}
</style>
border-color css
<style>
span { border-color: #EDDC86; }
span { border-color: rgb(237,220,134); }
td.TdClassName
{
border-color: #EDDC86;
}
.TagClassName
{
border-color: #EDDC86;
}
</style>