Shades of Flax #EDD77A
Tints of Flax #EDD77A
RGB
CMYK
RGB Variations
Color information
#EDD77A (or 0xEDD77A) is known color: Flax. HEX triplet: ED, D7 and 7A. RGB value is (237,215,122). Sum of RGB (Red+Green+Blue) = 237+215+122=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD77A is #122885. Grayscale: #D3D3D3. Windows color (decimal): -1190022 or 8050669. OLE color: 8050669.
HSL color Cylindrical-coordinate representation of color #EDD77A: hue angle of 48.52º 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 #EDD77A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 122 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.07 |
| HSL | 48.52º | 0.76% | 0.7% | - |
| HSV(B) | 48.52º | 0.49% | 0.93% | - |
| XYZ | 62.74 | 68.01 | 28.23 | - |
| YUV | 210.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 122 | 0 | 0.09 | 0.49 | 0.07 | 48.52 | 0.76 | 0.7 |
| Hex | ED | D7 | 7A | 0 | 9 | 31 | 7 | 31 | 4C | 46 |
| Octal | 355 | 327 | 172 | 0 | 11 | 61 | 7 | 61 | 114 | 106 |
| Binary | 11101101 | 11010111 | 1111010 | 0 | 1001 | 110001 | 111 | 110001 | 1001100 | 1000110 |
Color Harmonies of #EDD77A
Complementary color
Monochromatic Colors of #EDD77A
Black with #EDD77A
Text Example
Text Example
White with #EDD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD77A; }
p { color: rgb(237,215,122); }
H1.HeaderClassName
{
color: #EDD77A;
}
.AnyTagClassName
{
color: #EDD77A;
}
</style>
background-color css
<style>
a { background-color: #EDD77A; }
a { background-color: rgb(237,215,122); }
div.DivClassName
{
background-color: #EDD77A;
}
.BgClassName
{
background-color: #EDD77A;
}
</style>
border-color css
<style>
span { border-color: #EDD77A; }
span { border-color: rgb(237,215,122); }
td.TdClassName
{
border-color: #EDD77A;
}
.TagClassName
{
border-color: #EDD77A;
}
</style>