Shades of Flax #EDDC88
Tints of Flax #EDDC88
RGB
CMYK
RGB Variations
Color information
#EDDC88 (or 0xEDDC88) is known color: Flax. HEX triplet: ED, DC and 88. RGB value is (237,220,136). Sum of RGB (Red+Green+Blue) = 237+220+136=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC88 is #122377. Grayscale: #D7D7D7. Windows color (decimal): -1188728 or 8969453. OLE color: 8969453.
HSL color Cylindrical-coordinate representation of color #EDDC88: hue angle of 49.9º 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 #EDDC88 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 136 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.07 |
| HSL | 49.9º | 0.74% | 0.73% | - |
| HSV(B) | 49.9º | 0.43% | 0.93% | - |
| XYZ | 64.96 | 70.97 | 33.57 | - |
| YUV | 215.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 136 | 0 | 0.07 | 0.43 | 0.07 | 49.9 | 0.74 | 0.73 |
| Hex | ED | DC | 88 | 0 | 7 | 2B | 7 | 32 | 4A | 49 |
| Octal | 355 | 334 | 210 | 0 | 7 | 53 | 7 | 62 | 112 | 111 |
| Binary | 11101101 | 11011100 | 10001000 | 0 | 111 | 101011 | 111 | 110010 | 1001010 | 1001001 |
Color Harmonies of #EDDC88
Complementary color
Monochromatic Colors of #EDDC88
Black with #EDDC88
Text Example
Text Example
White with #EDDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC88; }
p { color: rgb(237,220,136); }
H1.HeaderClassName
{
color: #EDDC88;
}
.AnyTagClassName
{
color: #EDDC88;
}
</style>
background-color css
<style>
a { background-color: #EDDC88; }
a { background-color: rgb(237,220,136); }
div.DivClassName
{
background-color: #EDDC88;
}
.BgClassName
{
background-color: #EDDC88;
}
</style>
border-color css
<style>
span { border-color: #EDDC88; }
span { border-color: rgb(237,220,136); }
td.TdClassName
{
border-color: #EDDC88;
}
.TagClassName
{
border-color: #EDDC88;
}
</style>