Shades of Flax #EFDD85
Tints of Flax #EFDD85
RGB
CMYK
RGB Variations
Color information
#EFDD85 (or 0xEFDD85) is known color: Flax. HEX triplet: EF, DD and 85. RGB value is (239,221,133). Sum of RGB (Red+Green+Blue) = 239+221+133=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD85 is #10227A. Grayscale: #D8D8D8. Windows color (decimal): -1057403 or 8773103. OLE color: 8773103.
HSL color Cylindrical-coordinate representation of color #EFDD85: hue angle of 49.81º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFDD85 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 133 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.06 |
| HSL | 49.81º | 0.77% | 0.73% | - |
| HSV(B) | 49.81º | 0.44% | 0.94% | - |
| XYZ | 65.69 | 71.76 | 32.58 | - |
| YUV | 216.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 133 | 0 | 0.08 | 0.44 | 0.06 | 49.81 | 0.77 | 0.73 |
| Hex | EF | DD | 85 | 0 | 8 | 2C | 6 | 32 | 4D | 49 |
| Octal | 357 | 335 | 205 | 0 | 10 | 54 | 6 | 62 | 115 | 111 |
| Binary | 11101111 | 11011101 | 10000101 | 0 | 1000 | 101100 | 110 | 110010 | 1001101 | 1001001 |
Color Harmonies of #EFDD85
Complementary color
Monochromatic Colors of #EFDD85
Black with #EFDD85
Text Example
Text Example
White with #EFDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD85; }
p { color: rgb(239,221,133); }
H1.HeaderClassName
{
color: #EFDD85;
}
.AnyTagClassName
{
color: #EFDD85;
}
</style>
background-color css
<style>
a { background-color: #EFDD85; }
a { background-color: rgb(239,221,133); }
div.DivClassName
{
background-color: #EFDD85;
}
.BgClassName
{
background-color: #EFDD85;
}
</style>
border-color css
<style>
span { border-color: #EFDD85; }
span { border-color: rgb(239,221,133); }
td.TdClassName
{
border-color: #EFDD85;
}
.TagClassName
{
border-color: #EFDD85;
}
</style>