Shades of Flax #EDDB8B
Tints of Flax #EDDB8B
RGB
CMYK
RGB Variations
Color information
#EDDB8B (or 0xEDDB8B) is known color: Flax. HEX triplet: ED, DB and 8B. RGB value is (237,219,139). Sum of RGB (Red+Green+Blue) = 237+219+139=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB8B is #122474. Grayscale: #D7D7D7. Windows color (decimal): -1188981 or 9165805. OLE color: 9165805.
HSL color Cylindrical-coordinate representation of color #EDDB8B: hue angle of 48.98º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDDB8B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 139 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.07 |
| HSL | 48.98º | 0.73% | 0.74% | - |
| HSV(B) | 48.98º | 0.41% | 0.93% | - |
| XYZ | 64.92 | 70.53 | 34.62 | - |
| YUV | 215.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 139 | 0 | 0.08 | 0.41 | 0.07 | 48.98 | 0.73 | 0.74 |
| Hex | ED | DB | 8B | 0 | 8 | 29 | 7 | 31 | 49 | 4A |
| Octal | 355 | 333 | 213 | 0 | 10 | 51 | 7 | 61 | 111 | 112 |
| Binary | 11101101 | 11011011 | 10001011 | 0 | 1000 | 101001 | 111 | 110001 | 1001001 | 1001010 |
Color Harmonies of #EDDB8B
Complementary color
Monochromatic Colors of #EDDB8B
Black with #EDDB8B
Text Example
Text Example
White with #EDDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB8B; }
p { color: rgb(237,219,139); }
H1.HeaderClassName
{
color: #EDDB8B;
}
.AnyTagClassName
{
color: #EDDB8B;
}
</style>
background-color css
<style>
a { background-color: #EDDB8B; }
a { background-color: rgb(237,219,139); }
div.DivClassName
{
background-color: #EDDB8B;
}
.BgClassName
{
background-color: #EDDB8B;
}
</style>
border-color css
<style>
span { border-color: #EDDB8B; }
span { border-color: rgb(237,219,139); }
td.TdClassName
{
border-color: #EDDB8B;
}
.TagClassName
{
border-color: #EDDB8B;
}
</style>