Shades of Buttermilk #EFDEA3
Tints of Buttermilk #EFDEA3
RGB
CMYK
RGB Variations
Color information
#EFDEA3 (or 0xEFDEA3) is known color: Buttermilk. HEX triplet: EF, DE and A3. RGB value is (239,222,163). Sum of RGB (Red+Green+Blue) = 239+222+163=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEA3 is #10215C. Grayscale: #DCDCDC. Windows color (decimal): -1057117 or 10739439. OLE color: 10739439.
HSL color Cylindrical-coordinate representation of color #EFDEA3: hue angle of 46.58º 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 #EFDEA3 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 163 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.06 |
| HSL | 46.58º | 0.7% | 0.79% | - |
| HSV(B) | 46.58º | 0.32% | 0.94% | - |
| XYZ | 68.33 | 73.24 | 45.19 | - |
| YUV | 220.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 163 | 0 | 0.07 | 0.32 | 0.06 | 46.58 | 0.7 | 0.79 |
| Hex | EF | DE | A3 | 0 | 7 | 20 | 6 | 2F | 46 | 4F |
| Octal | 357 | 336 | 243 | 0 | 7 | 40 | 6 | 57 | 106 | 117 |
| Binary | 11101111 | 11011110 | 10100011 | 0 | 111 | 100000 | 110 | 101111 | 1000110 | 1001111 |
Color Harmonies of #EFDEA3
Complementary color
Monochromatic Colors of #EFDEA3
Black with #EFDEA3
Text Example
Text Example
White with #EFDEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEA3; }
p { color: rgb(239,222,163); }
H1.HeaderClassName
{
color: #EFDEA3;
}
.AnyTagClassName
{
color: #EFDEA3;
}
</style>
background-color css
<style>
a { background-color: #EFDEA3; }
a { background-color: rgb(239,222,163); }
div.DivClassName
{
background-color: #EFDEA3;
}
.BgClassName
{
background-color: #EFDEA3;
}
</style>
border-color css
<style>
span { border-color: #EFDEA3; }
span { border-color: rgb(239,222,163); }
td.TdClassName
{
border-color: #EFDEA3;
}
.TagClassName
{
border-color: #EFDEA3;
}
</style>