#EFDFA0

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

Shades of Buttermilk #EFDFA0

Tints of Buttermilk #EFDFA0

Color information

#EFDFA0 (or 0xEFDFA0) is unknown color: approx Buttermilk. HEX triplet: EF, DF and A0. RGB value is (239,223,160). Sum of RGB (Red+Green+Blue) = 239+223+160=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA0 is #10205F. Grayscale: #DCDCDC. Windows color (decimal): -1056864 or 10543087. OLE color: 10543087.

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

Color convert

RGB239223160-
CMYK00.070.330.06
HSL47.85º71.17%78.24%-
HSV(B)47.85º33.05%93.73%-
XYZ68.3373.6643.87-
YUV220.693.8141.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 160 (62.89% from 255) = 25.72%
R=38.42%
G=35.85%
B=25.72%

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
Decimal23922316000.070.330.0647.8571.1778.24
HexEFDFA00721630474e
Octal3573372400741660107116
Binary111011111101111110100000011110000111011000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFA0; }

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

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

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

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

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

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

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

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