Shades of Flax #EDDB81
Tints of Flax #EDDB81
RGB
CMYK
RGB Variations
Color information
#EDDB81 (or 0xEDDB81) is known color: Flax. HEX triplet: ED, DB and 81. RGB value is (237,219,129). Sum of RGB (Red+Green+Blue) = 237+219+129=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB81 is #12247E. Grayscale: #D6D6D6. Windows color (decimal): -1188991 or 8510445. OLE color: 8510445.
HSL color Cylindrical-coordinate representation of color #EDDB81: hue angle of 50º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDDB81 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 129 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 50º | 0.75% | 0.72% | - |
| HSV(B) | 50º | 0.46% | 0.93% | - |
| XYZ | 64.22 | 70.25 | 30.94 | - |
| YUV | 214.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 129 | 0 | 0.08 | 0.46 | 0.07 | 50 | 0.75 | 0.72 |
| Hex | ED | DB | 81 | 0 | 8 | 2E | 7 | 32 | 4B | 48 |
| Octal | 355 | 333 | 201 | 0 | 10 | 56 | 7 | 62 | 113 | 110 |
| Binary | 11101101 | 11011011 | 10000001 | 0 | 1000 | 101110 | 111 | 110010 | 1001011 | 1001000 |
Color Harmonies of #EDDB81
Complementary color
Monochromatic Colors of #EDDB81
Black with #EDDB81
Text Example
Text Example
White with #EDDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB81; }
p { color: rgb(237,219,129); }
H1.HeaderClassName
{
color: #EDDB81;
}
.AnyTagClassName
{
color: #EDDB81;
}
</style>
background-color css
<style>
a { background-color: #EDDB81; }
a { background-color: rgb(237,219,129); }
div.DivClassName
{
background-color: #EDDB81;
}
.BgClassName
{
background-color: #EDDB81;
}
</style>
border-color css
<style>
span { border-color: #EDDB81; }
span { border-color: rgb(237,219,129); }
td.TdClassName
{
border-color: #EDDB81;
}
.TagClassName
{
border-color: #EDDB81;
}
</style>