#EFDF9F

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

Shades of Buttermilk #EFDF9F

Tints of Buttermilk #EFDF9F

Color information

#EFDF9F (or 0xEFDF9F) is unknown color: approx Buttermilk. HEX triplet: EF, DF and 9F. RGB value is (239,223,159). Sum of RGB (Red+Green+Blue) = 239+223+159=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF9F is #102060. Grayscale: #DCDCDC. Windows color (decimal): -1056865 or 10477551. OLE color: 10477551.

HSL color Cylindrical-coordinate representation of color #EFDF9F: hue angle of 48º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFDF9F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239223159-
CMYK00.070.330.06
HSL48º71.43%78.04%-
HSV(B)48º33.47%93.73%-
XYZ68.2473.6343.42-
YUV220.4993.3141.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 159 (62.5% from 255) = 25.60%
R=38.49%
G=35.91%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922315900.070.330.064871.4378.04
HexEFDF9F0721630474e
Octal3573372370741660107116
Binary111011111101111110011111011110000111011000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF9F; }

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

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

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

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

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

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

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

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