Shades of Flax #EDDB8C
Tints of Flax #EDDB8C
RGB
CMYK
RGB Variations
Color information
#EDDB8C (or 0xEDDB8C) is known color: Flax. HEX triplet: ED, DB and 8C. RGB value is (237,219,140). Sum of RGB (Red+Green+Blue) = 237+219+140=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB8C is #122473. Grayscale: #D7D7D7. Windows color (decimal): -1188980 or 9231341. OLE color: 9231341.
HSL color Cylindrical-coordinate representation of color #EDDB8C: hue angle of 48.87º 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 #EDDB8C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 140 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.07 |
| HSL | 48.87º | 0.73% | 0.74% | - |
| HSV(B) | 48.87º | 0.41% | 0.93% | - |
| XYZ | 64.99 | 70.56 | 35.01 | - |
| YUV | 215.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 140 | 0 | 0.08 | 0.41 | 0.07 | 48.87 | 0.73 | 0.74 |
| Hex | ED | DB | 8C | 0 | 8 | 29 | 7 | 31 | 49 | 4A |
| Octal | 355 | 333 | 214 | 0 | 10 | 51 | 7 | 61 | 111 | 112 |
| Binary | 11101101 | 11011011 | 10001100 | 0 | 1000 | 101001 | 111 | 110001 | 1001001 | 1001010 |
Color Harmonies of #EDDB8C
Complementary color
Monochromatic Colors of #EDDB8C
Black with #EDDB8C
Text Example
Text Example
White with #EDDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB8C; }
p { color: rgb(237,219,140); }
H1.HeaderClassName
{
color: #EDDB8C;
}
.AnyTagClassName
{
color: #EDDB8C;
}
</style>
background-color css
<style>
a { background-color: #EDDB8C; }
a { background-color: rgb(237,219,140); }
div.DivClassName
{
background-color: #EDDB8C;
}
.BgClassName
{
background-color: #EDDB8C;
}
</style>
border-color css
<style>
span { border-color: #EDDB8C; }
span { border-color: rgb(237,219,140); }
td.TdClassName
{
border-color: #EDDB8C;
}
.TagClassName
{
border-color: #EDDB8C;
}
</style>