Shades of Flax #EDD77E
Tints of Flax #EDD77E
RGB
CMYK
RGB Variations
Color information
#EDD77E (or 0xEDD77E) is known color: Flax. HEX triplet: ED, D7 and 7E. RGB value is (237,215,126). Sum of RGB (Red+Green+Blue) = 237+215+126=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD77E is #122881. Grayscale: #D3D3D3. Windows color (decimal): -1190018 or 8312813. OLE color: 8312813.
HSL color Cylindrical-coordinate representation of color #EDD77E: hue angle of 48.11º 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 #EDD77E is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 126 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.07 |
| HSL | 48.11º | 0.76% | 0.71% | - |
| HSV(B) | 48.11º | 0.47% | 0.93% | - |
| XYZ | 62.99 | 68.11 | 29.57 | - |
| YUV | 211.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 126 | 0 | 0.09 | 0.47 | 0.07 | 48.11 | 0.76 | 0.71 |
| Hex | ED | D7 | 7E | 0 | 9 | 2F | 7 | 30 | 4C | 47 |
| Octal | 355 | 327 | 176 | 0 | 11 | 57 | 7 | 60 | 114 | 107 |
| Binary | 11101101 | 11010111 | 1111110 | 0 | 1001 | 101111 | 111 | 110000 | 1001100 | 1000111 |
Color Harmonies of #EDD77E
Complementary color
Monochromatic Colors of #EDD77E
Black with #EDD77E
Text Example
Text Example
White with #EDD77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD77E; }
p { color: rgb(237,215,126); }
H1.HeaderClassName
{
color: #EDD77E;
}
.AnyTagClassName
{
color: #EDD77E;
}
</style>
background-color css
<style>
a { background-color: #EDD77E; }
a { background-color: rgb(237,215,126); }
div.DivClassName
{
background-color: #EDD77E;
}
.BgClassName
{
background-color: #EDD77E;
}
</style>
border-color css
<style>
span { border-color: #EDD77E; }
span { border-color: rgb(237,215,126); }
td.TdClassName
{
border-color: #EDD77E;
}
.TagClassName
{
border-color: #EDD77E;
}
</style>