#EFE9DB

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

Shades of Buttery White #EFE9DB

Tints of Buttery White #EFE9DB

Color information

#EFE9DB (or 0xEFE9DB) is unknown color: approx Buttery White. HEX triplet: EF, E9 and DB. RGB value is (239,233,219). Sum of RGB (Red+Green+Blue) = 239+233+219=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DB is #101624. Grayscale: #E9E9E9. Windows color (decimal): -1054245 or 14412271. OLE color: 14412271.

HSL color Cylindrical-coordinate representation of color #EFE9DB: hue angle of 42º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE9DB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239233219-
CMYK00.030.080.06
HSL42º38.46%89.8%-
HSV(B)42º8.37%93.73%-
XYZ77.5281.7478.71-
YUV233.2119.99132.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=34.59%
G=33.72%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923321900.030.080.064238.4689.8
HexEFE9DB03862a265a
Octal357351333031065246132
Binary11101111111010011101101101110001101010101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9DB; }

 p { color: rgb(239,233,219); }

 H1.HeaderClassName
 {
   color: #EFE9DB;
 }
 .AnyTagClassName
 {
   color: #EFE9DB;
 }
</style>
background-color css

<style>
 a { background-color: #EFE9DB; }

 a { background-color: rgb(239,233,219); }

 div.DivClassName
 {
   background-color: #EFE9DB;
 }
 .BgClassName
 {
   background-color: #EFE9DB;
 }
</style>
border-color css

<style>
 span { border-color: #EFE9DB; }

 span { border-color: rgb(239,233,219); }

 td.TdClassName
 {
   border-color: #EFE9DB;
 }
 .TagClassName
 {
   border-color: #EFE9DB;
 }
</style>