Shades of Flax #EDD784
Tints of Flax #EDD784
RGB
CMYK
RGB Variations
Color information
#EDD784 (or 0xEDD784) is known color: Flax. HEX triplet: ED, D7 and 84. RGB value is (237,215,132). Sum of RGB (Red+Green+Blue) = 237+215+132=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD784 is #12287B. Grayscale: #D4D4D4. Windows color (decimal): -1190012 or 8706029. OLE color: 8706029.
HSL color Cylindrical-coordinate representation of color #EDD784: hue angle of 47.43º 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 #EDD784 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 132 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.07 |
| HSL | 47.43º | 0.74% | 0.72% | - |
| HSV(B) | 47.43º | 0.44% | 0.93% | - |
| XYZ | 63.39 | 68.27 | 31.67 | - |
| YUV | 212.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 132 | 0 | 0.09 | 0.44 | 0.07 | 47.43 | 0.74 | 0.72 |
| Hex | ED | D7 | 84 | 0 | 9 | 2C | 7 | 2F | 4A | 48 |
| Octal | 355 | 327 | 204 | 0 | 11 | 54 | 7 | 57 | 112 | 110 |
| Binary | 11101101 | 11010111 | 10000100 | 0 | 1001 | 101100 | 111 | 101111 | 1001010 | 1001000 |
Color Harmonies of #EDD784
Complementary color
Monochromatic Colors of #EDD784
Black with #EDD784
Text Example
Text Example
White with #EDD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD784; }
p { color: rgb(237,215,132); }
H1.HeaderClassName
{
color: #EDD784;
}
.AnyTagClassName
{
color: #EDD784;
}
</style>
background-color css
<style>
a { background-color: #EDD784; }
a { background-color: rgb(237,215,132); }
div.DivClassName
{
background-color: #EDD784;
}
.BgClassName
{
background-color: #EDD784;
}
</style>
border-color css
<style>
span { border-color: #EDD784; }
span { border-color: rgb(237,215,132); }
td.TdClassName
{
border-color: #EDD784;
}
.TagClassName
{
border-color: #EDD784;
}
</style>