Shades of Flax #EDDC8C
Tints of Flax #EDDC8C
RGB
CMYK
RGB Variations
Color information
#EDDC8C (or 0xEDDC8C) is known color: Flax. HEX triplet: ED, DC and 8C. RGB value is (237,220,140). Sum of RGB (Red+Green+Blue) = 237+220+140=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC8C is #122373. Grayscale: #D8D8D8. Windows color (decimal): -1188724 or 9231597. OLE color: 9231597.
HSL color Cylindrical-coordinate representation of color #EDDC8C: hue angle of 49.48º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDDC8C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 140 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 49.48º | 0.73% | 0.74% | - |
| HSV(B) | 49.48º | 0.41% | 0.93% | - |
| XYZ | 65.25 | 71.08 | 35.09 | - |
| YUV | 215.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 140 | 0 | 0.07 | 0.41 | 0.07 | 49.48 | 0.73 | 0.74 |
| Hex | ED | DC | 8C | 0 | 7 | 29 | 7 | 31 | 49 | 4A |
| Octal | 355 | 334 | 214 | 0 | 7 | 51 | 7 | 61 | 111 | 112 |
| Binary | 11101101 | 11011100 | 10001100 | 0 | 111 | 101001 | 111 | 110001 | 1001001 | 1001010 |
Color Harmonies of #EDDC8C
Complementary color
Monochromatic Colors of #EDDC8C
Black with #EDDC8C
Text Example
Text Example
White with #EDDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC8C; }
p { color: rgb(237,220,140); }
H1.HeaderClassName
{
color: #EDDC8C;
}
.AnyTagClassName
{
color: #EDDC8C;
}
</style>
background-color css
<style>
a { background-color: #EDDC8C; }
a { background-color: rgb(237,220,140); }
div.DivClassName
{
background-color: #EDDC8C;
}
.BgClassName
{
background-color: #EDDC8C;
}
</style>
border-color css
<style>
span { border-color: #EDDC8C; }
span { border-color: rgb(237,220,140); }
td.TdClassName
{
border-color: #EDDC8C;
}
.TagClassName
{
border-color: #EDDC8C;
}
</style>