Shades of Flax #EEDA80
Tints of Flax #EEDA80
RGB
CMYK
RGB Variations
Color information
#EEDA80 (or 0xEEDA80) is known color: Flax. HEX triplet: EE, DA and 80. RGB value is (238,218,128). Sum of RGB (Red+Green+Blue) = 238+218+128=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA80 is #11257F. Grayscale: #D6D6D6. Windows color (decimal): -1123712 or 8444654. OLE color: 8444654.
HSL color Cylindrical-coordinate representation of color #EEDA80: hue angle of 49.09º 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 #EEDA80 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 128 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.07 |
| HSL | 49.09º | 0.76% | 0.72% | - |
| HSV(B) | 49.09º | 0.46% | 0.93% | - |
| XYZ | 64.23 | 69.88 | 30.52 | - |
| YUV | 213.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 128 | 0 | 0.08 | 0.46 | 0.07 | 49.09 | 0.76 | 0.72 |
| Hex | EE | DA | 80 | 0 | 8 | 2E | 7 | 31 | 4C | 48 |
| Octal | 356 | 332 | 200 | 0 | 10 | 56 | 7 | 61 | 114 | 110 |
| Binary | 11101110 | 11011010 | 10000000 | 0 | 1000 | 101110 | 111 | 110001 | 1001100 | 1001000 |
Color Harmonies of #EEDA80
Complementary color
Monochromatic Colors of #EEDA80
Black with #EEDA80
Text Example
Text Example
White with #EEDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA80; }
p { color: rgb(238,218,128); }
H1.HeaderClassName
{
color: #EEDA80;
}
.AnyTagClassName
{
color: #EEDA80;
}
</style>
background-color css
<style>
a { background-color: #EEDA80; }
a { background-color: rgb(238,218,128); }
div.DivClassName
{
background-color: #EEDA80;
}
.BgClassName
{
background-color: #EEDA80;
}
</style>
border-color css
<style>
span { border-color: #EEDA80; }
span { border-color: rgb(238,218,128); }
td.TdClassName
{
border-color: #EEDA80;
}
.TagClassName
{
border-color: #EEDA80;
}
</style>