Shades of Flax #EDDB80
Tints of Flax #EDDB80
RGB
CMYK
RGB Variations
Color information
#EDDB80 (or 0xEDDB80) is known color: Flax. HEX triplet: ED, DB and 80. RGB value is (237,219,128). Sum of RGB (Red+Green+Blue) = 237+219+128=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB80 is #12247F. Grayscale: #D6D6D6. Windows color (decimal): -1188992 or 8444909. OLE color: 8444909.
HSL color Cylindrical-coordinate representation of color #EDDB80: hue angle of 50.09º 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 #EDDB80 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 128 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 50.09º | 0.75% | 0.72% | - |
| HSV(B) | 50.09º | 0.46% | 0.93% | - |
| XYZ | 64.15 | 70.23 | 30.6 | - |
| YUV | 214.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 128 | 0 | 0.08 | 0.46 | 0.07 | 50.09 | 0.75 | 0.72 |
| Hex | ED | DB | 80 | 0 | 8 | 2E | 7 | 32 | 4B | 48 |
| Octal | 355 | 333 | 200 | 0 | 10 | 56 | 7 | 62 | 113 | 110 |
| Binary | 11101101 | 11011011 | 10000000 | 0 | 1000 | 101110 | 111 | 110010 | 1001011 | 1001000 |
Color Harmonies of #EDDB80
Complementary color
Monochromatic Colors of #EDDB80
Black with #EDDB80
Text Example
Text Example
White with #EDDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB80; }
p { color: rgb(237,219,128); }
H1.HeaderClassName
{
color: #EDDB80;
}
.AnyTagClassName
{
color: #EDDB80;
}
</style>
background-color css
<style>
a { background-color: #EDDB80; }
a { background-color: rgb(237,219,128); }
div.DivClassName
{
background-color: #EDDB80;
}
.BgClassName
{
background-color: #EDDB80;
}
</style>
border-color css
<style>
span { border-color: #EDDB80; }
span { border-color: rgb(237,219,128); }
td.TdClassName
{
border-color: #EDDB80;
}
.TagClassName
{
border-color: #EDDB80;
}
</style>