Shades of Flax #EDDB7F
Tints of Flax #EDDB7F
RGB
CMYK
RGB Variations
Color information
#EDDB7F (or 0xEDDB7F) is known color: Flax. HEX triplet: ED, DB and 7F. RGB value is (237,219,127). Sum of RGB (Red+Green+Blue) = 237+219+127=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB7F is #122480. Grayscale: #D6D6D6. Windows color (decimal): -1188993 or 8379373. OLE color: 8379373.
HSL color Cylindrical-coordinate representation of color #EDDB7F: hue angle of 50.18º 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 #EDDB7F is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 127 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 50.18º | 0.75% | 0.71% | - |
| HSV(B) | 50.18º | 0.46% | 0.93% | - |
| XYZ | 64.09 | 70.2 | 30.25 | - |
| YUV | 213.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 127 | 0 | 0.08 | 0.46 | 0.07 | 50.18 | 0.75 | 0.71 |
| Hex | ED | DB | 7F | 0 | 8 | 2E | 7 | 32 | 4B | 47 |
| Octal | 355 | 333 | 177 | 0 | 10 | 56 | 7 | 62 | 113 | 107 |
| Binary | 11101101 | 11011011 | 1111111 | 0 | 1000 | 101110 | 111 | 110010 | 1001011 | 1000111 |
Color Harmonies of #EDDB7F
Complementary color
Monochromatic Colors of #EDDB7F
Black with #EDDB7F
Text Example
Text Example
White with #EDDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB7F; }
p { color: rgb(237,219,127); }
H1.HeaderClassName
{
color: #EDDB7F;
}
.AnyTagClassName
{
color: #EDDB7F;
}
</style>
background-color css
<style>
a { background-color: #EDDB7F; }
a { background-color: rgb(237,219,127); }
div.DivClassName
{
background-color: #EDDB7F;
}
.BgClassName
{
background-color: #EDDB7F;
}
</style>
border-color css
<style>
span { border-color: #EDDB7F; }
span { border-color: rgb(237,219,127); }
td.TdClassName
{
border-color: #EDDB7F;
}
.TagClassName
{
border-color: #EDDB7F;
}
</style>