Shades of Flax #EDDB87
Tints of Flax #EDDB87
RGB
CMYK
RGB Variations
Color information
#EDDB87 (or 0xEDDB87) is known color: Flax. HEX triplet: ED, DB and 87. RGB value is (237,219,135). Sum of RGB (Red+Green+Blue) = 237+219+135=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB87 is #122478. Grayscale: #D7D7D7. Windows color (decimal): -1188985 or 8903661. OLE color: 8903661.
HSL color Cylindrical-coordinate representation of color #EDDB87: hue angle of 49.41º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDDB87 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 135 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.07 |
| HSL | 49.41º | 0.74% | 0.73% | - |
| HSV(B) | 49.41º | 0.43% | 0.93% | - |
| XYZ | 64.63 | 70.42 | 33.11 | - |
| YUV | 214.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 135 | 0 | 0.08 | 0.43 | 0.07 | 49.41 | 0.74 | 0.73 |
| Hex | ED | DB | 87 | 0 | 8 | 2B | 7 | 31 | 4A | 49 |
| Octal | 355 | 333 | 207 | 0 | 10 | 53 | 7 | 61 | 112 | 111 |
| Binary | 11101101 | 11011011 | 10000111 | 0 | 1000 | 101011 | 111 | 110001 | 1001010 | 1001001 |
Color Harmonies of #EDDB87
Complementary color
Monochromatic Colors of #EDDB87
Black with #EDDB87
Text Example
Text Example
White with #EDDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB87; }
p { color: rgb(237,219,135); }
H1.HeaderClassName
{
color: #EDDB87;
}
.AnyTagClassName
{
color: #EDDB87;
}
</style>
background-color css
<style>
a { background-color: #EDDB87; }
a { background-color: rgb(237,219,135); }
div.DivClassName
{
background-color: #EDDB87;
}
.BgClassName
{
background-color: #EDDB87;
}
</style>
border-color css
<style>
span { border-color: #EDDB87; }
span { border-color: rgb(237,219,135); }
td.TdClassName
{
border-color: #EDDB87;
}
.TagClassName
{
border-color: #EDDB87;
}
</style>