#EFDFA6

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

Shades of Buttermilk #EFDFA6

Tints of Buttermilk #EFDFA6

Color information

#EFDFA6 (or 0xEFDFA6) is unknown color: approx Buttermilk. HEX triplet: EF, DF and A6. RGB value is (239,223,166). Sum of RGB (Red+Green+Blue) = 239+223+166=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 166 (65.23% from 255 or 26.43% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA6 is #102059. Grayscale: #DDDDDD. Windows color (decimal): -1056858 or 10936303. OLE color: 10936303.

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

Color convert

RGB239223166-
CMYK00.070.310.06
HSL46.85º69.52%79.41%-
HSV(B)46.85º30.54%93.73%-
XYZ68.8773.8846.71-
YUV221.2996.8140.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 166 (65.23% from 255) = 26.43%
R=38.06%
G=35.51%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922316600.070.310.0646.8569.5279.41
HexEFDFA6071F62f464f
Octal3573372460737657106117
Binary11101111110111111010011001111111111010111110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFA6; }

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

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

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

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

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

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

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

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