Shades of Flax #EDD77F
Tints of Flax #EDD77F
RGB
CMYK
RGB Variations
Color information
#EDD77F (or 0xEDD77F) is known color: Flax. HEX triplet: ED, D7 and 7F. RGB value is (237,215,127). Sum of RGB (Red+Green+Blue) = 237+215+127=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD77F is #122880. Grayscale: #D3D3D3. Windows color (decimal): -1190017 or 8378349. OLE color: 8378349.
HSL color Cylindrical-coordinate representation of color #EDD77F: hue angle of 48º 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 #EDD77F is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 127 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.07 |
| HSL | 48º | 0.75% | 0.71% | - |
| HSV(B) | 48º | 0.46% | 0.93% | - |
| XYZ | 63.06 | 68.14 | 29.91 | - |
| YUV | 211.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 127 | 0 | 0.09 | 0.46 | 0.07 | 48 | 0.75 | 0.71 |
| Hex | ED | D7 | 7F | 0 | 9 | 2E | 7 | 30 | 4B | 47 |
| Octal | 355 | 327 | 177 | 0 | 11 | 56 | 7 | 60 | 113 | 107 |
| Binary | 11101101 | 11010111 | 1111111 | 0 | 1001 | 101110 | 111 | 110000 | 1001011 | 1000111 |
Color Harmonies of #EDD77F
Complementary color
Monochromatic Colors of #EDD77F
Black with #EDD77F
Text Example
Text Example
White with #EDD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD77F; }
p { color: rgb(237,215,127); }
H1.HeaderClassName
{
color: #EDD77F;
}
.AnyTagClassName
{
color: #EDD77F;
}
</style>
background-color css
<style>
a { background-color: #EDD77F; }
a { background-color: rgb(237,215,127); }
div.DivClassName
{
background-color: #EDD77F;
}
.BgClassName
{
background-color: #EDD77F;
}
</style>
border-color css
<style>
span { border-color: #EDD77F; }
span { border-color: rgb(237,215,127); }
td.TdClassName
{
border-color: #EDD77F;
}
.TagClassName
{
border-color: #EDD77F;
}
</style>