Shades of Flax #EEDB77
Tints of Flax #EEDB77
RGB
CMYK
RGB Variations
Color information
#EEDB77 (or 0xEEDB77) is known color: Flax. HEX triplet: EE, DB and 77. RGB value is (238,219,119). Sum of RGB (Red+Green+Blue) = 238+219+119=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB77 is #112488. Grayscale: #D5D5D5. Windows color (decimal): -1123465 or 7855086. OLE color: 7855086.
HSL color Cylindrical-coordinate representation of color #EEDB77: hue angle of 50.42º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEDB77 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 119 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.07 |
| HSL | 50.42º | 0.78% | 0.7% | - |
| HSV(B) | 50.42º | 0.5% | 0.93% | - |
| XYZ | 63.92 | 70.17 | 27.63 | - |
| YUV | 213.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 119 | 0 | 0.08 | 0.50 | 0.07 | 50.42 | 0.78 | 0.7 |
| Hex | EE | DB | 77 | 0 | 8 | 32 | 7 | 32 | 4E | 46 |
| Octal | 356 | 333 | 167 | 0 | 10 | 62 | 7 | 62 | 116 | 106 |
| Binary | 11101110 | 11011011 | 1110111 | 0 | 1000 | 110010 | 111 | 110010 | 1001110 | 1000110 |
Color Harmonies of #EEDB77
Complementary color
Monochromatic Colors of #EEDB77
Black with #EEDB77
Text Example
Text Example
White with #EEDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB77; }
p { color: rgb(238,219,119); }
H1.HeaderClassName
{
color: #EEDB77;
}
.AnyTagClassName
{
color: #EEDB77;
}
</style>
background-color css
<style>
a { background-color: #EEDB77; }
a { background-color: rgb(238,219,119); }
div.DivClassName
{
background-color: #EEDB77;
}
.BgClassName
{
background-color: #EEDB77;
}
</style>
border-color css
<style>
span { border-color: #EEDB77; }
span { border-color: rgb(238,219,119); }
td.TdClassName
{
border-color: #EEDB77;
}
.TagClassName
{
border-color: #EEDB77;
}
</style>