Shades of Buttermilk #EFDCA2
Tints of Buttermilk #EFDCA2
RGB
CMYK
RGB Variations
Color information
#EFDCA2 (or 0xEFDCA2) is known color: Buttermilk. HEX triplet: EF, DC and A2. RGB value is (239,220,162). Sum of RGB (Red+Green+Blue) = 239+220+162=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 162 (63.67% from 255 or 26.09% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCA2 is #10235D. Grayscale: #DBDBDB. Windows color (decimal): -1057630 or 10673391. OLE color: 10673391.
HSL color Cylindrical-coordinate representation of color #EFDCA2: hue angle of 45.19º 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 #EFDCA2 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 162 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.06 |
| HSL | 45.19º | 0.71% | 0.79% | - |
| HSV(B) | 45.19º | 0.32% | 0.94% | - |
| XYZ | 67.71 | 72.15 | 44.54 | - |
| YUV | 219.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 162 | 0 | 0.08 | 0.32 | 0.06 | 45.19 | 0.71 | 0.79 |
| Hex | EF | DC | A2 | 0 | 8 | 20 | 6 | 2D | 47 | 4F |
| Octal | 357 | 334 | 242 | 0 | 10 | 40 | 6 | 55 | 107 | 117 |
| Binary | 11101111 | 11011100 | 10100010 | 0 | 1000 | 100000 | 110 | 101101 | 1000111 | 1001111 |
Color Harmonies of #EFDCA2
Complementary color
Monochromatic Colors of #EFDCA2
Black with #EFDCA2
Text Example
Text Example
White with #EFDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCA2; }
p { color: rgb(239,220,162); }
H1.HeaderClassName
{
color: #EFDCA2;
}
.AnyTagClassName
{
color: #EFDCA2;
}
</style>
background-color css
<style>
a { background-color: #EFDCA2; }
a { background-color: rgb(239,220,162); }
div.DivClassName
{
background-color: #EFDCA2;
}
.BgClassName
{
background-color: #EFDCA2;
}
</style>
border-color css
<style>
span { border-color: #EFDCA2; }
span { border-color: rgb(239,220,162); }
td.TdClassName
{
border-color: #EFDCA2;
}
.TagClassName
{
border-color: #EFDCA2;
}
</style>