#EFE9DC

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

Shades of Buttery White #EFE9DC

Tints of Buttery White #EFE9DC

Color information

#EFE9DC (or 0xEFE9DC) is unknown color: approx Buttery White. HEX triplet: EF, E9 and DC. RGB value is (239,233,220). Sum of RGB (Red+Green+Blue) = 239+233+220=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DC is #101623. Grayscale: #E9E9E9. Windows color (decimal): -1054244 or 14477807. OLE color: 14477807.

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

Color convert

RGB239233220-
CMYK00.030.080.06
HSL41.05º37.25%90%-
HSV(B)41.05º7.95%93.73%-
XYZ77.6581.879.41-
YUV233.31120.49132.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 220 (86.33% from 255) = 31.79%
R=34.54%
G=33.67%
B=31.79%

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
Decimal23923322000.030.080.0641.0537.2590
HexEFE9DC038629255a
Octal357351334031065145132
Binary11101111111010011101110001110001101010011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9DC; }

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

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

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

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

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

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

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

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