Shades of Buttery White #EFE9DA
Tints of Buttery White #EFE9DA
RGB
CMYK
RGB Variations
Color information
#EFE9DA (or 0xEFE9DA) is known color: Buttery White. HEX triplet: EF, E9 and DA. RGB value is (239,233,218). Sum of RGB (Red+Green+Blue) = 239+233+218=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DA is #101625. Grayscale: #E9E9E9. Windows color (decimal): -1054246 or 14346735. OLE color: 14346735.
HSL color Cylindrical-coordinate representation of color #EFE9DA: hue angle of 42.86º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE9DA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 218 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.06 |
| HSL | 42.86º | 0.4% | 0.9% | - |
| HSV(B) | 42.86º | 0.09% | 0.94% | - |
| XYZ | 77.39 | 81.69 | 78.02 | - |
| YUV | 233.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 218 | 0 | 0.03 | 0.09 | 0.06 | 42.86 | 0.4 | 0.9 |
| Hex | EF | E9 | DA | 0 | 3 | 9 | 6 | 2B | 28 | 5A |
| Octal | 357 | 351 | 332 | 0 | 3 | 11 | 6 | 53 | 50 | 132 |
| Binary | 11101111 | 11101001 | 11011010 | 0 | 11 | 1001 | 110 | 101011 | 101000 | 1011010 |
Color Harmonies of #EFE9DA
Complementary color
Monochromatic Colors of #EFE9DA
Black with #EFE9DA
Text Example
Text Example
White with #EFE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9DA; }
p { color: rgb(239,233,218); }
H1.HeaderClassName
{
color: #EFE9DA;
}
.AnyTagClassName
{
color: #EFE9DA;
}
</style>
background-color css
<style>
a { background-color: #EFE9DA; }
a { background-color: rgb(239,233,218); }
div.DivClassName
{
background-color: #EFE9DA;
}
.BgClassName
{
background-color: #EFE9DA;
}
</style>
border-color css
<style>
span { border-color: #EFE9DA; }
span { border-color: rgb(239,233,218); }
td.TdClassName
{
border-color: #EFE9DA;
}
.TagClassName
{
border-color: #EFE9DA;
}
</style>