Shades of Flax #EEDB7B
Tints of Flax #EEDB7B
RGB
CMYK
RGB Variations
Color information
#EEDB7B (or 0xEEDB7B) is known color: Flax. HEX triplet: EE, DB and 7B. RGB value is (238,219,123). Sum of RGB (Red+Green+Blue) = 238+219+123=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB7B is #112484. Grayscale: #D6D6D6. Windows color (decimal): -1123461 or 8117230. OLE color: 8117230.
HSL color Cylindrical-coordinate representation of color #EEDB7B: hue angle of 50.09º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEDB7B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 123 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 50.09º | 0.77% | 0.71% | - |
| HSV(B) | 50.09º | 0.48% | 0.93% | - |
| XYZ | 64.17 | 70.27 | 28.92 | - |
| YUV | 213.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 123 | 0 | 0.08 | 0.48 | 0.07 | 50.09 | 0.77 | 0.71 |
| Hex | EE | DB | 7B | 0 | 8 | 30 | 7 | 32 | 4D | 47 |
| Octal | 356 | 333 | 173 | 0 | 10 | 60 | 7 | 62 | 115 | 107 |
| Binary | 11101110 | 11011011 | 1111011 | 0 | 1000 | 110000 | 111 | 110010 | 1001101 | 1000111 |
Color Harmonies of #EEDB7B
Complementary color
Monochromatic Colors of #EEDB7B
Black with #EEDB7B
Text Example
Text Example
White with #EEDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB7B; }
p { color: rgb(238,219,123); }
H1.HeaderClassName
{
color: #EEDB7B;
}
.AnyTagClassName
{
color: #EEDB7B;
}
</style>
background-color css
<style>
a { background-color: #EEDB7B; }
a { background-color: rgb(238,219,123); }
div.DivClassName
{
background-color: #EEDB7B;
}
.BgClassName
{
background-color: #EEDB7B;
}
</style>
border-color css
<style>
span { border-color: #EEDB7B; }
span { border-color: rgb(238,219,123); }
td.TdClassName
{
border-color: #EEDB7B;
}
.TagClassName
{
border-color: #EEDB7B;
}
</style>