#EFEADB

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

Shades of Buttery White #EFEADB

Tints of Buttery White #EFEADB

Color information

#EFEADB (or 0xEFEADB) is unknown color: approx Buttery White. HEX triplet: EF, EA and DB. RGB value is (239,234,219). Sum of RGB (Red+Green+Blue) = 239+234+219=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEADB is #101524. Grayscale: #E9E9E9. Windows color (decimal): -1053989 or 14412527. OLE color: 14412527.

HSL color Cylindrical-coordinate representation of color #EFEADB: hue angle of 45º 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 #EFEADB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239234219-
CMYK00.020.080.06
HSL45º38.46%89.8%-
HSV(B)45º8.37%93.73%-
XYZ77.8182.3178.8-
YUV233.79119.66131.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 219 (85.94% from 255) = 31.65%
R=34.54%
G=33.82%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923421900.020.080.064538.4689.8
HexEFEADB02862d265a
Octal357352333021065546132
Binary11101111111010101101101101010001101011011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEADB; }

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

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

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

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

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

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

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

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