Shades of Flax #EDDA77
Tints of Flax #EDDA77
RGB
CMYK
RGB Variations
Color information
#EDDA77 (or 0xEDDA77) is known color: Flax. HEX triplet: ED, DA and 77. RGB value is (237,218,119). Sum of RGB (Red+Green+Blue) = 237+218+119=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA77 is #122588. Grayscale: #D4D4D4. Windows color (decimal): -1189257 or 7854829. OLE color: 7854829.
HSL color Cylindrical-coordinate representation of color #EDDA77: hue angle of 50.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDDA77 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 119 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.07 |
| HSL | 50.34º | 0.77% | 0.7% | - |
| HSV(B) | 50.34º | 0.5% | 0.93% | - |
| XYZ | 63.33 | 69.48 | 27.53 | - |
| YUV | 212.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 119 | 0 | 0.08 | 0.50 | 0.07 | 50.34 | 0.77 | 0.7 |
| Hex | ED | DA | 77 | 0 | 8 | 32 | 7 | 32 | 4D | 46 |
| Octal | 355 | 332 | 167 | 0 | 10 | 62 | 7 | 62 | 115 | 106 |
| Binary | 11101101 | 11011010 | 1110111 | 0 | 1000 | 110010 | 111 | 110010 | 1001101 | 1000110 |
Color Harmonies of #EDDA77
Complementary color
Monochromatic Colors of #EDDA77
Black with #EDDA77
Text Example
Text Example
White with #EDDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA77; }
p { color: rgb(237,218,119); }
H1.HeaderClassName
{
color: #EDDA77;
}
.AnyTagClassName
{
color: #EDDA77;
}
</style>
background-color css
<style>
a { background-color: #EDDA77; }
a { background-color: rgb(237,218,119); }
div.DivClassName
{
background-color: #EDDA77;
}
.BgClassName
{
background-color: #EDDA77;
}
</style>
border-color css
<style>
span { border-color: #EDDA77; }
span { border-color: rgb(237,218,119); }
td.TdClassName
{
border-color: #EDDA77;
}
.TagClassName
{
border-color: #EDDA77;
}
</style>