Shades of Flax #EDD98B
Tints of Flax #EDD98B
RGB
CMYK
RGB Variations
Color information
#EDD98B (or 0xEDD98B) is known color: Flax. HEX triplet: ED, D9 and 8B. RGB value is (237,217,139). Sum of RGB (Red+Green+Blue) = 237+217+139=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD98B is #122674. Grayscale: #D6D6D6. Windows color (decimal): -1189493 or 9165293. OLE color: 9165293.
HSL color Cylindrical-coordinate representation of color #EDD98B: hue angle of 47.76º 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 #EDD98B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 139 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.07 |
| HSL | 47.76º | 0.73% | 0.74% | - |
| HSV(B) | 47.76º | 0.41% | 0.93% | - |
| XYZ | 64.4 | 69.49 | 34.45 | - |
| YUV | 214.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 139 | 0 | 0.08 | 0.41 | 0.07 | 47.76 | 0.73 | 0.74 |
| Hex | ED | D9 | 8B | 0 | 8 | 29 | 7 | 30 | 49 | 4A |
| Octal | 355 | 331 | 213 | 0 | 10 | 51 | 7 | 60 | 111 | 112 |
| Binary | 11101101 | 11011001 | 10001011 | 0 | 1000 | 101001 | 111 | 110000 | 1001001 | 1001010 |
Color Harmonies of #EDD98B
Complementary color
Monochromatic Colors of #EDD98B
Black with #EDD98B
Text Example
Text Example
White with #EDD98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD98B; }
p { color: rgb(237,217,139); }
H1.HeaderClassName
{
color: #EDD98B;
}
.AnyTagClassName
{
color: #EDD98B;
}
</style>
background-color css
<style>
a { background-color: #EDD98B; }
a { background-color: rgb(237,217,139); }
div.DivClassName
{
background-color: #EDD98B;
}
.BgClassName
{
background-color: #EDD98B;
}
</style>
border-color css
<style>
span { border-color: #EDD98B; }
span { border-color: rgb(237,217,139); }
td.TdClassName
{
border-color: #EDD98B;
}
.TagClassName
{
border-color: #EDD98B;
}
</style>