Shades of Flax #EDD87A
Tints of Flax #EDD87A
RGB
CMYK
RGB Variations
Color information
#EDD87A (or 0xEDD87A) is known color: Flax. HEX triplet: ED, D8 and 7A. RGB value is (237,216,122). Sum of RGB (Red+Green+Blue) = 237+216+122=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD87A is #122785. Grayscale: #D3D3D3. Windows color (decimal): -1189766 or 8050925. OLE color: 8050925.
HSL color Cylindrical-coordinate representation of color #EDD87A: hue angle of 49.04º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDD87A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 122 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.07 |
| HSL | 49.04º | 0.76% | 0.7% | - |
| HSV(B) | 49.04º | 0.49% | 0.93% | - |
| XYZ | 62.99 | 68.52 | 28.32 | - |
| YUV | 211.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 122 | 0 | 0.09 | 0.49 | 0.07 | 49.04 | 0.76 | 0.7 |
| Hex | ED | D8 | 7A | 0 | 9 | 31 | 7 | 31 | 4C | 46 |
| Octal | 355 | 330 | 172 | 0 | 11 | 61 | 7 | 61 | 114 | 106 |
| Binary | 11101101 | 11011000 | 1111010 | 0 | 1001 | 110001 | 111 | 110001 | 1001100 | 1000110 |
Color Harmonies of #EDD87A
Complementary color
Monochromatic Colors of #EDD87A
Black with #EDD87A
Text Example
Text Example
White with #EDD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD87A; }
p { color: rgb(237,216,122); }
H1.HeaderClassName
{
color: #EDD87A;
}
.AnyTagClassName
{
color: #EDD87A;
}
</style>
background-color css
<style>
a { background-color: #EDD87A; }
a { background-color: rgb(237,216,122); }
div.DivClassName
{
background-color: #EDD87A;
}
.BgClassName
{
background-color: #EDD87A;
}
</style>
border-color css
<style>
span { border-color: #EDD87A; }
span { border-color: rgb(237,216,122); }
td.TdClassName
{
border-color: #EDD87A;
}
.TagClassName
{
border-color: #EDD87A;
}
</style>