Shades of Flax #EDD97B
Tints of Flax #EDD97B
RGB
CMYK
RGB Variations
Color information
#EDD97B (or 0xEDD97B) is known color: Flax. HEX triplet: ED, D9 and 7B. RGB value is (237,217,123). Sum of RGB (Red+Green+Blue) = 237+217+123=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD97B is #122684. Grayscale: #D4D4D4. Windows color (decimal): -1189509 or 8116717. OLE color: 8116717.
HSL color Cylindrical-coordinate representation of color #EDD97B: hue angle of 49.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDD97B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 123 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 49.47º | 0.76% | 0.71% | - |
| HSV(B) | 49.47º | 0.48% | 0.93% | - |
| XYZ | 63.31 | 69.06 | 28.73 | - |
| YUV | 212.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 123 | 0 | 0.08 | 0.48 | 0.07 | 49.47 | 0.76 | 0.71 |
| Hex | ED | D9 | 7B | 0 | 8 | 30 | 7 | 31 | 4C | 47 |
| Octal | 355 | 331 | 173 | 0 | 10 | 60 | 7 | 61 | 114 | 107 |
| Binary | 11101101 | 11011001 | 1111011 | 0 | 1000 | 110000 | 111 | 110001 | 1001100 | 1000111 |
Color Harmonies of #EDD97B
Complementary color
Monochromatic Colors of #EDD97B
Black with #EDD97B
Text Example
Text Example
White with #EDD97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD97B; }
p { color: rgb(237,217,123); }
H1.HeaderClassName
{
color: #EDD97B;
}
.AnyTagClassName
{
color: #EDD97B;
}
</style>
background-color css
<style>
a { background-color: #EDD97B; }
a { background-color: rgb(237,217,123); }
div.DivClassName
{
background-color: #EDD97B;
}
.BgClassName
{
background-color: #EDD97B;
}
</style>
border-color css
<style>
span { border-color: #EDD97B; }
span { border-color: rgb(237,217,123); }
td.TdClassName
{
border-color: #EDD97B;
}
.TagClassName
{
border-color: #EDD97B;
}
</style>