Shades of Flax #EDDA8D
Tints of Flax #EDDA8D
RGB
CMYK
RGB Variations
Color information
#EDDA8D (or 0xEDDA8D) is known color: Flax. HEX triplet: ED, DA and 8D. RGB value is (237,218,141). Sum of RGB (Red+Green+Blue) = 237+218+141=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA8D is #122572. Grayscale: #D7D7D7. Windows color (decimal): -1189235 or 9296621. OLE color: 9296621.
HSL color Cylindrical-coordinate representation of color #EDDA8D: hue angle of 48.12º 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 #EDDA8D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 141 | - |
CMYK | 0 | 0.08 | 0.41 | 0.07 |
HSL | 48.13º | 0.73% | 0.74% | - |
HSV(B) | 48.13º | 0.41% | 0.93% | - |
XYZ | 64.8 | 70.07 | 35.31 | - |
YUV | 214.9 | 86.29 | 143.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 141 | 0 | 0.08 | 0.41 | 0.07 | 48.13 | 0.73 | 0.74 |
Hex | ED | DA | 8D | 0 | 8 | 29 | 7 | 30 | 49 | 4A |
Octal | 355 | 332 | 215 | 0 | 10 | 51 | 7 | 60 | 111 | 112 |
Binary | 11101101 | 11011010 | 10001101 | 0 | 1000 | 101001 | 111 | 110000 | 1001001 | 1001010 |
Color Harmonies of #EDDA8D
Complementary color
Monochromatic Colors of #EDDA8D
Black with #EDDA8D
Text Example
Text Example
White with #EDDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA8D; }
p { color: rgb(237,218,141); }
H1.HeaderClassName
{
color: #EDDA8D;
}
.AnyTagClassName
{
color: #EDDA8D;
}
</style>
background-color css
<style>
a { background-color: #EDDA8D; }
a { background-color: rgb(237,218,141); }
div.DivClassName
{
background-color: #EDDA8D;
}
.BgClassName
{
background-color: #EDDA8D;
}
</style>
border-color css
<style>
span { border-color: #EDDA8D; }
span { border-color: rgb(237,218,141); }
td.TdClassName
{
border-color: #EDDA8D;
}
.TagClassName
{
border-color: #EDDA8D;
}
</style>