Shades of Flax #EDDC83
Tints of Flax #EDDC83
RGB
CMYK
RGB Variations
Color information
#EDDC83 (or 0xEDDC83) is known color: Flax. HEX triplet: ED, DC and 83. RGB value is (237,220,131). Sum of RGB (Red+Green+Blue) = 237+220+131=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC83 is #12237C. Grayscale: #D7D7D7. Windows color (decimal): -1188733 or 8641773. OLE color: 8641773.
HSL color Cylindrical-coordinate representation of color #EDDC83: hue angle of 50.38º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDDC83 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 131 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.07 |
| HSL | 50.38º | 0.75% | 0.72% | - |
| HSV(B) | 50.38º | 0.45% | 0.93% | - |
| XYZ | 64.61 | 70.83 | 31.74 | - |
| YUV | 214.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 131 | 0 | 0.07 | 0.45 | 0.07 | 50.38 | 0.75 | 0.72 |
| Hex | ED | DC | 83 | 0 | 7 | 2D | 7 | 32 | 4B | 48 |
| Octal | 355 | 334 | 203 | 0 | 7 | 55 | 7 | 62 | 113 | 110 |
| Binary | 11101101 | 11011100 | 10000011 | 0 | 111 | 101101 | 111 | 110010 | 1001011 | 1001000 |
Color Harmonies of #EDDC83
Complementary color
Monochromatic Colors of #EDDC83
Black with #EDDC83
Text Example
Text Example
White with #EDDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC83; }
p { color: rgb(237,220,131); }
H1.HeaderClassName
{
color: #EDDC83;
}
.AnyTagClassName
{
color: #EDDC83;
}
</style>
background-color css
<style>
a { background-color: #EDDC83; }
a { background-color: rgb(237,220,131); }
div.DivClassName
{
background-color: #EDDC83;
}
.BgClassName
{
background-color: #EDDC83;
}
</style>
border-color css
<style>
span { border-color: #EDDC83; }
span { border-color: rgb(237,220,131); }
td.TdClassName
{
border-color: #EDDC83;
}
.TagClassName
{
border-color: #EDDC83;
}
</style>