Shades of Flax #EEDB7A
Tints of Flax #EEDB7A
RGB
CMYK
RGB Variations
Color information
#EEDB7A (or 0xEEDB7A) is known color: Flax. HEX triplet: EE, DB and 7A. RGB value is (238,219,122). Sum of RGB (Red+Green+Blue) = 238+219+122=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB7A is #112485. Grayscale: #D6D6D6. Windows color (decimal): -1123462 or 8051694. OLE color: 8051694.
HSL color Cylindrical-coordinate representation of color #EEDB7A: hue angle of 50.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEDB7A is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 122 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.07 |
| HSL | 50.17º | 0.77% | 0.71% | - |
| HSV(B) | 50.17º | 0.49% | 0.93% | - |
| XYZ | 64.1 | 70.25 | 28.59 | - |
| YUV | 213.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 122 | 0 | 0.08 | 0.49 | 0.07 | 50.17 | 0.77 | 0.71 |
| Hex | EE | DB | 7A | 0 | 8 | 31 | 7 | 32 | 4D | 47 |
| Octal | 356 | 333 | 172 | 0 | 10 | 61 | 7 | 62 | 115 | 107 |
| Binary | 11101110 | 11011011 | 1111010 | 0 | 1000 | 110001 | 111 | 110010 | 1001101 | 1000111 |
Color Harmonies of #EEDB7A
Complementary color
Monochromatic Colors of #EEDB7A
Black with #EEDB7A
Text Example
Text Example
White with #EEDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB7A; }
p { color: rgb(238,219,122); }
H1.HeaderClassName
{
color: #EEDB7A;
}
.AnyTagClassName
{
color: #EEDB7A;
}
</style>
background-color css
<style>
a { background-color: #EEDB7A; }
a { background-color: rgb(238,219,122); }
div.DivClassName
{
background-color: #EEDB7A;
}
.BgClassName
{
background-color: #EEDB7A;
}
</style>
border-color css
<style>
span { border-color: #EEDB7A; }
span { border-color: rgb(238,219,122); }
td.TdClassName
{
border-color: #EEDB7A;
}
.TagClassName
{
border-color: #EEDB7A;
}
</style>