Shades of Flax #EFDC7D
Tints of Flax #EFDC7D
RGB
CMYK
RGB Variations
Color information
#EFDC7D (or 0xEFDC7D) is known color: Flax. HEX triplet: EF, DC and 7D. RGB value is (239,220,125). Sum of RGB (Red+Green+Blue) = 239+220+125=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC7D is #102382. Grayscale: #D7D7D7. Windows color (decimal): -1057667 or 8248559. OLE color: 8248559.
HSL color Cylindrical-coordinate representation of color #EFDC7D: hue angle of 50º 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 #EFDC7D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 125 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.06 |
| HSL | 50º | 0.78% | 0.71% | - |
| HSV(B) | 50º | 0.48% | 0.94% | - |
| XYZ | 64.89 | 71.02 | 29.69 | - |
| YUV | 214.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 125 | 0 | 0.08 | 0.48 | 0.06 | 50 | 0.78 | 0.71 |
| Hex | EF | DC | 7D | 0 | 8 | 30 | 6 | 32 | 4E | 47 |
| Octal | 357 | 334 | 175 | 0 | 10 | 60 | 6 | 62 | 116 | 107 |
| Binary | 11101111 | 11011100 | 1111101 | 0 | 1000 | 110000 | 110 | 110010 | 1001110 | 1000111 |
Color Harmonies of #EFDC7D
Complementary color
Monochromatic Colors of #EFDC7D
Black with #EFDC7D
Text Example
Text Example
White with #EFDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC7D; }
p { color: rgb(239,220,125); }
H1.HeaderClassName
{
color: #EFDC7D;
}
.AnyTagClassName
{
color: #EFDC7D;
}
</style>
background-color css
<style>
a { background-color: #EFDC7D; }
a { background-color: rgb(239,220,125); }
div.DivClassName
{
background-color: #EFDC7D;
}
.BgClassName
{
background-color: #EFDC7D;
}
</style>
border-color css
<style>
span { border-color: #EFDC7D; }
span { border-color: rgb(239,220,125); }
td.TdClassName
{
border-color: #EFDC7D;
}
.TagClassName
{
border-color: #EFDC7D;
}
</style>