Shades of Flax #EDDB85
Tints of Flax #EDDB85
RGB
CMYK
RGB Variations
Color information
#EDDB85 (or 0xEDDB85) is known color: Flax. HEX triplet: ED, DB and 85. RGB value is (237,219,133). Sum of RGB (Red+Green+Blue) = 237+219+133=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB85 is #12247A. Grayscale: #D6D6D6. Windows color (decimal): -1188987 or 8772589. OLE color: 8772589.
HSL color Cylindrical-coordinate representation of color #EDDB85: hue angle of 49.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDDB85 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 133 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.07 |
| HSL | 49.62º | 0.74% | 0.73% | - |
| HSV(B) | 49.62º | 0.44% | 0.93% | - |
| XYZ | 64.49 | 70.36 | 32.37 | - |
| YUV | 214.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 133 | 0 | 0.08 | 0.44 | 0.07 | 49.62 | 0.74 | 0.73 |
| Hex | ED | DB | 85 | 0 | 8 | 2C | 7 | 32 | 4A | 49 |
| Octal | 355 | 333 | 205 | 0 | 10 | 54 | 7 | 62 | 112 | 111 |
| Binary | 11101101 | 11011011 | 10000101 | 0 | 1000 | 101100 | 111 | 110010 | 1001010 | 1001001 |
Color Harmonies of #EDDB85
Complementary color
Monochromatic Colors of #EDDB85
Black with #EDDB85
Text Example
Text Example
White with #EDDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB85; }
p { color: rgb(237,219,133); }
H1.HeaderClassName
{
color: #EDDB85;
}
.AnyTagClassName
{
color: #EDDB85;
}
</style>
background-color css
<style>
a { background-color: #EDDB85; }
a { background-color: rgb(237,219,133); }
div.DivClassName
{
background-color: #EDDB85;
}
.BgClassName
{
background-color: #EDDB85;
}
</style>
border-color css
<style>
span { border-color: #EDDB85; }
span { border-color: rgb(237,219,133); }
td.TdClassName
{
border-color: #EDDB85;
}
.TagClassName
{
border-color: #EDDB85;
}
</style>