Shades of Flax #EDDC85
Tints of Flax #EDDC85
RGB
CMYK
RGB Variations
Color information
#EDDC85 (or 0xEDDC85) is known color: Flax. HEX triplet: ED, DC and 85. RGB value is (237,220,133). Sum of RGB (Red+Green+Blue) = 237+220+133=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC85 is #12237A. Grayscale: #D7D7D7. Windows color (decimal): -1188731 or 8772845. OLE color: 8772845.
HSL color Cylindrical-coordinate representation of color #EDDC85: hue angle of 50.19º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDDC85 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 133 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.07 |
| HSL | 50.19º | 0.74% | 0.73% | - |
| HSV(B) | 50.19º | 0.44% | 0.93% | - |
| XYZ | 64.75 | 70.88 | 32.46 | - |
| YUV | 215.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 133 | 0 | 0.07 | 0.44 | 0.07 | 50.19 | 0.74 | 0.73 |
| Hex | ED | DC | 85 | 0 | 7 | 2C | 7 | 32 | 4A | 49 |
| Octal | 355 | 334 | 205 | 0 | 7 | 54 | 7 | 62 | 112 | 111 |
| Binary | 11101101 | 11011100 | 10000101 | 0 | 111 | 101100 | 111 | 110010 | 1001010 | 1001001 |
Color Harmonies of #EDDC85
Complementary color
Monochromatic Colors of #EDDC85
Black with #EDDC85
Text Example
Text Example
White with #EDDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC85; }
p { color: rgb(237,220,133); }
H1.HeaderClassName
{
color: #EDDC85;
}
.AnyTagClassName
{
color: #EDDC85;
}
</style>
background-color css
<style>
a { background-color: #EDDC85; }
a { background-color: rgb(237,220,133); }
div.DivClassName
{
background-color: #EDDC85;
}
.BgClassName
{
background-color: #EDDC85;
}
</style>
border-color css
<style>
span { border-color: #EDDC85; }
span { border-color: rgb(237,220,133); }
td.TdClassName
{
border-color: #EDDC85;
}
.TagClassName
{
border-color: #EDDC85;
}
</style>