Shades of Flax #EDDC8E
Tints of Flax #EDDC8E
RGB
CMYK
RGB Variations
Color information
#EDDC8E (or 0xEDDC8E) is known color: Flax. HEX triplet: ED, DC and 8E. RGB value is (237,220,142). Sum of RGB (Red+Green+Blue) = 237+220+142=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC8E is #122371. Grayscale: #D8D8D8. Windows color (decimal): -1188722 or 9362669. OLE color: 9362669.
HSL color Cylindrical-coordinate representation of color #EDDC8E: hue angle of 49.26º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDDC8E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 142 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.07 |
| HSL | 49.26º | 0.73% | 0.74% | - |
| HSV(B) | 49.26º | 0.4% | 0.93% | - |
| XYZ | 65.4 | 71.14 | 35.88 | - |
| YUV | 216.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 142 | 0 | 0.07 | 0.40 | 0.07 | 49.26 | 0.73 | 0.74 |
| Hex | ED | DC | 8E | 0 | 7 | 28 | 7 | 31 | 49 | 4A |
| Octal | 355 | 334 | 216 | 0 | 7 | 50 | 7 | 61 | 111 | 112 |
| Binary | 11101101 | 11011100 | 10001110 | 0 | 111 | 101000 | 111 | 110001 | 1001001 | 1001010 |
Color Harmonies of #EDDC8E
Complementary color
Monochromatic Colors of #EDDC8E
Black with #EDDC8E
Text Example
Text Example
White with #EDDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC8E; }
p { color: rgb(237,220,142); }
H1.HeaderClassName
{
color: #EDDC8E;
}
.AnyTagClassName
{
color: #EDDC8E;
}
</style>
background-color css
<style>
a { background-color: #EDDC8E; }
a { background-color: rgb(237,220,142); }
div.DivClassName
{
background-color: #EDDC8E;
}
.BgClassName
{
background-color: #EDDC8E;
}
</style>
border-color css
<style>
span { border-color: #EDDC8E; }
span { border-color: rgb(237,220,142); }
td.TdClassName
{
border-color: #EDDC8E;
}
.TagClassName
{
border-color: #EDDC8E;
}
</style>