#EFDCA4

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

Shades of Buttermilk #EFDCA4

Tints of Buttermilk #EFDCA4

Color information

#EFDCA4 (or 0xEFDCA4) is unknown color: approx Buttermilk. HEX triplet: EF, DC and A4. RGB value is (239,220,164). Sum of RGB (Red+Green+Blue) = 239+220+164=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCA4 is #10235B. Grayscale: #DBDBDB. Windows color (decimal): -1057628 or 10804463. OLE color: 10804463.

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

Color convert

RGB239220164-
CMYK00.080.310.06
HSL44.8º70.09%79.02%-
HSV(B)44.8º31.38%93.73%-
XYZ67.8972.2245.48-
YUV219.396.79142.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=38.36%
G=35.31%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922016400.080.310.0644.870.0979.02
HexEFDCA4081F62d464f
Octal35733424401037655106117
Binary111011111101110010100100010001111111010110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCA4; }

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

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

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

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

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

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

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

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