Shades of Flax #EDD87F
Tints of Flax #EDD87F
RGB
CMYK
RGB Variations
Color information
#EDD87F (or 0xEDD87F) is known color: Flax. HEX triplet: ED, D8 and 7F. RGB value is (237,216,127). Sum of RGB (Red+Green+Blue) = 237+216+127=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD87F is #122780. Grayscale: #D4D4D4. Windows color (decimal): -1189761 or 8378605. OLE color: 8378605.
HSL color Cylindrical-coordinate representation of color #EDD87F: hue angle of 48.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDD87F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 127 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.07 |
| HSL | 48.55º | 0.75% | 0.71% | - |
| HSV(B) | 48.55º | 0.46% | 0.93% | - |
| XYZ | 63.31 | 68.65 | 29.99 | - |
| YUV | 212.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 127 | 0 | 0.09 | 0.46 | 0.07 | 48.55 | 0.75 | 0.71 |
| Hex | ED | D8 | 7F | 0 | 9 | 2E | 7 | 31 | 4B | 47 |
| Octal | 355 | 330 | 177 | 0 | 11 | 56 | 7 | 61 | 113 | 107 |
| Binary | 11101101 | 11011000 | 1111111 | 0 | 1001 | 101110 | 111 | 110001 | 1001011 | 1000111 |
Color Harmonies of #EDD87F
Complementary color
Monochromatic Colors of #EDD87F
Black with #EDD87F
Text Example
Text Example
White with #EDD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD87F; }
p { color: rgb(237,216,127); }
H1.HeaderClassName
{
color: #EDD87F;
}
.AnyTagClassName
{
color: #EDD87F;
}
</style>
background-color css
<style>
a { background-color: #EDD87F; }
a { background-color: rgb(237,216,127); }
div.DivClassName
{
background-color: #EDD87F;
}
.BgClassName
{
background-color: #EDD87F;
}
</style>
border-color css
<style>
span { border-color: #EDD87F; }
span { border-color: rgb(237,216,127); }
td.TdClassName
{
border-color: #EDD87F;
}
.TagClassName
{
border-color: #EDD87F;
}
</style>