Shades of Flax #EDDC81
Tints of Flax #EDDC81
RGB
CMYK
RGB Variations
Color information
#EDDC81 (or 0xEDDC81) is known color: Flax. HEX triplet: ED, DC and 81. RGB value is (237,220,129). Sum of RGB (Red+Green+Blue) = 237+220+129=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 129 (50.78% from 255 or 22.01% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC81 is #12237E. Grayscale: #D7D7D7. Windows color (decimal): -1188735 or 8510701. OLE color: 8510701.
HSL color Cylindrical-coordinate representation of color #EDDC81: hue angle of 50.56º 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 #EDDC81 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 129 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.07 |
| HSL | 50.56º | 0.75% | 0.72% | - |
| HSV(B) | 50.56º | 0.46% | 0.93% | - |
| XYZ | 64.48 | 70.78 | 31.03 | - |
| YUV | 214.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 129 | 0 | 0.07 | 0.46 | 0.07 | 50.56 | 0.75 | 0.72 |
| Hex | ED | DC | 81 | 0 | 7 | 2E | 7 | 33 | 4B | 48 |
| Octal | 355 | 334 | 201 | 0 | 7 | 56 | 7 | 63 | 113 | 110 |
| Binary | 11101101 | 11011100 | 10000001 | 0 | 111 | 101110 | 111 | 110011 | 1001011 | 1001000 |
Color Harmonies of #EDDC81
Complementary color
Monochromatic Colors of #EDDC81
Black with #EDDC81
Text Example
Text Example
White with #EDDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC81; }
p { color: rgb(237,220,129); }
H1.HeaderClassName
{
color: #EDDC81;
}
.AnyTagClassName
{
color: #EDDC81;
}
</style>
background-color css
<style>
a { background-color: #EDDC81; }
a { background-color: rgb(237,220,129); }
div.DivClassName
{
background-color: #EDDC81;
}
.BgClassName
{
background-color: #EDDC81;
}
</style>
border-color css
<style>
span { border-color: #EDDC81; }
span { border-color: rgb(237,220,129); }
td.TdClassName
{
border-color: #EDDC81;
}
.TagClassName
{
border-color: #EDDC81;
}
</style>