Shades of Buttermilk #EFDFA3
Tints of Buttermilk #EFDFA3
RGB
CMYK
RGB Variations
Color information
#EFDFA3 (or 0xEFDFA3) is known color: Buttermilk. HEX triplet: EF, DF and A3. RGB value is (239,223,163). Sum of RGB (Red+Green+Blue) = 239+223+163=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA3 is #10205C. Grayscale: #DDDDDD. Windows color (decimal): -1056861 or 10739695. OLE color: 10739695.
HSL color Cylindrical-coordinate representation of color #EFDFA3: hue angle of 47.37º degrees, saturation: 0.7, 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 #EFDFA3 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 163 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.06 |
| HSL | 47.37º | 0.7% | 0.79% | - |
| HSV(B) | 47.37º | 0.32% | 0.94% | - |
| XYZ | 68.6 | 73.77 | 45.27 | - |
| YUV | 220.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 163 | 0 | 0.07 | 0.32 | 0.06 | 47.37 | 0.7 | 0.79 |
| Hex | EF | DF | A3 | 0 | 7 | 20 | 6 | 2F | 46 | 4F |
| Octal | 357 | 337 | 243 | 0 | 7 | 40 | 6 | 57 | 106 | 117 |
| Binary | 11101111 | 11011111 | 10100011 | 0 | 111 | 100000 | 110 | 101111 | 1000110 | 1001111 |
Color Harmonies of #EFDFA3
Complementary color
Monochromatic Colors of #EFDFA3
Black with #EFDFA3
Text Example
Text Example
White with #EFDFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFA3; }
p { color: rgb(239,223,163); }
H1.HeaderClassName
{
color: #EFDFA3;
}
.AnyTagClassName
{
color: #EFDFA3;
}
</style>
background-color css
<style>
a { background-color: #EFDFA3; }
a { background-color: rgb(239,223,163); }
div.DivClassName
{
background-color: #EFDFA3;
}
.BgClassName
{
background-color: #EFDFA3;
}
</style>
border-color css
<style>
span { border-color: #EFDFA3; }
span { border-color: rgb(239,223,163); }
td.TdClassName
{
border-color: #EFDFA3;
}
.TagClassName
{
border-color: #EFDFA3;
}
</style>