Shades of Flax #EDD884
Tints of Flax #EDD884
RGB
CMYK
RGB Variations
Color information
#EDD884 (or 0xEDD884) is known color: Flax. HEX triplet: ED, D8 and 84. RGB value is (237,216,132). Sum of RGB (Red+Green+Blue) = 237+216+132=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD884 is #12277B. Grayscale: #D5D5D5. Windows color (decimal): -1189756 or 8706285. OLE color: 8706285.
HSL color Cylindrical-coordinate representation of color #EDD884: hue angle of 48º 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 #EDD884 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 132 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.07 |
| HSL | 48º | 0.74% | 0.72% | - |
| HSV(B) | 48º | 0.44% | 0.93% | - |
| XYZ | 63.65 | 68.78 | 31.75 | - |
| YUV | 212.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 132 | 0 | 0.09 | 0.44 | 0.07 | 48 | 0.74 | 0.72 |
| Hex | ED | D8 | 84 | 0 | 9 | 2C | 7 | 30 | 4A | 48 |
| Octal | 355 | 330 | 204 | 0 | 11 | 54 | 7 | 60 | 112 | 110 |
| Binary | 11101101 | 11011000 | 10000100 | 0 | 1001 | 101100 | 111 | 110000 | 1001010 | 1001000 |
Color Harmonies of #EDD884
Complementary color
Monochromatic Colors of #EDD884
Black with #EDD884
Text Example
Text Example
White with #EDD884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD884; }
p { color: rgb(237,216,132); }
H1.HeaderClassName
{
color: #EDD884;
}
.AnyTagClassName
{
color: #EDD884;
}
</style>
background-color css
<style>
a { background-color: #EDD884; }
a { background-color: rgb(237,216,132); }
div.DivClassName
{
background-color: #EDD884;
}
.BgClassName
{
background-color: #EDD884;
}
</style>
border-color css
<style>
span { border-color: #EDD884; }
span { border-color: rgb(237,216,132); }
td.TdClassName
{
border-color: #EDD884;
}
.TagClassName
{
border-color: #EDD884;
}
</style>