Shades of Flax #EDD87D
Tints of Flax #EDD87D
RGB
CMYK
RGB Variations
Color information
#EDD87D (or 0xEDD87D) is known color: Flax. HEX triplet: ED, D8 and 7D. RGB value is (237,216,125). Sum of RGB (Red+Green+Blue) = 237+216+125=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD87D is #122782. Grayscale: #D4D4D4. Windows color (decimal): -1189763 or 8247533. OLE color: 8247533.
HSL color Cylindrical-coordinate representation of color #EDD87D: hue angle of 48.75º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDD87D is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 125 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.07 |
| HSL | 48.75º | 0.76% | 0.71% | - |
| HSV(B) | 48.75º | 0.47% | 0.93% | - |
| XYZ | 63.18 | 68.6 | 29.31 | - |
| YUV | 211.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 125 | 0 | 0.09 | 0.47 | 0.07 | 48.75 | 0.76 | 0.71 |
| Hex | ED | D8 | 7D | 0 | 9 | 2F | 7 | 31 | 4C | 47 |
| Octal | 355 | 330 | 175 | 0 | 11 | 57 | 7 | 61 | 114 | 107 |
| Binary | 11101101 | 11011000 | 1111101 | 0 | 1001 | 101111 | 111 | 110001 | 1001100 | 1000111 |
Color Harmonies of #EDD87D
Complementary color
Monochromatic Colors of #EDD87D
Black with #EDD87D
Text Example
Text Example
White with #EDD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD87D; }
p { color: rgb(237,216,125); }
H1.HeaderClassName
{
color: #EDD87D;
}
.AnyTagClassName
{
color: #EDD87D;
}
</style>
background-color css
<style>
a { background-color: #EDD87D; }
a { background-color: rgb(237,216,125); }
div.DivClassName
{
background-color: #EDD87D;
}
.BgClassName
{
background-color: #EDD87D;
}
</style>
border-color css
<style>
span { border-color: #EDD87D; }
span { border-color: rgb(237,216,125); }
td.TdClassName
{
border-color: #EDD87D;
}
.TagClassName
{
border-color: #EDD87D;
}
</style>