Shades of Buttermilk #EFDDA0
Tints of Buttermilk #EFDDA0
RGB
CMYK
RGB Variations
Color information
#EFDDA0 (or 0xEFDDA0) is known color: Buttermilk. HEX triplet: EF, DD and A0. RGB value is (239,221,160). Sum of RGB (Red+Green+Blue) = 239+221+160=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA0 is #10225F. Grayscale: #DBDBDB. Windows color (decimal): -1057376 or 10542575. OLE color: 10542575.
HSL color Cylindrical-coordinate representation of color #EFDDA0: hue angle of 46.33º 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 #EFDDA0 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 160 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.06 |
| HSL | 46.33º | 0.71% | 0.78% | - |
| HSV(B) | 46.33º | 0.33% | 0.94% | - |
| XYZ | 67.8 | 72.6 | 43.7 | - |
| YUV | 219.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 160 | 0 | 0.08 | 0.33 | 0.06 | 46.33 | 0.71 | 0.78 |
| Hex | EF | DD | A0 | 0 | 8 | 21 | 6 | 2E | 47 | 4E |
| Octal | 357 | 335 | 240 | 0 | 10 | 41 | 6 | 56 | 107 | 116 |
| Binary | 11101111 | 11011101 | 10100000 | 0 | 1000 | 100001 | 110 | 101110 | 1000111 | 1001110 |
Color Harmonies of #EFDDA0
Complementary color
Monochromatic Colors of #EFDDA0
Black with #EFDDA0
Text Example
Text Example
White with #EFDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA0; }
p { color: rgb(239,221,160); }
H1.HeaderClassName
{
color: #EFDDA0;
}
.AnyTagClassName
{
color: #EFDDA0;
}
</style>
background-color css
<style>
a { background-color: #EFDDA0; }
a { background-color: rgb(239,221,160); }
div.DivClassName
{
background-color: #EFDDA0;
}
.BgClassName
{
background-color: #EFDDA0;
}
</style>
border-color css
<style>
span { border-color: #EFDDA0; }
span { border-color: rgb(239,221,160); }
td.TdClassName
{
border-color: #EFDDA0;
}
.TagClassName
{
border-color: #EFDDA0;
}
</style>