Shades of Buttermilk #EFDDA1
Tints of Buttermilk #EFDDA1
RGB
CMYK
RGB Variations
Color information
#EFDDA1 (or 0xEFDDA1) is known color: Buttermilk. HEX triplet: EF, DD and A1. RGB value is (239,221,161). Sum of RGB (Red+Green+Blue) = 239+221+161=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA1 is #10225E. Grayscale: #DBDBDB. Windows color (decimal): -1057375 or 10608111. OLE color: 10608111.
HSL color Cylindrical-coordinate representation of color #EFDDA1: hue angle of 46.15º 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 #EFDDA1 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 161 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.06 |
| HSL | 46.15º | 0.71% | 0.78% | - |
| HSV(B) | 46.15º | 0.33% | 0.94% | - |
| XYZ | 67.89 | 72.64 | 44.16 | - |
| YUV | 219.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 161 | 0 | 0.08 | 0.33 | 0.06 | 46.15 | 0.71 | 0.78 |
| Hex | EF | DD | A1 | 0 | 8 | 21 | 6 | 2E | 47 | 4E |
| Octal | 357 | 335 | 241 | 0 | 10 | 41 | 6 | 56 | 107 | 116 |
| Binary | 11101111 | 11011101 | 10100001 | 0 | 1000 | 100001 | 110 | 101110 | 1000111 | 1001110 |
Color Harmonies of #EFDDA1
Complementary color
Monochromatic Colors of #EFDDA1
Black with #EFDDA1
Text Example
Text Example
White with #EFDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA1; }
p { color: rgb(239,221,161); }
H1.HeaderClassName
{
color: #EFDDA1;
}
.AnyTagClassName
{
color: #EFDDA1;
}
</style>
background-color css
<style>
a { background-color: #EFDDA1; }
a { background-color: rgb(239,221,161); }
div.DivClassName
{
background-color: #EFDDA1;
}
.BgClassName
{
background-color: #EFDDA1;
}
</style>
border-color css
<style>
span { border-color: #EFDDA1; }
span { border-color: rgb(239,221,161); }
td.TdClassName
{
border-color: #EFDDA1;
}
.TagClassName
{
border-color: #EFDDA1;
}
</style>