Shades of Flax #EDD880
Tints of Flax #EDD880
RGB
CMYK
RGB Variations
Color information
#EDD880 (or 0xEDD880) is known color: Flax. HEX triplet: ED, D8 and 80. RGB value is (237,216,128). Sum of RGB (Red+Green+Blue) = 237+216+128=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD880 is #12277F. Grayscale: #D4D4D4. Windows color (decimal): -1189760 or 8444141. OLE color: 8444141.
HSL color Cylindrical-coordinate representation of color #EDD880: hue angle of 48.44º 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 #EDD880 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 128 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.07 |
| HSL | 48.44º | 0.75% | 0.72% | - |
| HSV(B) | 48.44º | 0.46% | 0.93% | - |
| XYZ | 63.38 | 68.67 | 30.34 | - |
| YUV | 212.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 128 | 0 | 0.09 | 0.46 | 0.07 | 48.44 | 0.75 | 0.72 |
| Hex | ED | D8 | 80 | 0 | 9 | 2E | 7 | 30 | 4B | 48 |
| Octal | 355 | 330 | 200 | 0 | 11 | 56 | 7 | 60 | 113 | 110 |
| Binary | 11101101 | 11011000 | 10000000 | 0 | 1001 | 101110 | 111 | 110000 | 1001011 | 1001000 |
Color Harmonies of #EDD880
Complementary color
Monochromatic Colors of #EDD880
Black with #EDD880
Text Example
Text Example
White with #EDD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD880; }
p { color: rgb(237,216,128); }
H1.HeaderClassName
{
color: #EDD880;
}
.AnyTagClassName
{
color: #EDD880;
}
</style>
background-color css
<style>
a { background-color: #EDD880; }
a { background-color: rgb(237,216,128); }
div.DivClassName
{
background-color: #EDD880;
}
.BgClassName
{
background-color: #EDD880;
}
</style>
border-color css
<style>
span { border-color: #EDD880; }
span { border-color: rgb(237,216,128); }
td.TdClassName
{
border-color: #EDD880;
}
.TagClassName
{
border-color: #EDD880;
}
</style>