Shades of Flax #EEDB7D
Tints of Flax #EEDB7D
RGB
CMYK
RGB Variations
Color information
#EEDB7D (or 0xEEDB7D) is known color: Flax. HEX triplet: EE, DB and 7D. RGB value is (238,219,125). Sum of RGB (Red+Green+Blue) = 238+219+125=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB7D is #112482. Grayscale: #D6D6D6. Windows color (decimal): -1123459 or 8248302. OLE color: 8248302.
HSL color Cylindrical-coordinate representation of color #EEDB7D: hue angle of 49.91º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEDB7D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 125 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.07 |
| HSL | 49.91º | 0.77% | 0.71% | - |
| HSV(B) | 49.91º | 0.47% | 0.93% | - |
| XYZ | 64.29 | 70.32 | 29.59 | - |
| YUV | 213.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 125 | 0 | 0.08 | 0.47 | 0.07 | 49.91 | 0.77 | 0.71 |
| Hex | EE | DB | 7D | 0 | 8 | 2F | 7 | 32 | 4D | 47 |
| Octal | 356 | 333 | 175 | 0 | 10 | 57 | 7 | 62 | 115 | 107 |
| Binary | 11101110 | 11011011 | 1111101 | 0 | 1000 | 101111 | 111 | 110010 | 1001101 | 1000111 |
Color Harmonies of #EEDB7D
Complementary color
Monochromatic Colors of #EEDB7D
Black with #EEDB7D
Text Example
Text Example
White with #EEDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB7D; }
p { color: rgb(238,219,125); }
H1.HeaderClassName
{
color: #EEDB7D;
}
.AnyTagClassName
{
color: #EEDB7D;
}
</style>
background-color css
<style>
a { background-color: #EEDB7D; }
a { background-color: rgb(238,219,125); }
div.DivClassName
{
background-color: #EEDB7D;
}
.BgClassName
{
background-color: #EEDB7D;
}
</style>
border-color css
<style>
span { border-color: #EEDB7D; }
span { border-color: rgb(238,219,125); }
td.TdClassName
{
border-color: #EEDB7D;
}
.TagClassName
{
border-color: #EEDB7D;
}
</style>