Shades of Flax #EEDC80
Tints of Flax #EEDC80
RGB
CMYK
RGB Variations
Color information
#EEDC80 (or 0xEEDC80) is known color: Flax. HEX triplet: EE, DC and 80. RGB value is (238,220,128). Sum of RGB (Red+Green+Blue) = 238+220+128=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC80 is #11237F. Grayscale: #D7D7D7. Windows color (decimal): -1123200 or 8445166. OLE color: 8445166.
HSL color Cylindrical-coordinate representation of color #EEDC80: hue angle of 50.18º degrees, saturation: 0.76, 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 #EEDC80 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 128 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 50.18º | 0.76% | 0.72% | - |
| HSV(B) | 50.18º | 0.46% | 0.93% | - |
| XYZ | 64.75 | 70.92 | 30.7 | - |
| YUV | 214.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 128 | 0 | 0.08 | 0.46 | 0.07 | 50.18 | 0.76 | 0.72 |
| Hex | EE | DC | 80 | 0 | 8 | 2E | 7 | 32 | 4C | 48 |
| Octal | 356 | 334 | 200 | 0 | 10 | 56 | 7 | 62 | 114 | 110 |
| Binary | 11101110 | 11011100 | 10000000 | 0 | 1000 | 101110 | 111 | 110010 | 1001100 | 1001000 |
Color Harmonies of #EEDC80
Complementary color
Monochromatic Colors of #EEDC80
Black with #EEDC80
Text Example
Text Example
White with #EEDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC80; }
p { color: rgb(238,220,128); }
H1.HeaderClassName
{
color: #EEDC80;
}
.AnyTagClassName
{
color: #EEDC80;
}
</style>
background-color css
<style>
a { background-color: #EEDC80; }
a { background-color: rgb(238,220,128); }
div.DivClassName
{
background-color: #EEDC80;
}
.BgClassName
{
background-color: #EEDC80;
}
</style>
border-color css
<style>
span { border-color: #EEDC80; }
span { border-color: rgb(238,220,128); }
td.TdClassName
{
border-color: #EEDC80;
}
.TagClassName
{
border-color: #EEDC80;
}
</style>