Shades of Flax #EEDC7B
Tints of Flax #EEDC7B
RGB
CMYK
RGB Variations
Color information
#EEDC7B (or 0xEEDC7B) is known color: Flax. HEX triplet: EE, DC and 7B. RGB value is (238,220,123). Sum of RGB (Red+Green+Blue) = 238+220+123=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC7B is #112384. Grayscale: #D6D6D6. Windows color (decimal): -1123205 or 8117486. OLE color: 8117486.
HSL color Cylindrical-coordinate representation of color #EEDC7B: hue angle of 50.61º 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 #EEDC7B is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 123 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 50.61º | 0.77% | 0.71% | - |
| HSV(B) | 50.61º | 0.48% | 0.93% | - |
| XYZ | 64.43 | 70.79 | 29.01 | - |
| YUV | 214.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 123 | 0 | 0.08 | 0.48 | 0.07 | 50.61 | 0.77 | 0.71 |
| Hex | EE | DC | 7B | 0 | 8 | 30 | 7 | 33 | 4D | 47 |
| Octal | 356 | 334 | 173 | 0 | 10 | 60 | 7 | 63 | 115 | 107 |
| Binary | 11101110 | 11011100 | 1111011 | 0 | 1000 | 110000 | 111 | 110011 | 1001101 | 1000111 |
Color Harmonies of #EEDC7B
Complementary color
Monochromatic Colors of #EEDC7B
Black with #EEDC7B
Text Example
Text Example
White with #EEDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC7B; }
p { color: rgb(238,220,123); }
H1.HeaderClassName
{
color: #EEDC7B;
}
.AnyTagClassName
{
color: #EEDC7B;
}
</style>
background-color css
<style>
a { background-color: #EEDC7B; }
a { background-color: rgb(238,220,123); }
div.DivClassName
{
background-color: #EEDC7B;
}
.BgClassName
{
background-color: #EEDC7B;
}
</style>
border-color css
<style>
span { border-color: #EEDC7B; }
span { border-color: rgb(238,220,123); }
td.TdClassName
{
border-color: #EEDC7B;
}
.TagClassName
{
border-color: #EEDC7B;
}
</style>