Shades of Buttermilk #EFDE9E
Tints of Buttermilk #EFDE9E
RGB
CMYK
RGB Variations
Color information
#EFDE9E (or 0xEFDE9E) is known color: Buttermilk. HEX triplet: EF, DE and 9E. RGB value is (239,222,158). Sum of RGB (Red+Green+Blue) = 239+222+158=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE9E is #102161. Grayscale: #DCDCDC. Windows color (decimal): -1057122 or 10411759. OLE color: 10411759.
HSL color Cylindrical-coordinate representation of color #EFDE9E: hue angle of 47.41º 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 #EFDE9E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 158 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.06 |
| HSL | 47.41º | 0.72% | 0.78% | - |
| HSV(B) | 47.41º | 0.34% | 0.94% | - |
| XYZ | 67.89 | 73.06 | 42.87 | - |
| YUV | 219.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 158 | 0 | 0.07 | 0.34 | 0.06 | 47.41 | 0.72 | 0.78 |
| Hex | EF | DE | 9E | 0 | 7 | 22 | 6 | 2F | 48 | 4E |
| Octal | 357 | 336 | 236 | 0 | 7 | 42 | 6 | 57 | 110 | 116 |
| Binary | 11101111 | 11011110 | 10011110 | 0 | 111 | 100010 | 110 | 101111 | 1001000 | 1001110 |
Color Harmonies of #EFDE9E
Complementary color
Monochromatic Colors of #EFDE9E
Black with #EFDE9E
Text Example
Text Example
White with #EFDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDE9E; }
p { color: rgb(239,222,158); }
H1.HeaderClassName
{
color: #EFDE9E;
}
.AnyTagClassName
{
color: #EFDE9E;
}
</style>
background-color css
<style>
a { background-color: #EFDE9E; }
a { background-color: rgb(239,222,158); }
div.DivClassName
{
background-color: #EFDE9E;
}
.BgClassName
{
background-color: #EFDE9E;
}
</style>
border-color css
<style>
span { border-color: #EFDE9E; }
span { border-color: rgb(239,222,158); }
td.TdClassName
{
border-color: #EFDE9E;
}
.TagClassName
{
border-color: #EFDE9E;
}
</style>