Shades of Flax #EFDC7C
Tints of Flax #EFDC7C
RGB
CMYK
RGB Variations
Color information
#EFDC7C (or 0xEFDC7C) is known color: Flax. HEX triplet: EF, DC and 7C. RGB value is (239,220,124). Sum of RGB (Red+Green+Blue) = 239+220+124=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC7C is #102383. Grayscale: #D7D7D7. Windows color (decimal): -1057668 or 8183023. OLE color: 8183023.
HSL color Cylindrical-coordinate representation of color #EFDC7C: hue angle of 50.09º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFDC7C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 124 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.06 |
| HSL | 50.09º | 0.78% | 0.71% | - |
| HSV(B) | 50.09º | 0.48% | 0.94% | - |
| XYZ | 64.83 | 70.99 | 29.35 | - |
| YUV | 214.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 124 | 0 | 0.08 | 0.48 | 0.06 | 50.09 | 0.78 | 0.71 |
| Hex | EF | DC | 7C | 0 | 8 | 30 | 6 | 32 | 4E | 47 |
| Octal | 357 | 334 | 174 | 0 | 10 | 60 | 6 | 62 | 116 | 107 |
| Binary | 11101111 | 11011100 | 1111100 | 0 | 1000 | 110000 | 110 | 110010 | 1001110 | 1000111 |
Color Harmonies of #EFDC7C
Complementary color
Monochromatic Colors of #EFDC7C
Black with #EFDC7C
Text Example
Text Example
White with #EFDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC7C; }
p { color: rgb(239,220,124); }
H1.HeaderClassName
{
color: #EFDC7C;
}
.AnyTagClassName
{
color: #EFDC7C;
}
</style>
background-color css
<style>
a { background-color: #EFDC7C; }
a { background-color: rgb(239,220,124); }
div.DivClassName
{
background-color: #EFDC7C;
}
.BgClassName
{
background-color: #EFDC7C;
}
</style>
border-color css
<style>
span { border-color: #EFDC7C; }
span { border-color: rgb(239,220,124); }
td.TdClassName
{
border-color: #EFDC7C;
}
.TagClassName
{
border-color: #EFDC7C;
}
</style>