Shades of Flax #EEDC7C
Tints of Flax #EEDC7C
RGB
CMYK
RGB Variations
Color information
#EEDC7C (or 0xEEDC7C) is known color: Flax. HEX triplet: EE, DC and 7C. RGB value is (238,220,124). Sum of RGB (Red+Green+Blue) = 238+220+124=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC7C is #112383. Grayscale: #D6D6D6. Windows color (decimal): -1123204 or 8183022. OLE color: 8183022.
HSL color Cylindrical-coordinate representation of color #EEDC7C: hue angle of 50.53º 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 #EEDC7C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 124 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.07 |
| HSL | 50.53º | 0.77% | 0.71% | - |
| HSV(B) | 50.53º | 0.48% | 0.93% | - |
| XYZ | 64.49 | 70.82 | 29.34 | - |
| YUV | 214.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 124 | 0 | 0.08 | 0.48 | 0.07 | 50.53 | 0.77 | 0.71 |
| Hex | EE | DC | 7C | 0 | 8 | 30 | 7 | 33 | 4D | 47 |
| Octal | 356 | 334 | 174 | 0 | 10 | 60 | 7 | 63 | 115 | 107 |
| Binary | 11101110 | 11011100 | 1111100 | 0 | 1000 | 110000 | 111 | 110011 | 1001101 | 1000111 |
Color Harmonies of #EEDC7C
Complementary color
Monochromatic Colors of #EEDC7C
Black with #EEDC7C
Text Example
Text Example
White with #EEDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC7C; }
p { color: rgb(238,220,124); }
H1.HeaderClassName
{
color: #EEDC7C;
}
.AnyTagClassName
{
color: #EEDC7C;
}
</style>
background-color css
<style>
a { background-color: #EEDC7C; }
a { background-color: rgb(238,220,124); }
div.DivClassName
{
background-color: #EEDC7C;
}
.BgClassName
{
background-color: #EEDC7C;
}
</style>
border-color css
<style>
span { border-color: #EEDC7C; }
span { border-color: rgb(238,220,124); }
td.TdClassName
{
border-color: #EEDC7C;
}
.TagClassName
{
border-color: #EEDC7C;
}
</style>