Shades of Flax #EDDB90
Tints of Flax #EDDB90
RGB
CMYK
RGB Variations
Color information
#EDDB90 (or 0xEDDB90) is known color: Flax. HEX triplet: ED, DB and 90. RGB value is (237,219,144). Sum of RGB (Red+Green+Blue) = 237+219+144=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB90 is #12246F. Grayscale: #D8D8D8. Windows color (decimal): -1188976 or 9493485. OLE color: 9493485.
HSL color Cylindrical-coordinate representation of color #EDDB90: hue angle of 48.39º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDDB90 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 144 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.07 |
| HSL | 48.39º | 0.72% | 0.75% | - |
| HSV(B) | 48.39º | 0.39% | 0.93% | - |
| XYZ | 65.29 | 70.68 | 36.59 | - |
| YUV | 215.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 144 | 0 | 0.08 | 0.39 | 0.07 | 48.39 | 0.72 | 0.75 |
| Hex | ED | DB | 90 | 0 | 8 | 27 | 7 | 30 | 48 | 4B |
| Octal | 355 | 333 | 220 | 0 | 10 | 47 | 7 | 60 | 110 | 113 |
| Binary | 11101101 | 11011011 | 10010000 | 0 | 1000 | 100111 | 111 | 110000 | 1001000 | 1001011 |
Color Harmonies of #EDDB90
Complementary color
Monochromatic Colors of #EDDB90
Black with #EDDB90
Text Example
Text Example
White with #EDDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB90; }
p { color: rgb(237,219,144); }
H1.HeaderClassName
{
color: #EDDB90;
}
.AnyTagClassName
{
color: #EDDB90;
}
</style>
background-color css
<style>
a { background-color: #EDDB90; }
a { background-color: rgb(237,219,144); }
div.DivClassName
{
background-color: #EDDB90;
}
.BgClassName
{
background-color: #EDDB90;
}
</style>
border-color css
<style>
span { border-color: #EDDB90; }
span { border-color: rgb(237,219,144); }
td.TdClassName
{
border-color: #EDDB90;
}
.TagClassName
{
border-color: #EDDB90;
}
</style>