Shades of Flax #EEDA83
Tints of Flax #EEDA83
RGB
CMYK
RGB Variations
Color information
#EEDA83 (or 0xEEDA83) is known color: Flax. HEX triplet: EE, DA and 83. RGB value is (238,218,131). Sum of RGB (Red+Green+Blue) = 238+218+131=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA83 is #11257C. Grayscale: #D6D6D6. Windows color (decimal): -1123709 or 8641262. OLE color: 8641262.
HSL color Cylindrical-coordinate representation of color #EEDA83: hue angle of 48.79º degrees, saturation: 0.76, 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 #EEDA83 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 131 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.07 |
| HSL | 48.79º | 0.76% | 0.72% | - |
| HSV(B) | 48.79º | 0.45% | 0.93% | - |
| XYZ | 64.43 | 69.96 | 31.58 | - |
| YUV | 214.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 131 | 0 | 0.08 | 0.45 | 0.07 | 48.79 | 0.76 | 0.72 |
| Hex | EE | DA | 83 | 0 | 8 | 2D | 7 | 31 | 4C | 48 |
| Octal | 356 | 332 | 203 | 0 | 10 | 55 | 7 | 61 | 114 | 110 |
| Binary | 11101110 | 11011010 | 10000011 | 0 | 1000 | 101101 | 111 | 110001 | 1001100 | 1001000 |
Color Harmonies of #EEDA83
Complementary color
Monochromatic Colors of #EEDA83
Black with #EEDA83
Text Example
Text Example
White with #EEDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA83; }
p { color: rgb(238,218,131); }
H1.HeaderClassName
{
color: #EEDA83;
}
.AnyTagClassName
{
color: #EEDA83;
}
</style>
background-color css
<style>
a { background-color: #EEDA83; }
a { background-color: rgb(238,218,131); }
div.DivClassName
{
background-color: #EEDA83;
}
.BgClassName
{
background-color: #EEDA83;
}
</style>
border-color css
<style>
span { border-color: #EEDA83; }
span { border-color: rgb(238,218,131); }
td.TdClassName
{
border-color: #EEDA83;
}
.TagClassName
{
border-color: #EEDA83;
}
</style>