Shades of Flax #EFDB7B
Tints of Flax #EFDB7B
RGB
CMYK
RGB Variations
Color information
#EFDB7B (or 0xEFDB7B) is known color: Flax. HEX triplet: EF, DB and 7B. RGB value is (239,219,123). Sum of RGB (Red+Green+Blue) = 239+219+123=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB7B is #102484. Grayscale: #D6D6D6. Windows color (decimal): -1057925 or 8117231. OLE color: 8117231.
HSL color Cylindrical-coordinate representation of color #EFDB7B: hue angle of 49.66º 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 #EFDB7B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 123 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.06 |
| HSL | 49.66º | 0.78% | 0.71% | - |
| HSV(B) | 49.66º | 0.49% | 0.94% | - |
| XYZ | 64.5 | 70.44 | 28.94 | - |
| YUV | 214.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 123 | 0 | 0.08 | 0.49 | 0.06 | 49.66 | 0.78 | 0.71 |
| Hex | EF | DB | 7B | 0 | 8 | 31 | 6 | 32 | 4E | 47 |
| Octal | 357 | 333 | 173 | 0 | 10 | 61 | 6 | 62 | 116 | 107 |
| Binary | 11101111 | 11011011 | 1111011 | 0 | 1000 | 110001 | 110 | 110010 | 1001110 | 1000111 |
Color Harmonies of #EFDB7B
Complementary color
Monochromatic Colors of #EFDB7B
Black with #EFDB7B
Text Example
Text Example
White with #EFDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB7B; }
p { color: rgb(239,219,123); }
H1.HeaderClassName
{
color: #EFDB7B;
}
.AnyTagClassName
{
color: #EFDB7B;
}
</style>
background-color css
<style>
a { background-color: #EFDB7B; }
a { background-color: rgb(239,219,123); }
div.DivClassName
{
background-color: #EFDB7B;
}
.BgClassName
{
background-color: #EFDB7B;
}
</style>
border-color css
<style>
span { border-color: #EFDB7B; }
span { border-color: rgb(239,219,123); }
td.TdClassName
{
border-color: #EFDB7B;
}
.TagClassName
{
border-color: #EFDB7B;
}
</style>