Shades of Flax #EDD77D
Tints of Flax #EDD77D
RGB
CMYK
RGB Variations
Color information
#EDD77D (or 0xEDD77D) is known color: Flax. HEX triplet: ED, D7 and 7D. RGB value is (237,215,125). Sum of RGB (Red+Green+Blue) = 237+215+125=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD77D is #122882. Grayscale: #D3D3D3. Windows color (decimal): -1190019 or 8247277. OLE color: 8247277.
HSL color Cylindrical-coordinate representation of color #EDD77D: hue angle of 48.21º 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 #EDD77D is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 125 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.07 |
| HSL | 48.21º | 0.76% | 0.71% | - |
| HSV(B) | 48.21º | 0.47% | 0.93% | - |
| XYZ | 62.93 | 68.09 | 29.23 | - |
| YUV | 211.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 125 | 0 | 0.09 | 0.47 | 0.07 | 48.21 | 0.76 | 0.71 |
| Hex | ED | D7 | 7D | 0 | 9 | 2F | 7 | 30 | 4C | 47 |
| Octal | 355 | 327 | 175 | 0 | 11 | 57 | 7 | 60 | 114 | 107 |
| Binary | 11101101 | 11010111 | 1111101 | 0 | 1001 | 101111 | 111 | 110000 | 1001100 | 1000111 |
Color Harmonies of #EDD77D
Complementary color
Monochromatic Colors of #EDD77D
Black with #EDD77D
Text Example
Text Example
White with #EDD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD77D; }
p { color: rgb(237,215,125); }
H1.HeaderClassName
{
color: #EDD77D;
}
.AnyTagClassName
{
color: #EDD77D;
}
</style>
background-color css
<style>
a { background-color: #EDD77D; }
a { background-color: rgb(237,215,125); }
div.DivClassName
{
background-color: #EDD77D;
}
.BgClassName
{
background-color: #EDD77D;
}
</style>
border-color css
<style>
span { border-color: #EDD77D; }
span { border-color: rgb(237,215,125); }
td.TdClassName
{
border-color: #EDD77D;
}
.TagClassName
{
border-color: #EDD77D;
}
</style>