Shades of Flax #EDDC8D
Tints of Flax #EDDC8D
RGB
CMYK
RGB Variations
Color information
#EDDC8D (or 0xEDDC8D) is known color: Flax. HEX triplet: ED, DC and 8D. RGB value is (237,220,141). Sum of RGB (Red+Green+Blue) = 237+220+141=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC8D is #122372. Grayscale: #D8D8D8. Windows color (decimal): -1188723 or 9297133. OLE color: 9297133.
HSL color Cylindrical-coordinate representation of color #EDDC8D: hue angle of 49.38º 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 #EDDC8D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 141 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.07 |
| HSL | 49.38º | 0.73% | 0.74% | - |
| HSV(B) | 49.38º | 0.41% | 0.93% | - |
| XYZ | 65.33 | 71.11 | 35.48 | - |
| YUV | 216.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 141 | 0 | 0.07 | 0.41 | 0.07 | 49.38 | 0.73 | 0.74 |
| Hex | ED | DC | 8D | 0 | 7 | 29 | 7 | 31 | 49 | 4A |
| Octal | 355 | 334 | 215 | 0 | 7 | 51 | 7 | 61 | 111 | 112 |
| Binary | 11101101 | 11011100 | 10001101 | 0 | 111 | 101001 | 111 | 110001 | 1001001 | 1001010 |
Color Harmonies of #EDDC8D
Complementary color
Monochromatic Colors of #EDDC8D
Black with #EDDC8D
Text Example
Text Example
White with #EDDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC8D; }
p { color: rgb(237,220,141); }
H1.HeaderClassName
{
color: #EDDC8D;
}
.AnyTagClassName
{
color: #EDDC8D;
}
</style>
background-color css
<style>
a { background-color: #EDDC8D; }
a { background-color: rgb(237,220,141); }
div.DivClassName
{
background-color: #EDDC8D;
}
.BgClassName
{
background-color: #EDDC8D;
}
</style>
border-color css
<style>
span { border-color: #EDDC8D; }
span { border-color: rgb(237,220,141); }
td.TdClassName
{
border-color: #EDDC8D;
}
.TagClassName
{
border-color: #EDDC8D;
}
</style>