Shades of Buttermilk #EFDDA3
Tints of Buttermilk #EFDDA3
RGB
CMYK
RGB Variations
Color information
#EFDDA3 (or 0xEFDDA3) is known color: Buttermilk. HEX triplet: EF, DD and A3. RGB value is (239,221,163). Sum of RGB (Red+Green+Blue) = 239+221+163=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 163 (64.06% from 255 or 26.16% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA3 is #10225C. Grayscale: #DCDCDC. Windows color (decimal): -1057373 or 10739183. OLE color: 10739183.
HSL color Cylindrical-coordinate representation of color #EFDDA3: hue angle of 45.79º 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 #EFDDA3 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 163 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.06 |
| HSL | 45.79º | 0.7% | 0.79% | - |
| HSV(B) | 45.79º | 0.32% | 0.94% | - |
| XYZ | 68.06 | 72.71 | 45.1 | - |
| YUV | 219.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 163 | 0 | 0.08 | 0.32 | 0.06 | 45.79 | 0.7 | 0.79 |
| Hex | EF | DD | A3 | 0 | 8 | 20 | 6 | 2E | 46 | 4F |
| Octal | 357 | 335 | 243 | 0 | 10 | 40 | 6 | 56 | 106 | 117 |
| Binary | 11101111 | 11011101 | 10100011 | 0 | 1000 | 100000 | 110 | 101110 | 1000110 | 1001111 |
Color Harmonies of #EFDDA3
Complementary color
Monochromatic Colors of #EFDDA3
Black with #EFDDA3
Text Example
Text Example
White with #EFDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDA3; }
p { color: rgb(239,221,163); }
H1.HeaderClassName
{
color: #EFDDA3;
}
.AnyTagClassName
{
color: #EFDDA3;
}
</style>
background-color css
<style>
a { background-color: #EFDDA3; }
a { background-color: rgb(239,221,163); }
div.DivClassName
{
background-color: #EFDDA3;
}
.BgClassName
{
background-color: #EFDDA3;
}
</style>
border-color css
<style>
span { border-color: #EFDDA3; }
span { border-color: rgb(239,221,163); }
td.TdClassName
{
border-color: #EFDDA3;
}
.TagClassName
{
border-color: #EFDDA3;
}
</style>