#EFDCA3

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

Shades of Buttermilk #EFDCA3

Tints of Buttermilk #EFDCA3

Color information

#EFDCA3 (or 0xEFDCA3) is unknown color: approx Buttermilk. HEX triplet: EF, DC and A3. RGB value is (239,220,163). Sum of RGB (Red+Green+Blue) = 239+220+163=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCA3 is #10235C. Grayscale: #DBDBDB. Windows color (decimal): -1057629 or 10738927. OLE color: 10738927.

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

Color convert

RGB239220163-
CMYK00.080.320.06
HSL45º70.37%78.82%-
HSV(B)45º31.8%93.73%-
XYZ67.872.1845.01-
YUV219.1896.29142.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 163 (64.06% from 255) = 26.21%
R=38.42%
G=35.37%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922016300.080.320.064570.3778.82
HexEFDCA3082062d464f
Octal35733424301040655106117
Binary1110111111011100101000110100010000011010110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCA3; }

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

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

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

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

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

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

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

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