Shades of Flax #EDDC84
Tints of Flax #EDDC84
RGB
CMYK
RGB Variations
Color information
#EDDC84 (or 0xEDDC84) is known color: Flax. HEX triplet: ED, DC and 84. RGB value is (237,220,132). Sum of RGB (Red+Green+Blue) = 237+220+132=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC84 is #12237B. Grayscale: #D7D7D7. Windows color (decimal): -1188732 or 8707309. OLE color: 8707309.
HSL color Cylindrical-coordinate representation of color #EDDC84: hue angle of 50.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDDC84 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 132 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.07 |
| HSL | 50.29º | 0.74% | 0.72% | - |
| HSV(B) | 50.29º | 0.44% | 0.93% | - |
| XYZ | 64.68 | 70.86 | 32.1 | - |
| YUV | 215.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 132 | 0 | 0.07 | 0.44 | 0.07 | 50.29 | 0.74 | 0.72 |
| Hex | ED | DC | 84 | 0 | 7 | 2C | 7 | 32 | 4A | 48 |
| Octal | 355 | 334 | 204 | 0 | 7 | 54 | 7 | 62 | 112 | 110 |
| Binary | 11101101 | 11011100 | 10000100 | 0 | 111 | 101100 | 111 | 110010 | 1001010 | 1001000 |
Color Harmonies of #EDDC84
Complementary color
Monochromatic Colors of #EDDC84
Black with #EDDC84
Text Example
Text Example
White with #EDDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC84; }
p { color: rgb(237,220,132); }
H1.HeaderClassName
{
color: #EDDC84;
}
.AnyTagClassName
{
color: #EDDC84;
}
</style>
background-color css
<style>
a { background-color: #EDDC84; }
a { background-color: rgb(237,220,132); }
div.DivClassName
{
background-color: #EDDC84;
}
.BgClassName
{
background-color: #EDDC84;
}
</style>
border-color css
<style>
span { border-color: #EDDC84; }
span { border-color: rgb(237,220,132); }
td.TdClassName
{
border-color: #EDDC84;
}
.TagClassName
{
border-color: #EDDC84;
}
</style>