Shades of Buttermilk #EFDDA2
Tints of Buttermilk #EFDDA2
RGB
CMYK
RGB Variations
Color information
#EFDDA2 (or 0xEFDDA2) is known color: Buttermilk. HEX triplet: EF, DD and A2. RGB value is (239,221,162). Sum of RGB (Red+Green+Blue) = 239+221+162=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA2 is #10225D. Grayscale: #DBDBDB. Windows color (decimal): -1057374 or 10673647. OLE color: 10673647.
HSL color Cylindrical-coordinate representation of color #EFDDA2: hue angle of 45.97º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFDDA2 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 162 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.06 |
| HSL | 45.97º | 0.71% | 0.79% | - |
| HSV(B) | 45.97º | 0.32% | 0.94% | - |
| XYZ | 67.97 | 72.67 | 44.63 | - |
| YUV | 219.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 162 | 0 | 0.08 | 0.32 | 0.06 | 45.97 | 0.71 | 0.79 |
| Hex | EF | DD | A2 | 0 | 8 | 20 | 6 | 2E | 47 | 4F |
| Octal | 357 | 335 | 242 | 0 | 10 | 40 | 6 | 56 | 107 | 117 |
| Binary | 11101111 | 11011101 | 10100010 | 0 | 1000 | 100000 | 110 | 101110 | 1000111 | 1001111 |
Color Harmonies of #EFDDA2
Complementary color
Monochromatic Colors of #EFDDA2
Black with #EFDDA2
Text Example
Text Example
White with #EFDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA2; }
p { color: rgb(239,221,162); }
H1.HeaderClassName
{
color: #EFDDA2;
}
.AnyTagClassName
{
color: #EFDDA2;
}
</style>
background-color css
<style>
a { background-color: #EFDDA2; }
a { background-color: rgb(239,221,162); }
div.DivClassName
{
background-color: #EFDDA2;
}
.BgClassName
{
background-color: #EFDDA2;
}
</style>
border-color css
<style>
span { border-color: #EFDDA2; }
span { border-color: rgb(239,221,162); }
td.TdClassName
{
border-color: #EFDDA2;
}
.TagClassName
{
border-color: #EFDDA2;
}
</style>