#EFE9DA

Color #EFE9DA Buttery White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttery White #EFE9DA

Tints of Buttery White #EFE9DA

Color information

#EFE9DA (or 0xEFE9DA) is unknown color: approx 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

RGB239233218-
CMYK00.030.090.06
HSL42.86º39.62%89.61%-
HSV(B)42.86º8.79%93.73%-
XYZ77.3981.6978.02-
YUV233.08119.49132.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 218 (85.55% from 255) = 31.59%
R=34.64%
G=33.77%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923321800.030.090.0642.8639.6289.61
HexEFE9DA03962b285a
Octal357351332031165350132
Binary11101111111010011101101001110011101010111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>