#EFEADF

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

Shades of Buttery White #EFEADF

Tints of Buttery White #EFEADF

Color information

#EFEADF (or 0xEFEADF) is unknown color: approx Buttery White. HEX triplet: EF, EA and DF. RGB value is (239,234,223). Sum of RGB (Red+Green+Blue) = 239+234+223=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEADF is #101520. Grayscale: #EAEAEA. Windows color (decimal): -1053985 or 14674671. OLE color: 14674671.

HSL color Cylindrical-coordinate representation of color #EFEADF: hue angle of 41.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFEADF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239234223-
CMYK00.020.070.06
HSL41.25º33.33%90.59%-
HSV(B)41.25º6.69%93.73%-
XYZ78.3482.5281.61-
YUV234.24121.66131.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=34.34%
G=33.62%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923422300.020.070.0641.2533.3390.59
HexEFEADF027629215b
Octal35735233702765141133
Binary1110111111101010110111110101111101010011000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEADF; }

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

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

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

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

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

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

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

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