Shades of Buttermilk #EFDF9F
Tints of Buttermilk #EFDF9F
RGB
CMYK
RGB Variations
Color information
#EFDF9F (or 0xEFDF9F) is known color: Buttermilk. HEX triplet: EF, DF and 9F. RGB value is (239,223,159). Sum of RGB (Red+Green+Blue) = 239+223+159=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF9F is #102060. Grayscale: #DCDCDC. Windows color (decimal): -1056865 or 10477551. OLE color: 10477551.
HSL color Cylindrical-coordinate representation of color #EFDF9F: hue angle of 48º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFDF9F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 159 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.06 |
| HSL | 48º | 0.71% | 0.78% | - |
| HSV(B) | 48º | 0.33% | 0.94% | - |
| XYZ | 68.24 | 73.63 | 43.42 | - |
| YUV | 220.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 159 | 0 | 0.07 | 0.33 | 0.06 | 48 | 0.71 | 0.78 |
| Hex | EF | DF | 9F | 0 | 7 | 21 | 6 | 30 | 47 | 4E |
| Octal | 357 | 337 | 237 | 0 | 7 | 41 | 6 | 60 | 107 | 116 |
| Binary | 11101111 | 11011111 | 10011111 | 0 | 111 | 100001 | 110 | 110000 | 1000111 | 1001110 |
Color Harmonies of #EFDF9F
Complementary color
Monochromatic Colors of #EFDF9F
Black with #EFDF9F
Text Example
Text Example
White with #EFDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF9F; }
p { color: rgb(239,223,159); }
H1.HeaderClassName
{
color: #EFDF9F;
}
.AnyTagClassName
{
color: #EFDF9F;
}
</style>
background-color css
<style>
a { background-color: #EFDF9F; }
a { background-color: rgb(239,223,159); }
div.DivClassName
{
background-color: #EFDF9F;
}
.BgClassName
{
background-color: #EFDF9F;
}
</style>
border-color css
<style>
span { border-color: #EFDF9F; }
span { border-color: rgb(239,223,159); }
td.TdClassName
{
border-color: #EFDF9F;
}
.TagClassName
{
border-color: #EFDF9F;
}
</style>