Shades of Flax #EDDB7B
Tints of Flax #EDDB7B
RGB
CMYK
RGB Variations
Color information
#EDDB7B (or 0xEDDB7B) is known color: Flax. HEX triplet: ED, DB and 7B. RGB value is (237,219,123). Sum of RGB (Red+Green+Blue) = 237+219+123=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB7B is #122484. Grayscale: #D5D5D5. Windows color (decimal): -1188997 or 8117229. OLE color: 8117229.
HSL color Cylindrical-coordinate representation of color #EDDB7B: hue angle of 50.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDDB7B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 123 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 50.53º | 0.76% | 0.71% | - |
| HSV(B) | 50.53º | 0.48% | 0.93% | - |
| XYZ | 63.83 | 70.1 | 28.9 | - |
| YUV | 213.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 123 | 0 | 0.08 | 0.48 | 0.07 | 50.53 | 0.76 | 0.71 |
| Hex | ED | DB | 7B | 0 | 8 | 30 | 7 | 33 | 4C | 47 |
| Octal | 355 | 333 | 173 | 0 | 10 | 60 | 7 | 63 | 114 | 107 |
| Binary | 11101101 | 11011011 | 1111011 | 0 | 1000 | 110000 | 111 | 110011 | 1001100 | 1000111 |
Color Harmonies of #EDDB7B
Complementary color
Monochromatic Colors of #EDDB7B
Black with #EDDB7B
Text Example
Text Example
White with #EDDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB7B; }
p { color: rgb(237,219,123); }
H1.HeaderClassName
{
color: #EDDB7B;
}
.AnyTagClassName
{
color: #EDDB7B;
}
</style>
background-color css
<style>
a { background-color: #EDDB7B; }
a { background-color: rgb(237,219,123); }
div.DivClassName
{
background-color: #EDDB7B;
}
.BgClassName
{
background-color: #EDDB7B;
}
</style>
border-color css
<style>
span { border-color: #EDDB7B; }
span { border-color: rgb(237,219,123); }
td.TdClassName
{
border-color: #EDDB7B;
}
.TagClassName
{
border-color: #EDDB7B;
}
</style>