Shades of Buttermilk #EFDF9E
Tints of Buttermilk #EFDF9E
RGB
CMYK
RGB Variations
Color information
#EFDF9E (or 0xEFDF9E) is known color: Buttermilk. HEX triplet: EF, DF and 9E. RGB value is (239,223,158). Sum of RGB (Red+Green+Blue) = 239+223+158=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF9E is #102061. Grayscale: #DCDCDC. Windows color (decimal): -1056866 or 10412015. OLE color: 10412015.
HSL color Cylindrical-coordinate representation of color #EFDF9E: hue angle of 48.15º 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 #EFDF9E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 158 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.06 |
| HSL | 48.15º | 0.72% | 0.78% | - |
| HSV(B) | 48.15º | 0.34% | 0.94% | - |
| XYZ | 68.16 | 73.59 | 42.96 | - |
| YUV | 220.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 158 | 0 | 0.07 | 0.34 | 0.06 | 48.15 | 0.72 | 0.78 |
| Hex | EF | DF | 9E | 0 | 7 | 22 | 6 | 30 | 48 | 4E |
| Octal | 357 | 337 | 236 | 0 | 7 | 42 | 6 | 60 | 110 | 116 |
| Binary | 11101111 | 11011111 | 10011110 | 0 | 111 | 100010 | 110 | 110000 | 1001000 | 1001110 |
Color Harmonies of #EFDF9E
Complementary color
Monochromatic Colors of #EFDF9E
Black with #EFDF9E
Text Example
Text Example
White with #EFDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF9E; }
p { color: rgb(239,223,158); }
H1.HeaderClassName
{
color: #EFDF9E;
}
.AnyTagClassName
{
color: #EFDF9E;
}
</style>
background-color css
<style>
a { background-color: #EFDF9E; }
a { background-color: rgb(239,223,158); }
div.DivClassName
{
background-color: #EFDF9E;
}
.BgClassName
{
background-color: #EFDF9E;
}
</style>
border-color css
<style>
span { border-color: #EFDF9E; }
span { border-color: rgb(239,223,158); }
td.TdClassName
{
border-color: #EFDF9E;
}
.TagClassName
{
border-color: #EFDF9E;
}
</style>