Shades of Buttermilk #EFDF9D
Tints of Buttermilk #EFDF9D
RGB
CMYK
RGB Variations
Color information
#EFDF9D (or 0xEFDF9D) is known color: Buttermilk. HEX triplet: EF, DF and 9D. RGB value is (239,223,157). Sum of RGB (Red+Green+Blue) = 239+223+157=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF9D is #102062. Grayscale: #DCDCDC. Windows color (decimal): -1056867 or 10346479. OLE color: 10346479.
HSL color Cylindrical-coordinate representation of color #EFDF9D: hue angle of 48.29º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFDF9D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 157 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.06 |
| HSL | 48.29º | 0.72% | 0.78% | - |
| HSV(B) | 48.29º | 0.34% | 0.94% | - |
| XYZ | 68.07 | 73.56 | 42.51 | - |
| YUV | 220.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 157 | 0 | 0.07 | 0.34 | 0.06 | 48.29 | 0.72 | 0.78 |
| Hex | EF | DF | 9D | 0 | 7 | 22 | 6 | 30 | 48 | 4E |
| Octal | 357 | 337 | 235 | 0 | 7 | 42 | 6 | 60 | 110 | 116 |
| Binary | 11101111 | 11011111 | 10011101 | 0 | 111 | 100010 | 110 | 110000 | 1001000 | 1001110 |
Color Harmonies of #EFDF9D
Complementary color
Monochromatic Colors of #EFDF9D
Black with #EFDF9D
Text Example
Text Example
White with #EFDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF9D; }
p { color: rgb(239,223,157); }
H1.HeaderClassName
{
color: #EFDF9D;
}
.AnyTagClassName
{
color: #EFDF9D;
}
</style>
background-color css
<style>
a { background-color: #EFDF9D; }
a { background-color: rgb(239,223,157); }
div.DivClassName
{
background-color: #EFDF9D;
}
.BgClassName
{
background-color: #EFDF9D;
}
</style>
border-color css
<style>
span { border-color: #EFDF9D; }
span { border-color: rgb(239,223,157); }
td.TdClassName
{
border-color: #EFDF9D;
}
.TagClassName
{
border-color: #EFDF9D;
}
</style>