#EFDFA7

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

Shades of Buttermilk #EFDFA7

Tints of Buttermilk #EFDFA7

Color information

#EFDFA7 (or 0xEFDFA7) is unknown color: approx Buttermilk. HEX triplet: EF, DF and A7. RGB value is (239,223,167). Sum of RGB (Red+Green+Blue) = 239+223+167=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA7 is #102058. Grayscale: #DDDDDD. Windows color (decimal): -1056857 or 11001839. OLE color: 11001839.

HSL color Cylindrical-coordinate representation of color #EFDFA7: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFDFA7 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239223167-
CMYK00.070.300.06
HSL46.67º69.23%79.61%-
HSV(B)46.67º30.13%93.73%-
XYZ68.9673.9247.19-
YUV221.497.3140.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 167 (65.62% from 255) = 26.55%
R=38.00%
G=35.45%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922316700.070.300.0646.6769.2379.61
HexEFDFA7071E62f4550
Octal3573372470736657105120
Binary11101111110111111010011101111111011010111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFA7; }

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

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

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

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

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

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

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

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