Shades of Flax #EFDC7B
Tints of Flax #EFDC7B
RGB
CMYK
RGB Variations
Color information
#EFDC7B (or 0xEFDC7B) is known color: Flax. HEX triplet: EF, DC and 7B. RGB value is (239,220,123). Sum of RGB (Red+Green+Blue) = 239+220+123=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC7B is #102384. Grayscale: #D7D7D7. Windows color (decimal): -1057669 or 8117487. OLE color: 8117487.
HSL color Cylindrical-coordinate representation of color #EFDC7B: hue angle of 50.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFDC7B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 123 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.06 |
| HSL | 50.17º | 0.78% | 0.71% | - |
| HSV(B) | 50.17º | 0.49% | 0.94% | - |
| XYZ | 64.76 | 70.97 | 29.02 | - |
| YUV | 214.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 123 | 0 | 0.08 | 0.49 | 0.06 | 50.17 | 0.78 | 0.71 |
| Hex | EF | DC | 7B | 0 | 8 | 31 | 6 | 32 | 4E | 47 |
| Octal | 357 | 334 | 173 | 0 | 10 | 61 | 6 | 62 | 116 | 107 |
| Binary | 11101111 | 11011100 | 1111011 | 0 | 1000 | 110001 | 110 | 110010 | 1001110 | 1000111 |
Color Harmonies of #EFDC7B
Complementary color
Monochromatic Colors of #EFDC7B
Black with #EFDC7B
Text Example
Text Example
White with #EFDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC7B; }
p { color: rgb(239,220,123); }
H1.HeaderClassName
{
color: #EFDC7B;
}
.AnyTagClassName
{
color: #EFDC7B;
}
</style>
background-color css
<style>
a { background-color: #EFDC7B; }
a { background-color: rgb(239,220,123); }
div.DivClassName
{
background-color: #EFDC7B;
}
.BgClassName
{
background-color: #EFDC7B;
}
</style>
border-color css
<style>
span { border-color: #EFDC7B; }
span { border-color: rgb(239,220,123); }
td.TdClassName
{
border-color: #EFDC7B;
}
.TagClassName
{
border-color: #EFDC7B;
}
</style>