Shades of Buttermilk #EFDEA1
Tints of Buttermilk #EFDEA1
RGB
CMYK
RGB Variations
Color information
#EFDEA1 (or 0xEFDEA1) is known color: Buttermilk. HEX triplet: EF, DE and A1. RGB value is (239,222,161). Sum of RGB (Red+Green+Blue) = 239+222+161=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEA1 is #10215E. Grayscale: #DCDCDC. Windows color (decimal): -1057119 or 10608367. OLE color: 10608367.
HSL color Cylindrical-coordinate representation of color #EFDEA1: hue angle of 46.92º 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 #EFDEA1 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 161 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.06 |
| HSL | 46.92º | 0.71% | 0.78% | - |
| HSV(B) | 46.92º | 0.33% | 0.94% | - |
| XYZ | 68.15 | 73.17 | 44.25 | - |
| YUV | 220.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 161 | 0 | 0.07 | 0.33 | 0.06 | 46.92 | 0.71 | 0.78 |
| Hex | EF | DE | A1 | 0 | 7 | 21 | 6 | 2F | 47 | 4E |
| Octal | 357 | 336 | 241 | 0 | 7 | 41 | 6 | 57 | 107 | 116 |
| Binary | 11101111 | 11011110 | 10100001 | 0 | 111 | 100001 | 110 | 101111 | 1000111 | 1001110 |
Color Harmonies of #EFDEA1
Complementary color
Monochromatic Colors of #EFDEA1
Black with #EFDEA1
Text Example
Text Example
White with #EFDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEA1; }
p { color: rgb(239,222,161); }
H1.HeaderClassName
{
color: #EFDEA1;
}
.AnyTagClassName
{
color: #EFDEA1;
}
</style>
background-color css
<style>
a { background-color: #EFDEA1; }
a { background-color: rgb(239,222,161); }
div.DivClassName
{
background-color: #EFDEA1;
}
.BgClassName
{
background-color: #EFDEA1;
}
</style>
border-color css
<style>
span { border-color: #EFDEA1; }
span { border-color: rgb(239,222,161); }
td.TdClassName
{
border-color: #EFDEA1;
}
.TagClassName
{
border-color: #EFDEA1;
}
</style>